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