1. 1f2c6da inner classes are static by apanchenk · 16 years ago
  2. 367cd4c formatting in getTrigger() by apanchenk · 16 years ago
  3. 758ce7f fixed typo in var/method names by apanchenk · 16 years ago
  4. 9098879 refactorings + optimizations + new virtual funtions introduced by apanchenk · 16 years ago
  5. cc97bb9 for zip entries build full paths(with environment id) by apanchenk · 16 years ago
  6. b7046f2 user libraries management for Ruby by apanchenk · 16 years ago
  7. 254401e using isLocal() by apanchenk · 16 years ago
  8. a738bb7 using isLocal() by apanchenk · 16 years ago
  9. c03286c Quick views (outline and hierarchy) were missed from the context menu by apanchenk · 16 years ago
  10. df14cf8 unused imports removed by apanchenk · 16 years ago v20080819
  11. 0927abf evaluate problems as you type" by apanchenk · 16 years ago
  12. 1bf88e2 register listener for the HANDLE_TEMPORARY_PROBLEMS property by apanchenk · 16 years ago
  13. bc10d0a use StatusInfo.OK_STATUS instead of Status.OK_STATUS since getMessage() should return null by apanchenk · 16 years ago
  14. 2f046e2 optimize getChildren() and protect OK_STATUS from modifications by apanchenk · 16 years ago
  15. 5c554ec public static void initializeDefaultValues(IPreferenceStore store, boolean commonPreferences) method signature changed by apanchenk · 16 years ago
  16. 68f4480 createCheckButton() version with only two parameters by apanchenk · 16 years ago
  17. 3297029 fixed ModelElementUtil.getPackageAndSubpackages() - starting package was added twice by apanchenk · 16 years ago
  18. 726f270 DLTK-660 script explorer empty parent filtering bug in hierarchical package presentation (the folder was filtered when it have subfolders but have no files) by apanchenk · 16 years ago v20080818
  19. 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
  20. d41f231 format() now could throw FormatterException by apanchenk · 16 years ago v20080814-1415
  21. 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
  22. 1f9b556 mark reconciled problems with gray icon by apanchenk · 16 years ago v20080813
  23. 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
  24. 2277ae2 check that there are no duplicate control keys by apanchenk · 16 years ago v20080812
  25. ffa01ea handle indentation type preferences (char and size) by apanchenk · 16 years ago
  26. e9fb23a disable modify button if there are no formatters by apanchenk · 16 years ago
  27. ef09ad2 disable combobox if there are no selectable items by apanchenk · 16 years ago
  28. 419e095 formatter preferences UI by apanchenk · 16 years ago
  29. bc27c5f insert blank lines before class/method by apanchenk · 16 years ago
  30. 2a1fa75 formatter preferences UI by apanchenk · 16 years ago
  31. f5f58dd formatter preferences UI by apanchenk · 16 years ago
  32. 327a7f1 formatter preferences UI by apanchenk · 16 years ago
  33. 8462383 use Util.LINE_SEPARATOR by apanchenk · 16 years ago
  34. 8f2cb1a configure project specific preferences only for the projects with the same nature by apanchenk · 16 years ago
  35. d66a791 version number changed to 1.0 by apanchenk · 16 years ago
  36. 45537b9 Added resolveModelElements() to allow alternative editor implementations to override resolution. by ssanders · 16 years ago
  37. b05220b Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed. by ssanders · 16 years ago
  38. c8d596b Corrected getElementAtOffset() to avoid ModelException when input doesn't exist. by ssanders · 16 years ago
  39. 7123d74 Extracted resolveModelElements() in order to support alternative editor implementations. by ssanders · 16 years ago
  40. 43c16fb Added better support for insert and highlight matching do/end and {}. by ssanders · 16 years ago
  41. 2353adc editor & document vars extracted to simplify code by apanchenk · 16 years ago
  42. 7764a5c Refactored codeSelect behavior to allow alternative editor and source module implementations. by ssanders · 16 years ago
  43. 2fc026c Removed no-op preference initializer. by ssanders · 16 years ago
  44. fcc6519 Refactored getCorrespondingResource() to support IAdaptable targets. by ssanders · 16 years ago
  45. c7dd784 Corrected internalGetParent() to properly handle hiding <default> script folders. by ssanders · 16 years ago
  46. 2ef6a62 Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder. by ssanders · 16 years ago
  47. e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
  48. 0b186ce Refactored to support compatibility with 3.3 by ssanders · 16 years ago
  49. e68bb31 improve error logging by apanchenk · 16 years ago
  50. 36f85a7 catch all exceptions when calling formatter by apanchenk · 16 years ago
  51. 6bcc31d public static void warn(String message, Throwable throwable) by apanchenk · 16 years ago
  52. c2e945c no wildcard imports, please by apanchenk · 16 years ago
  53. 768bfac detectIndentationLevel() improvements by apanchenk · 16 years ago
  54. 18f15a5 IScriptFormatterFactory.isValid() by apanchenk · 16 years ago
  55. 6d06e04 abstract page to select formatter engine by apanchenk · 16 years ago
  56. bccc348 Source Formatter API by apanchenk · 16 years ago
  57. 6890288 if description is null - use empty string if name is empty - use class name by apanchenk · 16 years ago
  58. c1de64d formatting by apanchenk · 16 years ago
  59. 517f1b5 common GenerateActionGroup by apanchenk · 16 years ago
  60. d38ad34 - added support for 'Variables' view options by jgangemi · 16 years ago
  61. 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 16 years ago
  62. ed8dc27 typo in message name fixed by apanchenk · 16 years ago
  63. 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 16 years ago
  64. e23f60a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
  65. cbc8094 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
  66. d64233e removed deprecated class since it was moved to org.eclipse.dltk.utils by apanchenk · 16 years ago
  67. cdcac30 Added 'containsOnlyWhitespaces' boolean test utility. NirC by ncohen · 16 years ago
  68. 6623e88 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 16 years ago
  69. 4ad731a call OpenTypeHistory.shutdown() from plugin.stop() by apanchenk · 16 years ago
  70. 8700766 comment formatting by apanchenk · 16 years ago
  71. 07dbb77 fixed problem and annotation hover by apanchenk · 16 years ago
  72. cb6c3e2 Quick Fix implementation for temporary problems reported as annotations by apanchenk · 16 years ago
  73. 792c425 FIXABLE_PROBLEM & FIXABLE_ERROR images by apanchenk · 16 years ago v20080717
  74. 14fe56e formatting by apanchenk · 16 years ago
  75. 62fcca3 log error using DLTKUIPlugin.logErrorMessage() by apanchenk · 16 years ago
  76. b76ad47 formatting by apanchenk · 16 years ago
  77. 5049b0a * fixed NPE on activating Working Sets from Script Explorer by asobolev · 16 years ago
  78. e35ca3e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 16 years ago
  79. fc5a566 report compilation problems to the AnnotationModel if it is active by apanchenk · 16 years ago
  80. b6f08dc undeprecated by apanchenk · 16 years ago
  81. 2510d56 BufferManager.createBuffer() now is static by apanchenk · 16 years ago
  82. 3a5de0b "report problem as you type" checkbox by apanchenk · 16 years ago
  83. b96d84d formatting by apanchenk · 16 years ago
  84. 05969f8 store.setDefault(PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS,true); by apanchenk · 16 years ago
  85. cb94ecf removed some commands duplications on "org.eclipse.ui.commands" Nir Cohen by ncohen · 16 years ago
  86. b226bb3 oeps some logging kept around by jcompagne · 16 years ago
  87. 8b8a7d9 selected text shouldnt be reset then we loose there the package/script name by jcompagne · 16 years ago
  88. 15dc540 append the package name just like the Java open Type Dialog does. by jcompagne · 16 years ago
  89. bfc7998 register annotationTypes for the dltk.error/warn/info by apanchenk · 16 years ago
  90. b5b8bce fixed annotation names by apanchenk · 16 years ago
  91. cd3fd39 add images for the temporary problems reported as annotations by apanchenk · 16 years ago
  92. 9d33d35 IStructureSelection added to the fillMenu() method by apanchenk · 16 years ago
  93. e07c8ac abstract action to automatically create submenus similar to "Run/Debug As" by apanchenk · 16 years ago
  94. d6a2def Use "Checking consistency of method history..." message by apanchenk · 16 years ago
  95. 643b483 list caption changed to "matched methods" by apanchenk · 16 years ago
  96. d838cdf break assert()s into 2 - so there is no warning potential NPE by apanchenk · 16 years ago
  97. 3c894f8 use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
  98. ac44210 call getDeclaringType() here - to filter elements without it by apanchenk · 16 years ago
  99. 9741d24 1. Adding OpenMethodAction by rganor · 16 years ago
  100. ad5ca9c * folders support by asobolev · 16 years ago