1. 69be51d arrayoutofbounds fixes, by jcompagne · 14 years ago
  2. 8f89dea format on save for JS editor by apanchenk · 14 years ago
  3. 0864245 null checks after attempt to instantiate extensions by apanchenk · 14 years ago
  4. 13ea4f2 getMethodImageDescriptor() refactoring & TODO by apanchenk · 14 years ago
  5. 7ea7a11 early exit if wordRegion is empty by apanchenk · 14 years ago
  6. 3fa9d8a generics by apanchenk · 14 years ago v20110429
  7. 967dba2 fDocument!=null check in createPositionFromProblem() by apanchenk · 14 years ago
  8. 6d36993 reschedule the job if module is inconsistent - wait until reconciler thread does the task by apanchenk · 14 years ago
  9. 558e55f don't call modifyAnnotations() if nothing changed by apanchenk · 14 years ago
  10. 6e44ab1 improve locking to avoid deadlocks by apanchenk · 14 years ago
  11. 82933cc don't attach editor actions to selectionprovider, as selection change events are provided to them before opening popup menu by apanchenk · 14 years ago
  12. be6308d increase visibility of getProposalInfo() by apanchenk · 14 years ago
  13. f9de7ec fix length in createTypeProposal by apanchenk · 14 years ago
  14. 4e52098 don't call reconcile() on save [in commitWorkingCopy() bug 203605 for CompilationUnitDocumentProvider] by apanchenk · 14 years ago
  15. 1c00389 increase visibility of getInvocationContext() by apanchenk · 14 years ago
  16. bfe8dc8 fix in createTypeProposalLabel by apanchenk · 14 years ago
  17. 0eaafa4 don't set ActionDefinitionId for indent_on_tab by apanchenk · 14 years ago
  18. 82c7390 fix Tab in JS editor by apanchenk · 14 years ago
  19. b886c4c IScriptCompletionProposalFactory & new extension point by apanchenk · 14 years ago
  20. 71d6235 generics by apanchenk · 14 years ago
  21. 8e308de fallback to StorageLabelProvider for ISourceModule too by apanchenk · 14 years ago
  22. 781263c extract createDialog() method by apanchenk · 14 years ago
  23. 5329b3a formatting by apanchenk · 14 years ago
  24. 1485846 don't escape html right here, its done now later on by jcompagne · 14 years ago
  25. 62e783c use getDisplayString() in isValidPrefix() by apanchenk · 14 years ago
  26. c880a4e inline local var by apanchenk · 14 years ago
  27. 6e85443 jsdoc templates support by apanchenk · 14 years ago
  28. c9c7ad2 excape the header text (for <>) by jcompagne · 14 years ago
  29. 933d81c nicer display of things in the callhiearchy by jcompagne · 14 years ago
  30. 50a2d3b API to save/restore expanded sections by apanchenk · 14 years ago
  31. c43190e createStyleSection() added by apanchenk · 14 years ago
  32. 27bc9b3 completeName() fixed for exclude by apanchenk · 14 years ago
  33. ffd5bc2 formatting by apanchenk · 14 years ago
  34. 95f7fda (minor change) public modifier for inner class constructor by apanchenk · 14 years ago
  35. 8ce569b copied the latest code over from jface (BrowserInformationControl) by jcompagne · 14 years ago
  36. 6db8814 - improvements for scipt documentation providers by apanchenk · 14 years ago
  37. 879b1bf commented out Problems - Group By - DLTK Problem Type categorization by apanchenk · 14 years ago
  38. ceed365 catch IllegalStateException in internalGetActivePage() by apanchenk · 14 years ago
  39. 573182b removed unneeded now "@SuppressWarnings("unchecked")" by apanchenk · 14 years ago
  40. e4d4c0b default names and default preference set so that jsdoc completion only has 1 active category by jcompagne · 14 years ago
  41. 0ce8762 up to the same level as java showing proposal context information. by jcompagne · 14 years ago
  42. 84f2ea7 generics by jcompagne · 14 years ago
  43. ee97abd circular build path option by jcompagne · 14 years ago
  44. 843ef8c extension point for semantic highlighters by apanchenk · 14 years ago
  45. b472bb7 show refactor meny short cut (patch from vlad) by jcompagne · 14 years ago
  46. bb61a16 use %ActionDefinition.addScriptdocComment.name by apanchenk · 14 years ago
  47. 7a86dc9 ITextRuleProvider extension point by apanchenk · 14 years ago
  48. 1cf8fcd common keyword extension points by apanchenk · 14 years ago
  49. ff475bf generics by apanchenk · 14 years ago
  50. 417b5ba select jsdoc tag fully (including leading @) when double clicking it by apanchenk · 14 years ago
  51. e5056b8 move "ContextActivator.getInstance().install()" into try/catch block by apanchenk · 14 years ago
  52. 9c070a4 use IProblemIdentifier interface and enum implementations for problem codes by apanchenk · 14 years ago
  53. 9da6400 highlight additional jsdoc tags by apanchenk · 14 years ago
  54. cb66d5c @noimplement by apanchenk · 14 years ago
  55. 8bf6894 add also the type to local variables (way easier in hovers) by jcompagne · 14 years ago
  56. a05b40d generics/@Override by apanchenk · 14 years ago
  57. faaf633 plugin-contributed code style profiles by apanchenk · 14 years ago
  58. 3fd59bc fix "Multiple markers" message by apanchenk · 14 years ago
  59. 30ea81f generics by jcompagne · 14 years ago
  60. 0c588cc patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  61. 3957589 patch from vlad for context/keybindings by jcompagne · 14 years ago
  62. 432213f quick null pointer fix, we need a better refactor by jcompagne · 14 years ago
  63. e67943b refactor so that keys don't have to be defined direct in the constructor, because that will cause duplicate new PreferenceKeys to be created once for the constructor with an ugle static call most of the time and once later on when they are really created (for example in the createComposite() call by jcompagne · 14 years ago
  64. 9ff82c5 more keyboard shortcuts to the refactor menu items by jcompagne · 14 years ago
  65. 0e504c4 keybindings shorcuts path from Vlad (in sync with the java keybindings) by jcompagne · 14 years ago
  66. 2acf8d0 persist editors for external source modules by apanchenk · 14 years ago
  67. 06450c0 deprecated EXTENSION_POINT_ID by apanchenk · 14 years ago
  68. f27544e implement getInformationControlCreator() in ScriptSourceViewerConfiguration by apanchenk · 14 years ago
  69. 95ab235 display HTML annotations in ruler & overview by apanchenk · 14 years ago
  70. 48bec62 mulit markers support for the hoover (just like the annotation) by jcompagne · 14 years ago
  71. c09748b fix interface name by apanchenk · 14 years ago
  72. f34078a extract initializeEditorHoverBackgroundColor() and catch exceptions if no workbench - for headless tests by apanchenk · 14 years ago v20101125-1744
  73. 18c0f54 support for StyledString (coming) by apanchenk · 14 years ago
  74. 00c3ba6 pass toolkit as 1st parameter in constructor instead of overriding abstract method by apanchenk · 14 years ago v20101125-1247
  75. d086a67 find references in project: support ILocalVariable by apanchenk · 14 years ago
  76. 272f1ee fix command definition by apanchenk · 14 years ago
  77. ef63725 implement Alt-Shift-J in JS to generate method/field jsdoc by apanchenk · 14 years ago
  78. 53cea8b removed anon_scope only scopes that result in an Identifier are now shown by jcompagne · 14 years ago
  79. 1c8ecb1 generics by apanchenk · 14 years ago v20101123-1652
  80. 8d323cc mark occurrences - preferences by apanchenk · 14 years ago
  81. e819d47 addKeys(List<OverlayKey> keys) method added by apanchenk · 14 years ago
  82. 541bebf toggle mark occurences action by apanchenk · 14 years ago
  83. ac11e79 mark occurences by apanchenk · 14 years ago
  84. 09f8c6b if formatter implemenst IScriptFormatterExtension - call initialize() method of it by apanchenk · 14 years ago
  85. ad4f875 bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov by apanchenk · 14 years ago
  86. b51d611 qualify type with namespace if availabel by apanchenk · 14 years ago
  87. 27ef8fa Ctrl-Shift-G keyboard shortcut by apanchenk · 14 years ago
  88. 86f668b delegate to org.eclipse.jface.internal.text.html.HTMLPrinter.convertTopLevelFont(styles, fontData) by apanchenk · 14 years ago
  89. 43ceca7 remove duplicate !isConstructor() check by apanchenk · 14 years ago
  90. e1ef0a1 refactoring, so it can be used without subclassing by apanchenk · 14 years ago
  91. edfd28a simplify ScriptMergeViewer for adopters by apanchenk · 14 years ago
  92. f5169a8 remove duplicate classes by apanchenk · 14 years ago
  93. 2dc78dd Extract Local Variable support [Bug 329379] Vladislav Kuzkokov, patch #2 by apanchenk · 14 years ago
  94. 67f69f0 Extract Local Variable support [Bug 329379] Vladislav Kuzkokov (+small changes) by apanchenk · 14 years ago
  95. defdf9c delegate identification of language specific markers to IProblemFactory by apanchenk · 14 years ago
  96. 421198e insert language name into the message if selected element couldn't be identified by apanchenk · 14 years ago
  97. b307df4 test if source range length > 0 by apanchenk · 14 years ago
  98. 24a9517 the implementation performing folding based on the model by apanchenk · 14 years ago
  99. 130d7a5 add ILocalVariable to valid types by apanchenk · 14 years ago
  100. 2892c68 initialize "fRenameSubpackages = true" don't see a reason why it should be the other way by apanchenk · 14 years ago