1. 34ffda0 increase visibility of createFieldProposal() by apanchenk · 13 years ago Root_R4_0_maintenance
  2. 616f626 improve logic in acquire() by apanchenk · 13 years ago
  3. d69dedf - refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace' by jgangemi · 13 years ago
  4. 1a13652 - refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace' by jgangemi · 13 years ago
  5. f9ad5b1 - changed List to List<String> by jgangemi · 13 years ago
  6. 195c72c - added support for creating heredoc partitions by jgangemi · 13 years ago
  7. f37c015 skip builder if IScriptBuilderVersionInfo.getVersion() returns null by apanchenk · 13 years ago
  8. 59bf851 generics by apanchenk · 13 years ago
  9. 2911ddc generics by apanchenk · 13 years ago
  10. 576f9a8 OpenType dialog: improve search by fully qualified names by apanchenk · 13 years ago
  11. 6d05e76 OpenType dialog: improve search by fully qualified names by apanchenk · 13 years ago
  12. 019454c DocHover: escape HTML in element title by apanchenk · 13 years ago
  13. abf536e synchronization around makeConsistent() by apanchenk · 13 years ago
  14. 8545efd SourceModuleInfoCache: don't reset on "working copy" flag change by apanchenk · 13 years ago
  15. 297991c remove java-specific code from createTypeProposalLabel(String) by apanchenk · 13 years ago
  16. f1324c1 rename parameters to selectionStart & selectionEnd by apanchenk · 13 years ago
  17. 784f656 support for multiple SelectionEngines by apanchenk · 13 years ago
  18. 7ede9d4 Documentation hover improvements by apanchenk · 13 years ago
  19. 436d84b ScriptElementImageProvider.getBaseImageDescriptor() handles LOCAL_VARIABLE by apanchenk · 13 years ago
  20. cabc7da DocumentationHover improvements by apanchenk · 13 years ago
  21. a0987ff Rebuild projects after upgrade by apanchenk · 13 years ago
  22. 5e307f6 Rebuild projects after upgrade by apanchenk · 13 years ago
  23. ed531ca public static String toString(Collection<String> strings) by apanchenk · 13 years ago
  24. 6a76d80 extract DLTKPluginImages.getImage(AbstractUIPlugin plugin, String imagePath) method by apanchenk · 13 years ago
  25. 1557932 test if it is a IMarkerResolution2 to get the image by jcompagne · 13 years ago
  26. 4290786 deprecate isInScriptdoc() and add isInDoc() by apanchenk · 13 years ago
  27. a90eeca protected final void bindControl(Button button, PreferenceKey key) method added by apanchenk · 13 years ago
  28. da8444a public Image getImage(ImageDescriptor descriptor) method added by apanchenk · 13 years ago
  29. 4ba847a if no arguments select configured cursor position by apanchenk · 13 years ago
  30. 66da602 if no arguments select cursor position by apanchenk · 13 years ago
  31. 7e5979d fix typo in method names by apanchenk · 13 years ago
  32. c168a22 extracted common base class LinkedModeScriptCompletionProposal by apanchenk · 13 years ago
  33. 0e4dac4 move try/catch from accept() to processUnprocessedProposals() - the protected logic was moved there earlier by apanchenk · 13 years ago
  34. 95829e9 Script Explorer: add back GotoRequiredProjectAction to avoid potential NPE by apanchenk · 13 years ago
  35. f980948 merge message files by apanchenk · 13 years ago
  36. 3caf27e JS: extend validation of "new" by apanchenk · 13 years ago
  37. 2c23ccf tests: option to disable indexer during the test by apanchenk · 13 years ago
  38. b60af6e IBuildParticipantPredicate changed to IBuildParticipantFilter by apanchenk · 13 years ago
  39. d0358dd CompletionProposal: getAttribute() & setAttribute() methods by apanchenk · 13 years ago
  40. 57b925f remove unnecessary lines by apanchenk · 13 years ago
  41. 215a6f5 JS/formatter: keep linebreaks after object initializer in the expression by apanchenk · 13 years ago
  42. 2a4b958 Semantic highlighting: don't need TextTools in initializeHighlightings() by apanchenk · 13 years ago
  43. b85f0ad various fixes and improvements for the quickfixes by jcompagne · 13 years ago
  44. a53d660 startup: execute ProjectIndexerManager.startIndexing() in job by apanchenk · 13 years ago
  45. 9e16230 Some quick fixes for creating local or top level variables for undeclared variables. by jcompagne · 13 years ago
  46. 42720b3 IntList.removeAt() method and test by apanchenk · 13 years ago
  47. a1b3cd7 IntList.removeAt() method and test by apanchenk · 13 years ago
  48. 0e25c56 report problems in the editor even if file has no script nature by apanchenk · 13 years ago
  49. c411c54 report problems in the editor even if file has no script nature by apanchenk · 13 years ago
  50. 06f7c8d remove ISourceElementParserExtension deprecated for long enough by apanchenk · 13 years ago
  51. 43139dc remove unnecessary cast by apanchenk · 13 years ago
  52. a09d152 avoid NPE if running without OSGI by apanchenk · 13 years ago
  53. 2a90a48 remove OSGI dependencies by apanchenk · 13 years ago
  54. d637e09 changes to performance measurement by apanchenk · 13 years ago
  55. 2363a52 reset CompletionRequestor on timeout via optional interface method by apanchenk · 13 years ago
  56. 905b3f7 Additional build extensibility - IBuildParticipantPredicate introduced by apanchenk · 13 years ago
  57. f3f0ada Additional build extensibility - IBuildParticipantPredicate introduced by apanchenk · 13 years ago
  58. 172f557 remove file content cache by apanchenk · 13 years ago
  59. 0357cb4 remove file content cache by apanchenk · 13 years ago
  60. 5d2e82b formatting by apanchenk · 13 years ago
  61. e28dd70 extract auto-build related functions to WorkspaceAutoBuild class by apanchenk · 13 years ago
  62. 6193377 fix typo in disableAutoBuild() method name by apanchenk · 13 years ago
  63. c600a7b 367757 - Editor caches external file changes by apanchenk · 13 years ago
  64. 0355b3a 367757 - Editor caches external file changes by apanchenk · 13 years ago
  65. 0e15b2f Don't rebuild files with import problems if no structural changes by apanchenk · 13 years ago
  66. 423723b generics by apanchenk · 13 years ago
  67. 5b405b6 include all fields in ScriptProjectionAnnotation.toString() by apanchenk · 13 years ago
  68. b16d948 check if !display.isDisposed() by apanchenk · 13 years ago
  69. c9bd4f9 support for creating multiple projects by apanchenk · 13 years ago
  70. 406176a generics by apanchenk · 13 years ago
  71. 50b4644 remove getEditorInput(Object input) forwarding to EditorUtility by apanchenk · 13 years ago
  72. e719d8a remove getEditorInput(Object input) forwarding to EditorUtility by apanchenk · 13 years ago
  73. 1fb7086 EditorUtility,getEditorInput(Object input) doesn't throw exception by apanchenk · 13 years ago
  74. 5afd724 call static getProject() without this. by apanchenk · 13 years ago
  75. 4f9db45 fall back to the (default) spelling controle quick fix by jcompagne · 13 years ago
  76. 1ea17f8 remote "Add Task/Bookmark" messages as they belong to language specific plugins by apanchenk · 13 years ago
  77. 67fcb88 JS completion: insert generic type parameters only in jsdoc by apanchenk · 13 years ago
  78. 22659f9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
  79. 0f7cda9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
  80. 92540f5 call static getProject() without this. by apanchenk · 13 years ago
  81. 5eb6cf7 better support for adding PreferenceKeys after creating the block. by apanchenk · 13 years ago
  82. cdc5d44 add .getActiveProfileKey() to the list of all keys by apanchenk · 13 years ago
  83. ba0379d * fix for Bug 361231 - Bad Memento serialization with external Zip projet fragment - sbernard@sierrawireless.com by asobolev · 13 years ago
  84. 8ab5f2f * correct message for wrong file by asobolev · 13 years ago
  85. 7bead17 * apply patch from jdesgats@sierrawireless.com - fix for Bug 352826 by asobolev · 13 years ago
  86. 505d55b * apply patch from jdesgats@sierrawireless.com - fix for Bug 352826 by asobolev · 13 years ago
  87. 87be2ef remove "private final int id = nextId++;" by apanchenk · 13 years ago
  88. 1d855b0 toString(): in catch use local variable shortClassName by apanchenk · 13 years ago
  89. ee7b260 compare libary file timestamp+length before indexing by apanchenk · 13 years ago
  90. 9958844 ArchiveProjectFragmentRequest support by apanchenk · 13 years ago
  91. 11f8ff3 cleanup/formatting/generics by apanchenk · 13 years ago
  92. 579a286 remove unused code by apanchenk · 13 years ago
  93. 3a77596 Fix archive indexing support by apanchenk · 13 years ago
  94. 52acdad move "public IQuickAssistAssistant getQuickAssistAssistant(ISourceViewer sourceViewer)" from Tcl to ScriptSourceViewerConfiguration by apanchenk · 13 years ago
  95. ecef695 drop unused containerRelativePath() by apanchenk · 13 years ago
  96. df7bf24 checkChanges() use passed in parameter parentFolders by apanchenk · 13 years ago
  97. 87a0765 remove inherited equals() definition by apanchenk · 13 years ago
  98. 07fad0f move ReplacementBuffer as top level class by apanchenk · 13 years ago
  99. d14a4b4 increase visibility of createTypeProposal() to protected by apanchenk · 13 years ago
  100. fd72ac5 ISourceNode interface by apanchenk · 13 years ago