1. 6cc199f remove unused classes by apanchenk · 14 years ago
  2. 4674856 synchronization and use OverflowingLRUCache instead of ElementCache by apanchenk · 14 years ago v20101209
  3. 46649b3 drop IElementCacheListener as we can just override required methods if needed by apanchenk · 14 years ago
  4. e3234ac fix buildpath variable support and search in external folders by apanchenk · 14 years ago
  5. deae5b9 remove scope check in private IProjectFragment getProjectFragment(String pathString) - it shouldn't be done at that place by apanchenk · 14 years ago
  6. 9425255 one more search() function introduced by apanchenk · 14 years ago
  7. 53ea8be generics by apanchenk · 14 years ago
  8. 00b14f5 * correct version in pom.xml by asobolev · 14 years ago
  9. 2acf8d0 persist editors for external source modules by apanchenk · 14 years ago
  10. 0c1e38c toString() includes language name by apanchenk · 14 years ago
  11. 0b4e1b6 generics by apanchenk · 14 years ago
  12. cfe3f45 don't create search pattern for anonymos functions by apanchenk · 14 years ago
  13. 4532d55 getMatch(int) added by apanchenk · 14 years ago
  14. c00f761 method to search for model elements by apanchenk · 14 years ago
  15. 06450c0 deprecated EXTENSION_POINT_ID by apanchenk · 14 years ago
  16. fedbe3e call IScriptProject.getLanguageToolkit() via interface by apanchenk · 14 years ago
  17. 30066bf avoid endless recursion, bug 331505, contributed by xu jiaxi by apanchenk · 14 years ago
  18. f27544e implement getInformationControlCreator() in ScriptSourceViewerConfiguration by apanchenk · 14 years ago
  19. b92493d patch from Vladislav: https://bugs.eclipse.org/bugs/attachment.cgi?id=184150 by jcompagne · 14 years ago
  20. dd7bb73 don't put extra space before left brace of object initializer by apanchenk · 14 years ago
  21. 95ab235 display HTML annotations in ruler & overview by apanchenk · 14 years ago
  22. 48bec62 mulit markers support for the hoover (just like the annotation) by jcompagne · 14 years ago
  23. 5dfad22 Eclipse formatting style by apanchenk · 14 years ago
  24. 778db6d deprecated IIndexRequestor provide special API to check requestor kind by apanchenk · 14 years ago v20101127-0026
  25. e43cd5f some fixes for reference/search tests by jcompagne · 14 years ago
  26. cfe195f increment version by apanchenk · 14 years ago
  27. c09748b fix interface name by apanchenk · 14 years ago
  28. f34078a extract initializeEditorHoverBackgroundColor() and catch exceptions if no workbench - for headless tests by apanchenk · 14 years ago v20101125-1744
  29. 18c0f54 support for StyledString (coming) by apanchenk · 14 years ago
  30. 00c3ba6 pass toolkit as 1st parameter in constructor instead of overriding abstract method by apanchenk · 14 years ago v20101125-1247
  31. d086a67 find references in project: support ILocalVariable by apanchenk · 14 years ago
  32. 272f1ee fix command definition by apanchenk · 14 years ago
  33. ef63725 implement Alt-Shift-J in JS to generate method/field jsdoc by apanchenk · 14 years ago
  34. 53cea8b removed anon_scope only scopes that result in an Identifier are now shown by jcompagne · 14 years ago
  35. 1c8ecb1 generics by apanchenk · 14 years ago v20101123-1652
  36. 8d323cc mark occurrences - preferences by apanchenk · 14 years ago
  37. e819d47 addKeys(List<OverlayKey> keys) method added by apanchenk · 14 years ago
  38. 541bebf toggle mark occurences action by apanchenk · 14 years ago
  39. ac11e79 mark occurences by apanchenk · 14 years ago
  40. 2cec0aa setFocus(): for OrPattern set focus for each part by apanchenk · 14 years ago
  41. fb0fcea use Arrays.fill() to clear arrays by apanchenk · 14 years ago
  42. 5785588 clear method shoud really just clear all the valueTable and keyTable references by jcompagne · 14 years ago
  43. 09f8c6b if formatter implemenst IScriptFormatterExtension - call initialize() method of it by apanchenk · 14 years ago
  44. eba0746 bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov by apanchenk · 14 years ago
  45. ad4f875 bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov by apanchenk · 14 years ago
  46. b51d611 qualify type with namespace if availabel by apanchenk · 14 years ago
  47. 27ef8fa Ctrl-Shift-G keyboard shortcut by apanchenk · 14 years ago
  48. 5eeab34 added update site for core feature by aplatov · 14 years ago
  49. 203653c added update site for core feature by aplatov · 14 years ago
  50. 86f668b delegate to org.eclipse.jface.internal.text.html.HTMLPrinter.convertTopLevelFont(styles, fontData) by apanchenk · 14 years ago
  51. a3dd097 extract accept(CompletionProposal) method by apanchenk · 14 years ago
  52. f6d421f use new SourceRange by apanchenk · 14 years ago
  53. 43ceca7 remove duplicate !isConstructor() check by apanchenk · 14 years ago
  54. 0ca1b3b switching back to 0.8.0 due to p2 3.6.0 dep resolution problems by aplatov · 14 years ago
  55. 2e76ddd pass toolkit via constructor and use it to obtain file type by apanchenk · 14 years ago
  56. ed16255 add getFileType() method by apanchenk · 14 years ago
  57. e1ef0a1 refactoring, so it can be used without subclassing by apanchenk · 14 years ago
  58. edfd28a simplify ScriptMergeViewer for adopters by apanchenk · 14 years ago
  59. 5c145f0 use correct SourceModuleChange, generics by apanchenk · 14 years ago
  60. 94d6bc6 remove duplicate classes by apanchenk · 14 years ago
  61. f5169a8 remove duplicate classes by apanchenk · 14 years ago
  62. 86ee54b Extract Local Variable support [Bug 329379] Vladislav Kuzkokov, patch #2 by apanchenk · 14 years ago
  63. 2dc78dd Extract Local Variable support [Bug 329379] Vladislav Kuzkokov, patch #2 by apanchenk · 14 years ago
  64. 497070f Extract Local Variable support [Bug 329379] Vladislav Kuzkokov (+small changes) by apanchenk · 14 years ago
  65. 67f69f0 Extract Local Variable support [Bug 329379] Vladislav Kuzkokov (+small changes) by apanchenk · 14 years ago
  66. 66825a4 delegate identification of language specific markers to IProblemFactory by apanchenk · 14 years ago v20101109-0623
  67. defdf9c delegate identification of language specific markers to IProblemFactory by apanchenk · 14 years ago
  68. 6515e20 use java 1.5 syntax by apanchenk · 14 years ago
  69. 078c2a2 extends IModelElementVisitor by apanchenk · 14 years ago
  70. 421198e insert language name into the message if selected element couldn't be identified by apanchenk · 14 years ago
  71. 313d6b5 parse(ITaskReporter reporter, char[] content,int startIndex, int endIndex, int startLineNumber) introduced by apanchenk · 14 years ago v20101105-2045
  72. c145b2c exract IMatchingCollector interface by apanchenk · 14 years ago
  73. 01c6953 extracted DelegatingTaskReporter to dltk.core by apanchenk · 14 years ago
  74. b307df4 test if source range length > 0 by apanchenk · 14 years ago
  75. 24a9517 the implementation performing folding based on the model by apanchenk · 14 years ago
  76. 6c13066 return null if import container is empty by apanchenk · 14 years ago
  77. 13da5d1 move SourceRange to public API by apanchenk · 14 years ago
  78. f1b959f search for local variables in JS by apanchenk · 14 years ago v20101104-2356
  79. c7f720e acceptImport() - allow empty container in import info by apanchenk · 14 years ago
  80. 130d7a5 add ILocalVariable to valid types by apanchenk · 14 years ago
  81. af50525 pattern to search for local variables by apanchenk · 14 years ago
  82. 2892c68 initialize "fRenameSubpackages = true" don't see a reason why it should be the other way by apanchenk · 14 years ago
  83. 5ec2f92 IScriptBuilder reworked by apanchenk · 14 years ago v20101102-1808
  84. bf7140e IScriptBuilder reworked by apanchenk · 14 years ago
  85. 3454b32 change some methods to static by apanchenk · 14 years ago
  86. c8b8283 createMarkers() extracted and moved to ProblemCollector by apanchenk · 14 years ago
  87. 084e5c4 generics by apanchenk · 14 years ago
  88. fb029e3 formatting changes by apanchenk · 14 years ago
  89. 00378e2 generics +some formatting changes by apanchenk · 14 years ago
  90. c8f3d50 some generics (+formatting changes) by apanchenk · 14 years ago
  91. e875778 use enclosingTypeSeparator to join namespace and type name in getFullyQualifiedName() by apanchenk · 14 years ago
  92. dde0ff4 Eclipse formatting style by apanchenk · 14 years ago
  93. 6f5c366 generics by apanchenk · 14 years ago
  94. a78be7f update to tycho 0.10.0 by apanchenk · 14 years ago
  95. 08bdb93 ignore target/ folders by apanchenk · 14 years ago
  96. 4c48f33 fix maven build by apanchenk · 14 years ago
  97. 11f7fc4 applying patch form Vladislav Kuzkokov: https://bugs.eclipse.org/bugs/show_bug.cgi?id=328821 of by jcompagne · 14 years ago
  98. 12fe6aa applying patch form Vladislav Kuzkokov: https://bugs.eclipse.org/bugs/show_bug.cgi?id=328821 of by jcompagne · 14 years ago
  99. e1e236d fix typo by apanchenk · 14 years ago
  100. a93df8a fix typo by apanchenk · 14 years ago