- 9ba909d improve testing support by apanchenk · 17 years ago
- d2b4cfa use ITodoTaskPreferences by apanchenk · 17 years ago
- 3c41890 improve tag detection at end of line by apanchenk · 17 years ago
- ce503cf TodoTaskPreferences - extracted interface ITodoTaskPreferences by apanchenk · 17 years ago
- 2c5b17f *fix by asobolev · 17 years ago
- b77a2bf ruby semantic highlighting by apanchenk · 17 years ago
- 7f8f26b *fix by asobolev · 17 years ago
- 7e10c08 display exception type for the ScriptExceptionBreakpoints by apanchenk · 17 years ago v20080609-1540
- 1308f31 redundant instanceof condition removed by apanchenk · 17 years ago
- 511e929 promote potential matches to accurate one by apanchenk · 17 years ago
- 81740cb fixing plugin/feature names by aplatov · 17 years ago v20080507-1710
- 4f8236a fixing plugin/feature names by aplatov · 17 years ago
- 639d392 fixing plugin/feature names by aplatov · 17 years ago
- c504908 fixing plugin/feature names by aplatov · 17 years ago
- 5924575 fixing plugin/feature names by aplatov · 17 years ago
- 15c559c use Set to collect unique paths by apanchenk · 17 years ago
- 42894ac * fixed tcl completion on first character. ( caused incorrect work of call hierarchy, if call came from first line) by asobolev · 17 years ago
- 95d69b2 * fixed tcl completion on first character. ( caused incorrect work of call hierarchy, if call came from first line) by asobolev · 17 years ago
- e927866 *fix for apply button in debugger configuration page by asobolev · 17 years ago v20080607-1406
- a2e74bc -this.qualification[length + 1] = ZERO_CHAR; by apanchenk · 17 years ago
- 6af03e6 log errors if they occur in search by apanchenk · 17 years ago
- f3300b3 * fix bug with ITcl body command by asobolev · 17 years ago
- e62d004 TODO task tags highlighting (by Sam) by apanchenk · 17 years ago
- 503b63f TODO task tags highlighting (by Sam) by apanchenk · 17 years ago
- 11222ff *fix by asobolev · 17 years ago v20080606-1847
- 83bcd2b correctly handle tab policy preferences when inserting code templates by apanchenk · 17 years ago
- b20811b correctly handle tab policy preferences when inserting code templates by apanchenk · 17 years ago
- 68b9e0a test for TextUtils.split() by apanchenk · 17 years ago
- df2c277 moved to dltk.core by apanchenk · 17 years ago
- 7b9a7b9 1. moved from dltk.ui 2. added method String[] splitLines(String) by apanchenk · 17 years ago
- c3f69f5 TabStyle is final with private constructor by apanchenk · 17 years ago v20080606-1700
- feb8a64 *fix by asobolev · 17 years ago
- 39304fb * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
- dc0131e * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
- b01fe6e * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
- 00dd517 * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
- cd6aecf test for ScriptTemplateContext.calculateIndent() by apanchenk · 17 years ago
- af64c9e specifiy monospaced font for the editor int Edit Template dialog by apanchenk · 17 years ago
- 56c0151 1. loads only interpreters of the specified nature by apanchenk · 17 years ago
- c924056 implemented void getHandleMemento(StringBuffer buff) in the previous way by apanchenk · 17 years ago
- db22189 * fixes. by asobolev · 17 years ago v20080605-1653
- 34b6a3a * fixes. by asobolev · 17 years ago
- c65de06 if entered value is null or EMPTY string - remove element from map by apanchenk · 17 years ago
- abc0bef selectFile() with IEnvironmentUI.DEFAULT not sure why it was .EXECUTABLE by apanchenk · 17 years ago
- 0124e5c return empty string in EditingSupport.getValue if null by apanchenk · 17 years ago
- a56a229 reformatted by apanchenk · 17 years ago
- 2262ebd deleted commented lines by apanchenk · 17 years ago
- bb3183f * call hierarchies fix * fix mixin builder messages by asobolev · 17 years ago v20080604-1750
- 6b5cad0 * fixed debug for Tcl and Ruby by asobolev · 17 years ago v20080604-1628
- 7e92e16 * fixed debug for Tcl and Ruby by asobolev · 17 years ago
- fb98ca3 * Applied Jae Gangemi patch by asobolev · 17 years ago v20080604-1516
- 9edb702 *Applied patch from bug 23513. Thanks to Alon Peled <alon@zend.com> by asobolev · 17 years ago v20080604-1349
- 7c1a610 *fixes by asobolev · 17 years ago v20080604-1306
- d78a1a5 *fixes by asobolev · 17 years ago
- e099f71 *fixes by asobolev · 17 years ago
- 80b05e0 fix updating "isContainerEntry" of buildpath by mspector · 17 years ago
- 1946bf8 to replace single char with another single char it is more effective to use repalce(char,char) method of the String by apanchenk · 17 years ago
- 0d265dd toString() uses getValue() instead of fLiteralValue so it works in NumericLiteral too by apanchenk · 17 years ago
- 2876372 framework methods to mark tests that do not pass yet by apanchenk · 17 years ago
- 29b772b extracted methods: by apanchenk · 17 years ago
- a81f4eb overridden getHandleMemento(StringBuffer) - use path.toString() instead of getElementName() in base class implementation by apanchenk · 17 years ago
- 57cd595 fixed ModelElementUtil.getPackageAndSubpackages: use IPath.isPrefixOf(IPath) instead of string operations with package separator from java (it was '.' but in script languages it is '/' mostly) by apanchenk · 17 years ago
- 5f9a49b * fixed bug with incorrect external folders map by asobolev · 17 years ago
- 13a31e2 setDevice(null) when building exclude patterns by apanchenk · 17 years ago
- df4fb51 + added lazy interpreter install location file handle class. This allow specification of RSE connection interpreter, and loading of RSE only then required. by asobolev · 17 years ago
- 3310de8 + added lazy interpreter install location file handle class. This allow specification of RSE connection interpreter, and loading of RSE only then required. by asobolev · 17 years ago
- 75ecbcb + added lazy interpreter install location file handle class. This allow specification of RSE connection interpreter, and loading of RSE only then required. by asobolev · 17 years ago
- 00675ab * minir fix by asobolev · 17 years ago
- 594b78c * fixed incorrect working directory for new created launch configurations by asobolev · 17 years ago
- 2866c39 performance optimize, constant growing of an array by 1, generates a lot of garbage and this is done when typing in a script editor.. by jcompagne · 17 years ago
- 9ae5b68 unused imports removed by apanchenk · 17 years ago
- 9d42283 equals() optimized by apanchenk · 17 years ago
- 5a27c22 public static void revealInEditor(IEditorPart editorPart, int lineNumber) method added by apanchenk · 17 years ago
- 92ef25d test instanceof SuiteOfTestCases check added by apanchenk · 17 years ago
- 03f690c allow to override method and type info before reporting by mspector · 17 years ago
- c8ab2f2 Removed assumtion that constructor name always equals to class name - that is not true in PHP, for example. by mspector · 17 years ago
- ee4180a * RSE initialization fix by asobolev · 17 years ago v20080529-1512
- 6f5eaaa * RSE lazy loading code by asobolev · 17 years ago
- d6f78e4 * RSE lazy loading code by asobolev · 17 years ago
- 0c1b374 * RSE lazy loading code by asobolev · 17 years ago
- c416e74 * RSE lazy loading code by asobolev · 17 years ago
- 05e0dcf in matchReportReference() use ASTNode.matchStart() and ASTNode.matchLength() - so only the method name is highlighted in the editor [in TCL search the method definition is reported via this function] by apanchenk · 17 years ago
- 485efe7 override matchStart & matchEnd methods in the way similar to TypeDeclaration by apanchenk · 17 years ago
- 4466916 * fixes by asobolev · 17 years ago v20080528-1840
- 0d5ec46 changes for compare viewers by apanchenk · 17 years ago
- c25549c base class for compare viewers by apanchenk · 17 years ago
- 7e53595 added getter for defaultPartitioning by apanchenk · 17 years ago
- 3dff23e getTextHover() returns null if there is no editor by apanchenk · 17 years ago
- b0ed240 HTML generation improvements/optimizations by apanchenk · 17 years ago v20080527-1917
- 8532af4 no-args getAdditionalProposalInfo() just calls getAdditionalProposalInfo(new NullProgressMonitor()) by apanchenk · 17 years ago
- ac8a940 small optimizations by apanchenk · 17 years ago
- c14d812 debug logging changes/minor improvements whilst improving TCL completion by apanchenk · 17 years ago
- d6f7acb * fixed selection for read only external source modules. by asobolev · 17 years ago v20080527-1541
- 6aade69 * added filtering of of hidded folders, then create source folders then create new project with existen sources. by asobolev · 17 years ago v20080527-1341
- fdb8977 *fix by asobolev · 17 years ago v20080526-2046
- ab95838 *fix by asobolev · 17 years ago v20080526-1859
- 9ee8c71 do not display completion proposals when called to display context information (parameters) after the method call by apanchenk · 17 years ago
- 5fc714e do not display completion proposals when called to display context information (parameters) after the method call by apanchenk · 17 years ago
- f8d3065 *fix by asobolev · 17 years ago v20080526-1759
- 12a663a *fix by asobolev · 17 years ago v20080526-1748