1. 0355b3a 367757 - Editor caches external file changes by apanchenk · 13 years ago
  2. 0e15b2f Don't rebuild files with import problems if no structural changes by apanchenk · 13 years ago
  3. 423723b generics by apanchenk · 13 years ago
  4. 5b405b6 include all fields in ScriptProjectionAnnotation.toString() by apanchenk · 13 years ago
  5. b16d948 check if !display.isDisposed() by apanchenk · 13 years ago
  6. c9bd4f9 support for creating multiple projects by apanchenk · 13 years ago
  7. 406176a generics by apanchenk · 13 years ago
  8. 50b4644 remove getEditorInput(Object input) forwarding to EditorUtility by apanchenk · 13 years ago
  9. e719d8a remove getEditorInput(Object input) forwarding to EditorUtility by apanchenk · 13 years ago
  10. 1fb7086 EditorUtility,getEditorInput(Object input) doesn't throw exception by apanchenk · 13 years ago
  11. 5afd724 call static getProject() without this. by apanchenk · 13 years ago
  12. 4f9db45 fall back to the (default) spelling controle quick fix by jcompagne · 13 years ago
  13. 1ea17f8 remote "Add Task/Bookmark" messages as they belong to language specific plugins by apanchenk · 13 years ago
  14. 67fcb88 JS completion: insert generic type parameters only in jsdoc by apanchenk · 13 years ago
  15. 22659f9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
  16. 0f7cda9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
  17. 92540f5 call static getProject() without this. by apanchenk · 13 years ago
  18. 5eb6cf7 better support for adding PreferenceKeys after creating the block. by apanchenk · 13 years ago
  19. cdc5d44 add .getActiveProfileKey() to the list of all keys by apanchenk · 13 years ago
  20. ba0379d * fix for Bug 361231 - Bad Memento serialization with external Zip projet fragment - sbernard@sierrawireless.com by asobolev · 13 years ago
  21. 8ab5f2f * correct message for wrong file by asobolev · 13 years ago
  22. 7bead17 * apply patch from jdesgats@sierrawireless.com - fix for Bug 352826 by asobolev · 13 years ago
  23. 505d55b * apply patch from jdesgats@sierrawireless.com - fix for Bug 352826 by asobolev · 13 years ago
  24. 87be2ef remove "private final int id = nextId++;" by apanchenk · 13 years ago
  25. 1d855b0 toString(): in catch use local variable shortClassName by apanchenk · 13 years ago
  26. ee7b260 compare libary file timestamp+length before indexing by apanchenk · 13 years ago
  27. 9958844 ArchiveProjectFragmentRequest support by apanchenk · 13 years ago
  28. 11f8ff3 cleanup/formatting/generics by apanchenk · 13 years ago
  29. 579a286 remove unused code by apanchenk · 13 years ago
  30. 3a77596 Fix archive indexing support by apanchenk · 13 years ago
  31. 52acdad move "public IQuickAssistAssistant getQuickAssistAssistant(ISourceViewer sourceViewer)" from Tcl to ScriptSourceViewerConfiguration by apanchenk · 13 years ago
  32. ecef695 drop unused containerRelativePath() by apanchenk · 13 years ago
  33. df7bf24 checkChanges() use passed in parameter parentFolders by apanchenk · 13 years ago
  34. 87a0765 remove inherited equals() definition by apanchenk · 13 years ago
  35. 07fad0f move ReplacementBuffer as top level class by apanchenk · 13 years ago
  36. d14a4b4 increase visibility of createTypeProposal() to protected by apanchenk · 13 years ago
  37. fd72ac5 ISourceNode interface by apanchenk · 13 years ago
  38. 7801e86 use interface by apanchenk · 13 years ago
  39. b0a8e18 TestSupport.ignored(testCase) by apanchenk · 13 years ago
  40. 0ee6e48 generics by apanchenk · 13 years ago
  41. ad66a21 move @ConfigurationElement to annotations package by apanchenk · 13 years ago
  42. dfd5a4c removed cloned WhitespaceCharacterPainter and use it from jface, fixes bug 363585 by apanchenk · 13 years ago
  43. 64aa834 bugfix in SemanticHighlightingManager.affectsEnablement() by apanchenk · 13 years ago
  44. 177c96b generics, formatting by apanchenk · 13 years ago
  45. af3e2da Ignore target/ folder by apanchenk · 13 years ago
  46. cd3976c ignore target/ folders by apanchenk · 13 years ago
  47. 9bc0f7f ignore target/ folders by apanchenk · 13 years ago
  48. bf2b740 ignore target/ folders by apanchenk · 13 years ago
  49. 1b0983f ignore target/ folders by apanchenk · 13 years ago
  50. 1b444db "public String getExtraAttribute(String name)" method added by apanchenk · 13 years ago
  51. 06aa027 Extend dependency handling by apanchenk · 13 years ago
  52. cfeb0c2 addChangedResources(Collection<IFile> files) added by apanchenk · 13 years ago
  53. 0b48c0c sorting state was read and written to to different stores so it wasn't remembered by jcompagne · 13 years ago
  54. 1114cf4 deleteProjects(final String... projectNames) - change signature by apanchenk · 13 years ago
  55. 5f24131 generics by apanchenk · 13 years ago
  56. 1be0344 fix java compliance settings by apanchenk · 13 years ago
  57. 99ab2a7 fix java compliance settings by apanchenk · 13 years ago
  58. 9f57d89 fix java compliance settings by apanchenk · 13 years ago
  59. 3372ae2 CompoundMessage for log console by apanchenk · 13 years ago
  60. e5b8f9d CompoundMessage for log console by apanchenk · 13 years ago
  61. 9a444e6 Log Console improvements by apanchenk · 13 years ago
  62. 36a0f67 Log Console improvements by apanchenk · 13 years ago
  63. 6d244b6 manifest fixes by apanchenk · 13 years ago
  64. 22f8981 extracting interface out of ProposalInfo (in progress) by apanchenk · 13 years ago
  65. 4698b21 generics by apanchenk · 13 years ago
  66. caec483 * fix for create DLTK element from custom memento by asobolev · 13 years ago
  67. cdfda84 Manual invocations of IScriptBuilders are done via ScriptBuilderUtil class by apanchenk · 13 years ago
  68. f239625 * include pack200 option to easy pack200 apply step by asobolev · 13 years ago
  69. a51660e * main build/pom.xml now build only one all-in-one update site with sources by asobolev · 13 years ago
  70. ae3da71 remove: catch(Throwable e) { e.printStackTrace();} by apanchenk · 13 years ago
  71. 2b6b523 * building of other dltk components using maven/tycho by asobolev · 13 years ago
  72. 66d88a4 * tycho 0.12.0 based build update + poms for tcl*, ruby, javascript are updated by asobolev · 13 years ago
  73. 944f7af * bulk update of version to 4.0.0 by asobolev · 13 years ago
  74. 2cf5c19 * use java 1.5 by asobolev · 13 years ago
  75. 16dd178 * update .cvsignore's by asobolev · 13 years ago
  76. 5df68c7 * allow to display custom proposal completion documentation by asobolev · 13 years ago
  77. de53a66 * allow to display custom proposal completion documentation by asobolev · 13 years ago
  78. 26b4570 setCompletionLocation(int) added by apanchenk · 13 years ago
  79. dfea1e8 getElementName() handle IFile as well by apanchenk · 13 years ago
  80. 6259c47 better parameter name by apanchenk · 13 years ago
  81. 99231dd use Path.EMPTY by apanchenk · 13 years ago
  82. 3e7abf3 rename getfSpellingProblem() -> getSpellingProblem() by apanchenk · 13 years ago v20110904-1100
  83. fa82498 * include Ctrl+BS and Ctrl + Del for Delete Previous, Next word actions to default navigation actions of ScriptEditor by asobolev · 13 years ago
  84. a015e91 * Allow spell checking quick fixes to work by asobolev · 13 years ago
  85. 9fb8ad1 * NPE fix in DeltaProcessor by asobolev · 13 years ago
  86. aea48a0 * NPE fix for Tcl IDE by asobolev · 13 years ago
  87. eb5e4dc * add synchronization to SourceMapper internals by asobolev · 13 years ago
  88. d717bae * Allow interpreters embedded by plugins to be always updated. (Before they was not updated at all). by asobolev · 13 years ago
  89. eaa2353 Bug 355616 Path mapping not done for "Run to line" breakpoints by apanchenk · 13 years ago
  90. 2f9d96c * remove unused params in pom.xml by asobolev · 13 years ago
  91. 1695990 * use version with 'v' as qualifier prefix to allow correct update from updatesite created with maven by asobolev · 13 years ago
  92. 10eab84 * Don't update pattern for radio button de-selection events. by asobolev · 13 years ago
  93. 1e566d8 fix in getParent() - return single item instead of array by apanchenk · 13 years ago
  94. 606ea54 use fully qualified type name when grouping similar named types by apanchenk · 13 years ago
  95. 3cb90ad delegate to model label providers if non standard type hierarchy by apanchenk · 13 years ago
  96. f2db67e introduce type hierarchy mode by apanchenk · 13 years ago
  97. 8b7e9f2 delegate type hierarchy creation for SourceTypes, introduce type hierarchy mode by apanchenk · 13 years ago
  98. 10fda15 generics by apanchenk · 13 years ago
  99. f5f4f4c generics by apanchenk · 13 years ago
  100. 2140c12 enable File-Refresh command by apanchenk · 13 years ago