1. f3bca12 testcase for the last ModelManager.determineIfOnBuildpath(IResource resource,IScriptProject project) change by apanchenk · 16 years ago
  2. 7a84b49 IModelElement determineIfOnBuildpath(IResource,IScriptProject) - check that resource is not excluded from the ProjectFragment by apanchenk · 16 years ago
  3. a803997 J2SE-1.4 by apanchenk · 16 years ago
  4. 20aca80 more tests added by apanchenk · 16 years ago
  5. 8cdaabf test for CommandLine.add(String[]) by apanchenk · 16 years ago
  6. ef77794 add(String[] parts) fixed toString() implemented by apanchenk · 16 years ago v20080815-1547
  7. 4c370d9 fixed typo in method name by apanchenk · 16 years ago
  8. b15dab0 do not try to add external document to the index if content could not be retrieved (the change also removes "potential NPE" warning) by apanchenk · 16 years ago
  9. a82d58b * Version update (DLTK-654) by asobolev · 16 years ago v20080815-1326
  10. 356b93b * Version update (DLTK-654) by asobolev · 16 years ago
  11. 0722f17 * Version update (DLTK-654) by asobolev · 16 years ago
  12. bf3943c * Version update (DLTK-654) by asobolev · 16 years ago
  13. 717678c * Version update (DLTK-654) by asobolev · 16 years ago
  14. 753f220 * Version update (DLTK-654) by asobolev · 16 years ago
  15. 170fa13 * Version update (DLTK-654) by asobolev · 16 years ago
  16. 79a2d34 * Version update (DLTK-654) by asobolev · 16 years ago
  17. 6b9696c * Version update (DLTK-654) by asobolev · 16 years ago
  18. 131d251 * Version update (DLTK-654) by asobolev · 16 years ago
  19. f3d2bfb * Version update (DLTK-654) by asobolev · 16 years ago
  20. 2b8404f * Version update (DLTK-654) by asobolev · 16 years ago
  21. 071b1aa * Version update (DLTK-654) by asobolev · 16 years ago
  22. 703b79e * Version update (DLTK-654) by asobolev · 16 years ago
  23. fa040e2 * Version update (DLTK-654) by asobolev · 16 years ago
  24. ab23281 * Version update (DLTK-654) by asobolev · 16 years ago
  25. 2fdd5f0 * Version update (DLTK-654) by asobolev · 16 years ago
  26. b13c5f8 * Version update (DLTK-654) by asobolev · 16 years ago
  27. 236cb91 * Version update (DLTK-654) by asobolev · 16 years ago
  28. 059bb10 unnecessary cast removed by apanchenk · 16 years ago
  29. 5b5a3cf minor formatting-like improvements by apanchenk · 16 years ago
  30. b854518 DLTK-653 build path - add required project should display only the list of the projects with the same nature by apanchenk · 16 years ago
  31. fe0b00c IScriptProject[] getScriptProjects(String nature) method added by apanchenk · 16 years ago
  32. cef7554 DLTK-649 exclusion patterns for external source folders were not applied by apanchenk · 16 years ago
  33. 4b7ea01 Unnecessary NON-NLS comment removed by apanchenk · 16 years ago
  34. 3a7a4b6 use Assert.isNotNull(path) instead of if (path == null) Assert.isTrue(false) -just to remove a potential null warning by apanchenk · 16 years ago
  35. d41f231 format() now could throw FormatterException by apanchenk · 16 years ago v20080814-1415
  36. 0339495 change the sequence of the menus, so the sequence will always be Source and Refactor after it by apanchenk · 16 years ago v20080813-1750
  37. 1f9b556 mark reconciled problems with gray icon by apanchenk · 16 years ago v20080813
  38. 4f10730 mark reconciled problems with gray icon by apanchenk · 16 years ago
  39. 1eb9e0a default implementation of the isConfigurable() to return false by apanchenk · 16 years ago
  40. f7f2cd3 display only if (type.isBuiltin() && !type.isConfigurable()) by apanchenk · 16 years ago
  41. 57881cb removed own copy of InterpreterSearcher - use it from dltk.launching plugin by apanchenk · 16 years ago
  42. 28c2bed unused import removed by apanchenk · 16 years ago
  43. 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
  44. 2277ae2 check that there are no duplicate control keys by apanchenk · 16 years ago v20080812
  45. 543feb2 prevent NPE in equals() by apanchenk · 16 years ago
  46. f2ab9c7 TextUtils - now operates on CharSequence - selectHeadLines() method added by apanchenk · 16 years ago
  47. b97d28d TextUtils - now operates on CharSequence - selectHeadLines() method added by apanchenk · 16 years ago
  48. ffa01ea handle indentation type preferences (char and size) by apanchenk · 16 years ago
  49. e9fb23a disable modify button if there are no formatters by apanchenk · 16 years ago
  50. ef09ad2 disable combobox if there are no selectable items by apanchenk · 16 years ago
  51. 25b1776 * Tcl command detectors performance improvement (DLTK-619) by asobolev · 16 years ago
  52. 419e095 formatter preferences UI by apanchenk · 16 years ago
  53. bc27c5f insert blank lines before class/method by apanchenk · 16 years ago
  54. f2cff54 countLines() by apanchenk · 16 years ago
  55. 2a1fa75 formatter preferences UI by apanchenk · 16 years ago
  56. fcfd9fa formatter preferences UI by apanchenk · 16 years ago
  57. f5f58dd formatter preferences UI by apanchenk · 16 years ago
  58. 327a7f1 formatter preferences UI by apanchenk · 16 years ago
  59. cebc08e + Any Interpreter validation code. Now interpreter with any name could be added, if it could execute simple script, for Ruby and Tcl languages. (DLTK-595) by asobolev · 16 years ago
  60. 4bff19f * Search method added duplicate interpreters (DLTK-598) by asobolev · 16 years ago
  61. 8462383 use Util.LINE_SEPARATOR by apanchenk · 16 years ago
  62. 467f4a0 * Improve DLTK Source Indexer to use AST cache (DLTK-596) by asobolev · 16 years ago
  63. 8f2cb1a configure project specific preferences only for the projects with the same nature by apanchenk · 16 years ago
  64. a62cbdd unused imports removed by apanchenk · 16 years ago
  65. 2f863d8 version number changed to 1.0 by apanchenk · 16 years ago
  66. 0263869 version number changed to 1.0 by apanchenk · 16 years ago
  67. d66a791 version number changed to 1.0 by apanchenk · 16 years ago
  68. a2b4a20 version number changed to 1.0 by apanchenk · 16 years ago
  69. 2b29b7b version number changed to 1.0 by apanchenk · 16 years ago
  70. 8a4bc39 version number changed to 1.0 by apanchenk · 16 years ago
  71. 8671263 version number changed to 1.0 by apanchenk · 16 years ago
  72. 1b490b7 *fixed NPE then copying file from interpreter libraries to project by asobolev · 16 years ago
  73. 8c785f1 scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker" by apanchenk · 16 years ago v20080808-1637
  74. 45537b9 Added resolveModelElements() to allow alternative editor implementations to override resolution. by ssanders · 16 years ago
  75. 498079c Corrected boolean test which should have been inverted when matching code style. by ssanders · 16 years ago
  76. b05220b Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed. by ssanders · 16 years ago
  77. c8d596b Corrected getElementAtOffset() to avoid ModelException when input doesn't exist. by ssanders · 16 years ago
  78. 6b578b4 Corrected cache invalidation for buildpath changes and other removals. by ssanders · 16 years ago
  79. 7123d74 Extracted resolveModelElements() in order to support alternative editor implementations. by ssanders · 16 years ago
  80. fd99856 Corrected getNatureId() to avoid NPE when project is null. by ssanders · 16 years ago
  81. 377bda8 Corrected issue with Ruby interpreter name containing '/'. by ssanders · 16 years ago
  82. 43c16fb Added better support for insert and highlight matching do/end and {}. by ssanders · 16 years ago
  83. c580ab1 Refactored getNatureId() to avoid NPE. by ssanders · 16 years ago
  84. 2353adc editor & document vars extracted to simplify code by apanchenk · 16 years ago
  85. b44b14e Refactored automated tests to properly cleanup in between and avoid race conditions. by ssanders · 16 years ago
  86. c7d83ae if single pass - flush reporter else add to list by apanchenk · 16 years ago
  87. 7764a5c Refactored codeSelect behavior to allow alternative editor and source module implementations. by ssanders · 16 years ago
  88. 43d60e2 Corrected invalid externalization key references. by ssanders · 16 years ago
  89. 2fc026c Removed no-op preference initializer. by ssanders · 16 years ago
  90. b7ad6a1 Changed getScriptBuilders() to add generic builders first, because they may be depended on by specific, but not vice-versa. by ssanders · 16 years ago
  91. 533550d * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
  92. 17188b6 * some builder improvements * fixed build participant activation state save/load by asobolev · 16 years ago
  93. fcc6519 Refactored getCorrespondingResource() to support IAdaptable targets. by ssanders · 16 years ago
  94. eb8231f do initialize() in getScriptBuilders() by apanchenk · 16 years ago
  95. e89ba16 pass builders as parameter to buildElements() by apanchenk · 16 years ago
  96. 82e5d74 getScriptBuilders() extracted by apanchenk · 16 years ago
  97. 1fe5911 initializeBuilders/resetBuilders methods extracted by apanchenk · 16 years ago
  98. c7dd784 Corrected internalGetParent() to properly handle hiding <default> script folders. by ssanders · 16 years ago
  99. 78fbbd2 Added null check for configuration parameters. by ssanders · 16 years ago
  100. 2ef6a62 Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder. by ssanders · 16 years ago