1. 8ed6524 plugin-contributed code style profiles by apanchenk · 14 years ago
  2. faaf633 plugin-contributed code style profiles by apanchenk · 14 years ago
  3. 1c879ad toString() implemented by apanchenk · 14 years ago
  4. 3fd59bc fix "Multiple markers" message by apanchenk · 14 years ago
  5. 30ea81f generics by jcompagne · 14 years ago
  6. f414250 generics, toolkit != null check by apanchenk · 14 years ago
  7. 89adc3f delete by apanchenk · 14 years ago
  8. 7f8d106 delete by apanchenk · 14 years ago
  9. cbf24b7 patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  10. 0c588cc patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  11. f7b098c patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  12. 45ba4a6 patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
  13. 2134bf5 patch from vlad, inline refactor by jcompagne · 14 years ago
  14. 3957589 patch from vlad for context/keybindings by jcompagne · 14 years ago
  15. 432213f quick null pointer fix, we need a better refactor by jcompagne · 14 years ago
  16. d1b2bed patch from vlad: dont ask for save as much when refactoring by jcompagne · 14 years ago
  17. 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
  18. 9ff82c5 more keyboard shortcuts to the refactor menu items by jcompagne · 14 years ago
  19. 0e504c4 keybindings shorcuts path from Vlad (in sync with the java keybindings) by jcompagne · 14 years ago
  20. 7291723 resolve bundle-related paths of predefined interpreteres by apanchenk · 14 years ago
  21. bb27827 Bug 332439, contributed by Ivan Inozemtsev with some improvements by apanchenk · 14 years ago
  22. 9a27a3d remove unused inner classes by apanchenk · 14 years ago
  23. 96bc41e use asynExec() to retrieve red color by apanchenk · 14 years ago
  24. 316e25f generics by apanchenk · 14 years ago
  25. a8734e6 update versions by apanchenk · 14 years ago v20101212-1106
  26. 1dc1da0 update versions by apanchenk · 14 years ago
  27. c948545 update versions by apanchenk · 14 years ago
  28. e5c4680 update versions by apanchenk · 14 years ago
  29. 596cc45 update versions by apanchenk · 14 years ago
  30. 2479c75 update versions by apanchenk · 14 years ago
  31. 6e24e3a update versions by apanchenk · 14 years ago v20101211-0412
  32. e4e2f83 update versions by apanchenk · 14 years ago v20101211-0331
  33. 72b7fc2 update versions by apanchenk · 14 years ago
  34. fe6165e update versions by apanchenk · 14 years ago
  35. f9d8522 update versions by apanchenk · 14 years ago
  36. 7a987b2 update versions by apanchenk · 14 years ago
  37. 1a58e2c update versions by apanchenk · 14 years ago
  38. 34ac11e update versions by apanchenk · 14 years ago
  39. b23b9bb update versions by apanchenk · 14 years ago
  40. bb3a227 update versions by apanchenk · 14 years ago
  41. 344e5e4 update versions by apanchenk · 14 years ago
  42. 7e93fab fix in getPath() for SCRIPT_FOLDER by apanchenk · 14 years ago v20101210-1336
  43. f6bf8ad IProjectFragment getProjectFragment(IPath path) added by apanchenk · 14 years ago
  44. d0fe28b plugins names & about.html by apanchenk · 14 years ago v20101211-1000
  45. 94fd843 plugins names & about.html by apanchenk · 14 years ago
  46. 2febe3e ignore target folders by apanchenk · 14 years ago
  47. f4eb070 poms for .logconsole.* plugins by apanchenk · 14 years ago
  48. d228a05 org.eclipse.dltk.logconsole.* plugins by apanchenk · 14 years ago
  49. 9a0ae9c LogConsole by apanchenk · 14 years ago
  50. b1b5982 LogConsole by apanchenk · 14 years ago
  51. 6cc199f remove unused classes by apanchenk · 14 years ago
  52. 4674856 synchronization and use OverflowingLRUCache instead of ElementCache by apanchenk · 14 years ago v20101209
  53. 46649b3 drop IElementCacheListener as we can just override required methods if needed by apanchenk · 14 years ago
  54. e3234ac fix buildpath variable support and search in external folders by apanchenk · 14 years ago
  55. deae5b9 remove scope check in private IProjectFragment getProjectFragment(String pathString) - it shouldn't be done at that place by apanchenk · 14 years ago
  56. 9425255 one more search() function introduced by apanchenk · 14 years ago
  57. 53ea8be generics by apanchenk · 14 years ago
  58. 00b14f5 * correct version in pom.xml by asobolev · 14 years ago
  59. 2acf8d0 persist editors for external source modules by apanchenk · 14 years ago
  60. 0c1e38c toString() includes language name by apanchenk · 14 years ago
  61. 0b4e1b6 generics by apanchenk · 14 years ago
  62. cfe3f45 don't create search pattern for anonymos functions by apanchenk · 14 years ago
  63. 4532d55 getMatch(int) added by apanchenk · 14 years ago
  64. c00f761 method to search for model elements by apanchenk · 14 years ago
  65. 06450c0 deprecated EXTENSION_POINT_ID by apanchenk · 14 years ago
  66. fedbe3e call IScriptProject.getLanguageToolkit() via interface by apanchenk · 14 years ago
  67. 30066bf avoid endless recursion, bug 331505, contributed by xu jiaxi by apanchenk · 14 years ago
  68. f27544e implement getInformationControlCreator() in ScriptSourceViewerConfiguration by apanchenk · 14 years ago
  69. b92493d patch from Vladislav: https://bugs.eclipse.org/bugs/attachment.cgi?id=184150 by jcompagne · 14 years ago
  70. dd7bb73 don't put extra space before left brace of object initializer by apanchenk · 14 years ago
  71. 95ab235 display HTML annotations in ruler & overview by apanchenk · 14 years ago
  72. 48bec62 mulit markers support for the hoover (just like the annotation) by jcompagne · 14 years ago
  73. 5dfad22 Eclipse formatting style by apanchenk · 14 years ago
  74. 778db6d deprecated IIndexRequestor provide special API to check requestor kind by apanchenk · 14 years ago v20101127-0026
  75. e43cd5f some fixes for reference/search tests by jcompagne · 14 years ago
  76. cfe195f increment version by apanchenk · 14 years ago
  77. c09748b fix interface name by apanchenk · 14 years ago
  78. f34078a extract initializeEditorHoverBackgroundColor() and catch exceptions if no workbench - for headless tests by apanchenk · 14 years ago v20101125-1744
  79. 18c0f54 support for StyledString (coming) by apanchenk · 14 years ago
  80. 00c3ba6 pass toolkit as 1st parameter in constructor instead of overriding abstract method by apanchenk · 14 years ago v20101125-1247
  81. d086a67 find references in project: support ILocalVariable by apanchenk · 14 years ago
  82. 272f1ee fix command definition by apanchenk · 14 years ago
  83. ef63725 implement Alt-Shift-J in JS to generate method/field jsdoc by apanchenk · 14 years ago
  84. 53cea8b removed anon_scope only scopes that result in an Identifier are now shown by jcompagne · 14 years ago
  85. 1c8ecb1 generics by apanchenk · 14 years ago v20101123-1652
  86. 8d323cc mark occurrences - preferences by apanchenk · 14 years ago
  87. e819d47 addKeys(List<OverlayKey> keys) method added by apanchenk · 14 years ago
  88. 541bebf toggle mark occurences action by apanchenk · 14 years ago
  89. ac11e79 mark occurences by apanchenk · 14 years ago
  90. 2cec0aa setFocus(): for OrPattern set focus for each part by apanchenk · 14 years ago
  91. fb0fcea use Arrays.fill() to clear arrays by apanchenk · 14 years ago
  92. 5785588 clear method shoud really just clear all the valueTable and keyTable references by jcompagne · 14 years ago
  93. 09f8c6b if formatter implemenst IScriptFormatterExtension - call initialize() method of it by apanchenk · 14 years ago
  94. eba0746 bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov by apanchenk · 14 years ago
  95. ad4f875 bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov by apanchenk · 14 years ago
  96. b51d611 qualify type with namespace if availabel by apanchenk · 14 years ago
  97. 27ef8fa Ctrl-Shift-G keyboard shortcut by apanchenk · 14 years ago
  98. 5eeab34 added update site for core feature by aplatov · 14 years ago
  99. 203653c added update site for core feature by aplatov · 14 years ago
  100. 86f668b delegate to org.eclipse.jface.internal.text.html.HTMLPrinter.convertTopLevelFont(styles, fontData) by apanchenk · 14 years ago