1. 9b5944f ui.tests: eclipse code style by Alex Panchenko · 12 years ago
  2. 42fd0c7 tests: workaround for executing setUpSuite() when invoking standalone test by Alex Panchenko · 12 years ago
  3. 59973c4 core: execute ReconcileBuilder in SafeRunner by Alex Panchenko · 12 years ago
  4. 7c702a3 model: review exceptions thrown by internal methods by Alex Panchenko · 12 years ago
  5. b463c2c model/binary: minor optimization by Alex Panchenko · 12 years ago
  6. d57164d javadoc cleanup by Alex Panchenko · 12 years ago
  7. 4849126 ui/plugin: wrap workbench preShutdown hook with SafeRunnable, inspired by bug 391938 by Alex Panchenko · 12 years ago
  8. 0d45a1b update JDT project settings by Alex Panchenko · 12 years ago
  9. 3a1c130 search: improve toString() methods useful in debugging by Alex Panchenko · 12 years ago
  10. 38ecf39 ASTNode: generics by Alex Panchenko · 12 years ago
  11. 65e7879 ISourceElementRequestor: drop updateField() by Alex Panchenko · 12 years ago
  12. 73a130d AbstractBuildContext.getSourceContents() cache/reuse returned value by Alex Panchenko · 12 years ago
  13. 635923f SourceElementRequestorMode renamed by Alex Panchenko · 12 years ago
  14. e04454d model; small optimization in AbstractSourceModule.buildStructure() if no model providers by Alex Panchenko · 12 years ago
  15. c23e22e model: move getNameRange() from IMember to ISourceReference by Alex Panchenko · 12 years ago
  16. 40e0a6b javadocs for ISourceElementParser/ISourceElementRequestor by Alex Panchenko · 12 years ago
  17. c05dd21 testing: TestRunSession.reset: fCreatedTestCaseCount=0 just in case by Alex Panchenko · 12 years ago
  18. 7277bc1 testing: add synchronization when accessing testRunSessions by Alex Panchenko · 12 years ago
  19. 5e851b4 launching: use ListenerList from org.eclipse.core.runtime by Alex Panchenko · 12 years ago
  20. 9aca3e8 add dltk.annotations to feature - temporary while additional.bundles not supported by Tycho by Alex Panchenko · 12 years ago
  21. 57983b8 testing: don't restart ATTR_PRIVATE launch configurations by Alex Panchenko · 12 years ago
  22. dd96a9d testing: call adjustTotalCount() after new test was created, so TotalCount is always correct by Alex Panchenko · 12 years ago
  23. d1c9423 testing: javadocs by Alex Panchenko · 12 years ago
  24. 76542e1 testing: improve ITestRunListener2 API by Alex Panchenko · 12 years ago
  25. fbffa22 testing: don't try to open source file if no resolver by Alex Panchenko · 12 years ago
  26. f13f21f testing: ITestRunnerClient.startListening(ITestRunListener2 listener) method signature changed by Alex Panchenko · 12 years ago
  27. 7aa0080 additional.bundles doesn't work in tycho by Alex Panchenko · 12 years ago
  28. 4ec8ad8 testing: generics by Alex Panchenko · 12 years ago
  29. a5545e6 testing: generics by Alex Panchenko · 12 years ago
  30. 85708b1 internal: ValidationMultiStatus.toString() by Alex Panchenko · 12 years ago
  31. e332a3a testing: generics + some javadocs added by Alex Panchenko · 12 years ago
  32. 53cdac1 testing/testEnd: don't update testName if new value is empty by Alex Panchenko · 12 years ago
  33. f8f9c61 testing: DLTKTestingPlugin.showTestRunnerViewPartInActivePage() method introduced by Alex Panchenko · 12 years ago
  34. 9aa9764 fix NPE as ILaunch could be created without ILaunchConfiguration by Alex Panchenko · 12 years ago
  35. a31e62b @Internal annotation by Alex Panchenko · 12 years ago
  36. 9c7d4ae settings: Eclipse code style by Alex Panchenko · 12 years ago
  37. dee9e97 dltk.annotations compile time bundle by Alex Panchenko · 12 years ago
  38. 150f0a3 * Apply a patch for issue - Bug 390358 - Interpreters arguments quotes by Andrey Sobolev · 12 years ago
  39. b1069e7 editor: fix deactivation of "Link with Editor" in Outline, bug 360689 by Alex Panchenko · 12 years ago
  40. 78a7c09 editor/reconciler: ignore some element change events by Alex Panchenko · 12 years ago
  41. 2bd9175 completion/ui: don't generate multiple proposals for methods with optional parameters in context-information-mode by Alex Panchenko · 12 years ago
  42. 093ae7b internal: formatting by Alex Panchenko · 12 years ago
  43. 9a13d82 fixes for javadoc-like completion by Alex Panchenko · 12 years ago
  44. 6fbdb3b completion/ui: in proposal kind have no special handling then just create ScriptCompletionProposal without any special decorations by Alex Panchenko · 12 years ago
  45. 4c8570c completion: support for the optional method parameters by Alex Panchenko · 12 years ago
  46. 16bf8ba internal: deprecate ScriptExplorerPart.VIEW_ID by Alex Panchenko · 12 years ago
  47. e5098ee internal: better formatting for trace message in SourceModuleInfoCache by Alex Panchenko · 12 years ago
  48. b65bba4 CompletionProposalFilter by Alex Panchenko · 12 years ago
  49. 11ff380 introduce IBuildParticipantExtension4 - another approach for reporting IBuildParticipant dependencies by Alex Panchenko · 12 years ago
  50. c0628ce ui: new preferences to control the rendering of parameter names & types (by default only parameter names are displayed) by Alex Panchenko · 12 years ago
  51. d6f2bf4 SourceRange(ISourceNode) constructor by Alex Panchenko · 12 years ago
  52. 7ecd277 migration to tycho 0.15 by Alex Panchenko · 12 years ago
  53. 9062c04 ScriptElementImageProvider.getMethodImageDescriptor() returns DESC_METHOD_DEFAULT if not specified by Alex Panchenko · 12 years ago
  54. 281131f CODEASSIST_VISIBILITY_CHECK support reviewed by Alex Panchenko · 12 years ago
  55. 763e72d preferences: generify classes by Alex Panchenko · 12 years ago
  56. 3f9a962 BinaryType.newTypeHierarchy(IProgressMonitor) first similar to SourceType delegate to TypeHierarchyBuilders.getTypeHierarchy() [reported by Andrey Sobolev] by Alex Panchenko · 12 years ago
  57. b482f9c IBuildContextExtension.getDependents() by Alex Panchenko · 12 years ago
  58. 4700567 tests: validate if specified test bundle/project exists by Alex Panchenko · 12 years ago
  59. 3c4c06b HierarchyResolver: remove unnessary casts by Alex Panchenko · 12 years ago
  60. 73e6d19 just create SourceRange instance, instead of anonymous ISourceRange implementation by Alex Panchenko · 12 years ago
  61. 6e76a28 deprecated SourceRange from dltk.ui in favour of the one in dltk.core by Alex Panchenko · 12 years ago
  62. 932531d SourceRange.offset(range, offset) method added by Alex Panchenko · 12 years ago
  63. 42643d6 ASTUtil.select(root, type, visitNested) method added by Alex Panchenko · 12 years ago
  64. 91491b8 BuildpathEntry: handle K_BINARY in toString() by Alex Panchenko · 12 years ago
  65. 00a57f1 generics by Alex Panchenko · 12 years ago
  66. caa80ef fix replacement in "overwrite" completion mode by Alex Panchenko · 12 years ago
  67. fc89f3d ScriptMethodCompletionProposal: fix possible stack overflow by Alex Panchenko · 12 years ago
  68. 2e6dba9 indexer: if SqlIndexer can't obtain DbFactory then throw meaningful exception. Later in IndexManager clear indexer reference and don't try to use anymore. by Alex Panchenko · 12 years ago
  69. 51549e4 Merge branch 'master' of ssh://jcompagne@git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git by Johan Compagner · 12 years ago
  70. 85ff0ed Merge branch 'master' of ssh://jcompagne@git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git by Johan Compagner · 12 years ago
  71. c32514c ScriptTemplateCompletionProposals: handle word/line_selection variables by Alex Panchenko · 12 years ago
  72. 0f2c00c ScriptTemplateCompletionProposals: handle word/line_selection variables by Alex Panchenko · 12 years ago
  73. 0cc193d schema for org.eclipse.dltk.ui.scriptElementLabelProviders, bug 267363 by Alex Panchenko · 12 years ago
  74. 084491f fix potential null pointer access by Alex Panchenko · 12 years ago
  75. 6b754d4d DLTKPluginImages.DESC_OBJS_ANNOTATION by Alex Panchenko · 12 years ago
  76. 1b53ed3 pom: extract build/parent configuration only pom by Alex Panchenko · 12 years ago
  77. ac24639 Convert .cvsignore to .gitignore by Alex Panchenko · 12 years ago
  78. a1f3dcc pom: adjust paths after git migration by Alex Panchenko · 12 years ago
  79. c550be6 ValidationStatus.OK as positive result from some validations by apanchenk · 12 years ago
  80. 34ffda0 increase visibility of createFieldProposal() by apanchenk · 12 years ago Root_R4_0_maintenance
  81. 616f626 improve logic in acquire() by apanchenk · 12 years ago
  82. d69dedf - refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace' by jgangemi · 12 years ago
  83. 1a13652 - refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace' by jgangemi · 12 years ago
  84. f9ad5b1 - changed List to List<String> by jgangemi · 12 years ago
  85. 195c72c - added support for creating heredoc partitions by jgangemi · 12 years ago
  86. f37c015 skip builder if IScriptBuilderVersionInfo.getVersion() returns null by apanchenk · 12 years ago
  87. 59bf851 generics by apanchenk · 12 years ago
  88. 2911ddc generics by apanchenk · 12 years ago
  89. 576f9a8 OpenType dialog: improve search by fully qualified names by apanchenk · 12 years ago
  90. 6d05e76 OpenType dialog: improve search by fully qualified names by apanchenk · 12 years ago
  91. 019454c DocHover: escape HTML in element title by apanchenk · 12 years ago
  92. abf536e synchronization around makeConsistent() by apanchenk · 12 years ago
  93. 8545efd SourceModuleInfoCache: don't reset on "working copy" flag change by apanchenk · 12 years ago
  94. 297991c remove java-specific code from createTypeProposalLabel(String) by apanchenk · 12 years ago
  95. f1324c1 rename parameters to selectionStart & selectionEnd by apanchenk · 12 years ago
  96. 784f656 support for multiple SelectionEngines by apanchenk · 12 years ago
  97. 7ede9d4 Documentation hover improvements by apanchenk · 12 years ago
  98. 436d84b ScriptElementImageProvider.getBaseImageDescriptor() handles LOCAL_VARIABLE by apanchenk · 12 years ago
  99. cabc7da DocumentationHover improvements by apanchenk · 12 years ago
  100. a0987ff Rebuild projects after upgrade by apanchenk · 12 years ago