1. 642e4f5 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  2. 8d8a9b0 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  3. 80cf7e8 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  4. 6383e5f Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  5. 8a04aa3 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  6. 93354b9 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  7. ba82396 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
  8. cb1231d skip extension if toolkit instantiation failed, bug 352856 by apanchenk · 13 years ago
  9. 9500c75 don't disable paste here (it is not enabled again when it should) by jcompagne · 13 years ago
  10. 1bd509c IScriptBuilderVersionInfo by apanchenk · 13 years ago
  11. 5e81a4d update ScriptAnnotationIterator by apanchenk · 13 years ago
  12. adeddca revert last commit and add a commet by apanchenk · 13 years ago
  13. 37fb9b2 Bug 315403 - Error marker does not show in parent source folder if a error is deep inside in a offspring file by rganor · 13 years ago
  14. 0ef5c1a move NO_EXTRA_ATTRIBUTES & NO_ACCESS_RULES to interface by apanchenk · 13 years ago
  15. bacae1a refactoring by apanchenk · 13 years ago
  16. 7347392 fix array type in getKeywordCompletionProposals() by apanchenk · 13 years ago
  17. 5d06f83 public pathToString() function refactoring in getForeignResources() by apanchenk · 13 years ago
  18. 7e80ac8 new extension point to create custom IProjectFragments by apanchenk · 13 years ago v20110706-2100
  19. d1076c4 protected boolean isValidElement(IConfigurationElement confElement) method introduced by apanchenk · 13 years ago
  20. 15cf469 generics by apanchenk · 13 years ago
  21. c1efe3f generics by apanchenk · 13 years ago
  22. d406d5e default implementation of "String getModuleType()" which was abstract by apanchenk · 13 years ago
  23. d50722f default implementation of "String getModuleType()" which was abstract by apanchenk · 13 years ago
  24. cece69a added extension point to classdoc by apanchenk · 13 years ago
  25. 3467d6b implemented the behavior that also java has that when you say enclosing projects it searches in the current project and it all the project that current project has as its references by jcompagne · 13 years ago
  26. 6194977 generics by apanchenk · 13 years ago
  27. 02947f1 generics by apanchenk · 13 years ago
  28. 5fee7d8 fix in getProblemMarkerType() return MARKER_TYPE_PROBLEM by apanchenk · 13 years ago
  29. 1d907f1 the expression wasnt send in an update breakpoint command by jcompagne · 13 years ago
  30. e1f428c call the spelling service once with all the regions by jcompagne · 13 years ago
  31. d5e8799 call spelling service for comments by apanchenk · 13 years ago
  32. 9ef8fdd call spelling service for comments by apanchenk · 13 years ago
  33. 05d226d extends IScriptLanguageProvider by apanchenk · 13 years ago
  34. b80b3ae fixed bug in equals() +formatting by apanchenk · 13 years ago
  35. ed97103 having a more general exception to H2DbFactory to support new h2 API by rganor · 13 years ago v20110615-1000
  36. 21ec0e1 formatting by apanchenk · 13 years ago
  37. 9bbdfa1 remove "if (DLTKCore.DEBUG) { System.err.println(Add...) }" lines - looks like they are already implemented by apanchenk · 13 years ago
  38. c76bcd7 fix problem decorations for SCRIPT_FOLDER and flat layout by apanchenk · 13 years ago
  39. d55e3f5 +about.html & plugin.properties by apanchenk · 13 years ago v20110609-1525
  40. 9a5e144 @SuppressWarnings initial implementation by apanchenk · 13 years ago
  41. 7643023 update tycho versions to 0.11.1 by apanchenk · 13 years ago
  42. 97bc3d5 public static setEnabled(boolean) by apanchenk · 13 years ago v20110601-1430
  43. e9d19e2 change dependency to org.eclipse.text by apanchenk · 13 years ago
  44. b5fb725 change dependency to org.eclipse.text by apanchenk · 13 years ago
  45. 685b916 launch org.eclipse.dltk.formatter.tests tests by apanchenk · 13 years ago
  46. d039e25 eclipse code style by apanchenk · 13 years ago
  47. 2a22631 use TextUtils.join() instead of internal method by apanchenk · 13 years ago
  48. c871973 launch org.eclipse.dltk.core.tests tests by apanchenk · 13 years ago
  49. 74c186b camel-case comparision in JS code completion by apanchenk · 13 years ago
  50. 2cee3b7 camel-case comparision in JS code completion by apanchenk · 13 years ago
  51. 93bcfa0 fix the constructor actually by apanchenk · 13 years ago
  52. 69be51d arrayoutofbounds fixes, by jcompagne · 13 years ago
  53. 8f89dea format on save for JS editor by apanchenk · 13 years ago
  54. 96710fb build dependent files only if there are structural changes by apanchenk · 13 years ago
  55. 8927176 IProblemReporter doesn't extend IAdaptable by apanchenk · 13 years ago
  56. 0864245 null checks after attempt to instantiate extensions by apanchenk · 13 years ago
  57. d00a109 PROJECT_FILENAME = IProjectDescription.DESCRIPTION_FILE_NAME by apanchenk · 13 years ago
  58. 13ea4f2 getMethodImageDescriptor() refactoring & TODO by apanchenk · 13 years ago
  59. 928d85c remove ...ruby option by apanchenk · 13 years ago
  60. 7ea7a11 early exit if wordRegion is empty by apanchenk · 13 years ago
  61. d95da99 extract type hierarchy & member walking over code by apanchenk · 13 years ago
  62. 3fa9d8a generics by apanchenk · 13 years ago v20110429
  63. 967dba2 fDocument!=null check in createPositionFromProblem() by apanchenk · 13 years ago
  64. 33281de isReadOnlySupported() checks by apanchenk · 13 years ago
  65. 94fa7e7 isReadOnlySupported() checks by apanchenk · 13 years ago
  66. 6ec2650 clear AST cache on buffer change by apanchenk · 13 years ago
  67. 0119ec7 verify(ISourceModule) method to remove cached AST if module is dirty by apanchenk · 13 years ago
  68. 26ed925 cast to ILocalVariable by apanchenk · 13 years ago
  69. 8186a82 implement ILocalVariable as it's almost the same by apanchenk · 13 years ago
  70. 8d5216d IModelElement implementation to return from selection engine if correct model element couldn't be identified (similar to LocalVariable) by apanchenk · 13 years ago
  71. 80b1435 fix versions in poms by apanchenk · 13 years ago
  72. 09c0418 fix versions in poms by apanchenk · 13 years ago
  73. be573c5 update versions to 3.0 by apanchenk · 13 years ago v20110424
  74. c16d91a update versions to 3.0 by apanchenk · 13 years ago
  75. 4812e2e update versions to 3.0 by apanchenk · 13 years ago
  76. f89c300 update versions to 3.0 by apanchenk · 13 years ago
  77. 847953f update versions to 3.0 by apanchenk · 13 years ago
  78. 3bbeb59 update versions to 3.0 by apanchenk · 13 years ago
  79. b661bc4 update versions to 3.0 by apanchenk · 13 years ago
  80. 3e747ab update versions to 3.0 by apanchenk · 13 years ago
  81. 9352b8c update versions to 3.0 by apanchenk · 13 years ago
  82. 5d20146 3.0 versions for required org.eclipse.dltk plugins by apanchenk · 13 years ago
  83. 0da5605 change versions to 3.0 by apanchenk · 13 years ago v20110423
  84. 9326f38 ignore target folder by apanchenk · 13 years ago
  85. a8f03dc change versions to 3.0 by apanchenk · 13 years ago
  86. 5872b6d change versions to 3.0 by apanchenk · 13 years ago
  87. 3655ae4 change versions to 3.0 by apanchenk · 13 years ago
  88. 7f945c5 change versions to 3.0 by apanchenk · 13 years ago
  89. 20c273a change versions to 3.0 by apanchenk · 13 years ago
  90. 635e626 change versions to 3.0 by apanchenk · 13 years ago
  91. d0e941b change versions to 3.0 by apanchenk · 13 years ago
  92. 6d36993 reschedule the job if module is inconsistent - wait until reconciler thread does the task by apanchenk · 13 years ago
  93. 558e55f don't call modifyAnnotations() if nothing changed by apanchenk · 13 years ago
  94. 6e44ab1 improve locking to avoid deadlocks by apanchenk · 13 years ago
  95. 82933cc don't attach editor actions to selectionprovider, as selection change events are provided to them before opening popup menu by apanchenk · 13 years ago
  96. 39c4f48 build deltas only if working copy was inconsistent by apanchenk · 13 years ago
  97. be6308d increase visibility of getProposalInfo() by apanchenk · 13 years ago
  98. f9de7ec fix length in createTypeProposal by apanchenk · 13 years ago
  99. 21f2074 call SourceParserUtil.parse() without wrapping result for compatibility as ModuleDeclaration by apanchenk · 13 years ago
  100. 4e52098 don't call reconcile() on save [in commitWorkingCopy() bug 203605 for CompilationUnitDocumentProvider] by apanchenk · 13 years ago