1. 9ba909d improve testing support by apanchenk · 17 years ago
  2. d2b4cfa use ITodoTaskPreferences by apanchenk · 17 years ago
  3. 3c41890 improve tag detection at end of line by apanchenk · 17 years ago
  4. ce503cf TodoTaskPreferences - extracted interface ITodoTaskPreferences by apanchenk · 17 years ago
  5. 2c5b17f *fix by asobolev · 17 years ago
  6. b77a2bf ruby semantic highlighting by apanchenk · 17 years ago
  7. 7f8f26b *fix by asobolev · 17 years ago
  8. 7e10c08 display exception type for the ScriptExceptionBreakpoints by apanchenk · 17 years ago v20080609-1540
  9. 1308f31 redundant instanceof condition removed by apanchenk · 17 years ago
  10. 511e929 promote potential matches to accurate one by apanchenk · 17 years ago
  11. 81740cb fixing plugin/feature names by aplatov · 17 years ago v20080507-1710
  12. 4f8236a fixing plugin/feature names by aplatov · 17 years ago
  13. 639d392 fixing plugin/feature names by aplatov · 17 years ago
  14. c504908 fixing plugin/feature names by aplatov · 17 years ago
  15. 5924575 fixing plugin/feature names by aplatov · 17 years ago
  16. 15c559c use Set to collect unique paths by apanchenk · 17 years ago
  17. 42894ac * fixed tcl completion on first character. ( caused incorrect work of call hierarchy, if call came from first line) by asobolev · 17 years ago
  18. 95d69b2 * fixed tcl completion on first character. ( caused incorrect work of call hierarchy, if call came from first line) by asobolev · 17 years ago
  19. e927866 *fix for apply button in debugger configuration page by asobolev · 17 years ago v20080607-1406
  20. a2e74bc -this.qualification[length + 1] = ZERO_CHAR; by apanchenk · 17 years ago
  21. 6af03e6 log errors if they occur in search by apanchenk · 17 years ago
  22. f3300b3 * fix bug with ITcl body command by asobolev · 17 years ago
  23. e62d004 TODO task tags highlighting (by Sam) by apanchenk · 17 years ago
  24. 503b63f TODO task tags highlighting (by Sam) by apanchenk · 17 years ago
  25. 11222ff *fix by asobolev · 17 years ago v20080606-1847
  26. 83bcd2b correctly handle tab policy preferences when inserting code templates by apanchenk · 17 years ago
  27. b20811b correctly handle tab policy preferences when inserting code templates by apanchenk · 17 years ago
  28. 68b9e0a test for TextUtils.split() by apanchenk · 17 years ago
  29. df2c277 moved to dltk.core by apanchenk · 17 years ago
  30. 7b9a7b9 1. moved from dltk.ui 2. added method String[] splitLines(String) by apanchenk · 17 years ago
  31. c3f69f5 TabStyle is final with private constructor by apanchenk · 17 years ago v20080606-1700
  32. feb8a64 *fix by asobolev · 17 years ago
  33. 39304fb * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
  34. dc0131e * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
  35. b01fe6e * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
  36. 00dd517 * fixing interpreter and search problems then updating from previous DLTK versions by asobolev · 17 years ago
  37. cd6aecf test for ScriptTemplateContext.calculateIndent() by apanchenk · 17 years ago
  38. af64c9e specifiy monospaced font for the editor int Edit Template dialog by apanchenk · 17 years ago
  39. 56c0151 1. loads only interpreters of the specified nature by apanchenk · 17 years ago
  40. c924056 implemented void getHandleMemento(StringBuffer buff) in the previous way by apanchenk · 17 years ago
  41. db22189 * fixes. by asobolev · 17 years ago v20080605-1653
  42. 34b6a3a * fixes. by asobolev · 17 years ago
  43. c65de06 if entered value is null or EMPTY string - remove element from map by apanchenk · 17 years ago
  44. abc0bef selectFile() with IEnvironmentUI.DEFAULT not sure why it was .EXECUTABLE by apanchenk · 17 years ago
  45. 0124e5c return empty string in EditingSupport.getValue if null by apanchenk · 17 years ago
  46. a56a229 reformatted by apanchenk · 17 years ago
  47. 2262ebd deleted commented lines by apanchenk · 17 years ago
  48. bb3183f * call hierarchies fix * fix mixin builder messages by asobolev · 17 years ago v20080604-1750
  49. 6b5cad0 * fixed debug for Tcl and Ruby by asobolev · 17 years ago v20080604-1628
  50. 7e92e16 * fixed debug for Tcl and Ruby by asobolev · 17 years ago
  51. fb98ca3 * Applied Jae Gangemi patch by asobolev · 17 years ago v20080604-1516
  52. 9edb702 *Applied patch from bug 23513. Thanks to Alon Peled <alon@zend.com> by asobolev · 17 years ago v20080604-1349
  53. 7c1a610 *fixes by asobolev · 17 years ago v20080604-1306
  54. d78a1a5 *fixes by asobolev · 17 years ago
  55. e099f71 *fixes by asobolev · 17 years ago
  56. 80b05e0 fix updating "isContainerEntry" of buildpath by mspector · 17 years ago
  57. 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
  58. 0d265dd toString() uses getValue() instead of fLiteralValue so it works in NumericLiteral too by apanchenk · 17 years ago
  59. 2876372 framework methods to mark tests that do not pass yet by apanchenk · 17 years ago
  60. 29b772b extracted methods: by apanchenk · 17 years ago
  61. a81f4eb overridden getHandleMemento(StringBuffer) - use path.toString() instead of getElementName() in base class implementation by apanchenk · 17 years ago
  62. 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
  63. 5f9a49b * fixed bug with incorrect external folders map by asobolev · 17 years ago
  64. 13a31e2 setDevice(null) when building exclude patterns by apanchenk · 17 years ago
  65. 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
  66. 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
  67. 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
  68. 00675ab * minir fix by asobolev · 17 years ago
  69. 594b78c * fixed incorrect working directory for new created launch configurations by asobolev · 17 years ago
  70. 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
  71. 9ae5b68 unused imports removed by apanchenk · 17 years ago
  72. 9d42283 equals() optimized by apanchenk · 17 years ago
  73. 5a27c22 public static void revealInEditor(IEditorPart editorPart, int lineNumber) method added by apanchenk · 17 years ago
  74. 92ef25d test instanceof SuiteOfTestCases check added by apanchenk · 17 years ago
  75. 03f690c allow to override method and type info before reporting by mspector · 17 years ago
  76. c8ab2f2 Removed assumtion that constructor name always equals to class name - that is not true in PHP, for example. by mspector · 17 years ago
  77. ee4180a * RSE initialization fix by asobolev · 17 years ago v20080529-1512
  78. 6f5eaaa * RSE lazy loading code by asobolev · 17 years ago
  79. d6f78e4 * RSE lazy loading code by asobolev · 17 years ago
  80. 0c1b374 * RSE lazy loading code by asobolev · 17 years ago
  81. c416e74 * RSE lazy loading code by asobolev · 17 years ago
  82. 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
  83. 485efe7 override matchStart & matchEnd methods in the way similar to TypeDeclaration by apanchenk · 17 years ago
  84. 4466916 * fixes by asobolev · 17 years ago v20080528-1840
  85. 0d5ec46 changes for compare viewers by apanchenk · 17 years ago
  86. c25549c base class for compare viewers by apanchenk · 17 years ago
  87. 7e53595 added getter for defaultPartitioning by apanchenk · 17 years ago
  88. 3dff23e getTextHover() returns null if there is no editor by apanchenk · 17 years ago
  89. b0ed240 HTML generation improvements/optimizations by apanchenk · 17 years ago v20080527-1917
  90. 8532af4 no-args getAdditionalProposalInfo() just calls getAdditionalProposalInfo(new NullProgressMonitor()) by apanchenk · 17 years ago
  91. ac8a940 small optimizations by apanchenk · 17 years ago
  92. c14d812 debug logging changes/minor improvements whilst improving TCL completion by apanchenk · 17 years ago
  93. d6f7acb * fixed selection for read only external source modules. by asobolev · 17 years ago v20080527-1541
  94. 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
  95. fdb8977 *fix by asobolev · 17 years ago v20080526-2046
  96. ab95838 *fix by asobolev · 17 years ago v20080526-1859
  97. 9ee8c71 do not display completion proposals when called to display context information (parameters) after the method call by apanchenk · 17 years ago
  98. 5fc714e do not display completion proposals when called to display context information (parameters) after the method call by apanchenk · 17 years ago
  99. f8d3065 *fix by asobolev · 17 years ago v20080526-1759
  100. 12a663a *fix by asobolev · 17 years ago v20080526-1748