1. 94fa7e7 isReadOnlySupported() checks by apanchenk · 13 years ago
  2. 6ec2650 clear AST cache on buffer change by apanchenk · 13 years ago
  3. 0119ec7 verify(ISourceModule) method to remove cached AST if module is dirty by apanchenk · 13 years ago
  4. 26ed925 cast to ILocalVariable by apanchenk · 13 years ago
  5. 8186a82 implement ILocalVariable as it's almost the same by apanchenk · 13 years ago
  6. 8d5216d IModelElement implementation to return from selection engine if correct model element couldn't be identified (similar to LocalVariable) by apanchenk · 13 years ago
  7. 80b1435 fix versions in poms by apanchenk · 13 years ago
  8. 09c0418 fix versions in poms by apanchenk · 13 years ago
  9. be573c5 update versions to 3.0 by apanchenk · 13 years ago v20110424
  10. c16d91a update versions to 3.0 by apanchenk · 13 years ago
  11. 4812e2e update versions to 3.0 by apanchenk · 13 years ago
  12. f89c300 update versions to 3.0 by apanchenk · 13 years ago
  13. 847953f update versions to 3.0 by apanchenk · 13 years ago
  14. 3bbeb59 update versions to 3.0 by apanchenk · 13 years ago
  15. b661bc4 update versions to 3.0 by apanchenk · 13 years ago
  16. 3e747ab update versions to 3.0 by apanchenk · 13 years ago
  17. 9352b8c update versions to 3.0 by apanchenk · 13 years ago
  18. 5d20146 3.0 versions for required org.eclipse.dltk plugins by apanchenk · 13 years ago
  19. 0da5605 change versions to 3.0 by apanchenk · 13 years ago v20110423
  20. 9326f38 ignore target folder by apanchenk · 13 years ago
  21. a8f03dc change versions to 3.0 by apanchenk · 13 years ago
  22. 5872b6d change versions to 3.0 by apanchenk · 13 years ago
  23. 3655ae4 change versions to 3.0 by apanchenk · 13 years ago
  24. 7f945c5 change versions to 3.0 by apanchenk · 13 years ago
  25. 20c273a change versions to 3.0 by apanchenk · 13 years ago
  26. 635e626 change versions to 3.0 by apanchenk · 13 years ago
  27. d0e941b change versions to 3.0 by apanchenk · 13 years ago
  28. 6d36993 reschedule the job if module is inconsistent - wait until reconciler thread does the task by apanchenk · 13 years ago
  29. 558e55f don't call modifyAnnotations() if nothing changed by apanchenk · 13 years ago
  30. 6e44ab1 improve locking to avoid deadlocks by apanchenk · 13 years ago
  31. 82933cc don't attach editor actions to selectionprovider, as selection change events are provided to them before opening popup menu by apanchenk · 13 years ago
  32. 39c4f48 build deltas only if working copy was inconsistent by apanchenk · 13 years ago
  33. be6308d increase visibility of getProposalInfo() by apanchenk · 13 years ago
  34. f9de7ec fix length in createTypeProposal by apanchenk · 13 years ago
  35. 21f2074 call SourceParserUtil.parse() without wrapping result for compatibility as ModuleDeclaration by apanchenk · 13 years ago
  36. 4e52098 don't call reconcile() on save [in commitWorkingCopy() bug 203605 for CompilationUnitDocumentProvider] by apanchenk · 13 years ago
  37. 1c00389 increase visibility of getInvocationContext() by apanchenk · 13 years ago
  38. bfe8dc8 fix in createTypeProposalLabel by apanchenk · 13 years ago
  39. afe5b22 completion engine can specify to ignore all proposals from subsequent engines by apanchenk · 13 years ago
  40. 031fb0e hashCode() & equals() by apanchenk · 13 years ago
  41. a316ec1 eclipse 3.6/3.7 compatibility by apanchenk · 13 years ago
  42. 88c2a5b NEW - bug 343062: ScriptCommonTab is not compatible with Eclipse Indigo by rganor · 14 years ago
  43. 1d233c3 IScriptBuilder extensions, so builders can identify dependency rebuild calls and contribute structural changes to the next builders by apanchenk · 14 years ago
  44. 7269522 show classes defined in fields/methods in OpenType dialog by apanchenk · 14 years ago
  45. 0eaafa4 don't set ActionDefinitionId for indent_on_tab by apanchenk · 14 years ago
  46. 82c7390 fix Tab in JS editor by apanchenk · 14 years ago
  47. b886c4c IScriptCompletionProposalFactory & new extension point by apanchenk · 14 years ago
  48. 71d6235 generics by apanchenk · 14 years ago
  49. abcc23b incremental builder: handle dependencies between projects by apanchenk · 14 years ago
  50. 322e8c2 transitive dependencies fixes by apanchenk · 14 years ago
  51. 77744ed handle transitive dependencies by apanchenk · 14 years ago
  52. 0e72a6a record dependencies during build and rebuild on subsequent changes by apanchenk · 14 years ago
  53. 87252d6 record dependencies during build and rebuild on subsequent changes by apanchenk · 14 years ago
  54. 02fa1b5 if (TRACE) measure execution time of each builder by apanchenk · 14 years ago
  55. 0cbe041 group individual problem identifiers into smaller number of options by apanchenk · 14 years ago
  56. feaa676 manually run builder on the specified files by apanchenk · 14 years ago
  57. 6e50584 optional parameter to run project build by apanchenk · 14 years ago
  58. 6036756 increase visibility of getProject(String) by apanchenk · 14 years ago
  59. 0e70824 support multiple completion engines per nature by apanchenk · 14 years ago
  60. 56603e6 handle reconciled() only in MixinProjectIndexer by apanchenk · 14 years ago
  61. acea99c findProjectFragment0() - don't try to add environment here, expect correct external path by apanchenk · 14 years ago
  62. 8e308de fallback to StorageLabelProvider for ISourceModule too by apanchenk · 14 years ago
  63. 983787a getAllProjectFragments() made available via IScriptProject by apanchenk · 14 years ago
  64. 9783364 formatting by apanchenk · 14 years ago
  65. 42b2dd6 improve long lastModified() javadoc by apanchenk · 14 years ago
  66. caefec3 retrieve list of external modules only if there interested build participants by apanchenk · 14 years ago
  67. 8b4f07d implement getNatureId() in the base class by apanchenk · 14 years ago
  68. 71d92ed build core/tests by apanchenk · 14 years ago
  69. 781263c extract createDialog() method by apanchenk · 14 years ago
  70. 5329b3a formatting by apanchenk · 14 years ago
  71. 1485846 don't escape html right here, its done now later on by jcompagne · 14 years ago
  72. 62e783c use getDisplayString() in isValidPrefix() by apanchenk · 14 years ago
  73. c880a4e inline local var by apanchenk · 14 years ago
  74. 6e85443 jsdoc templates support by apanchenk · 14 years ago
  75. c9c7ad2 excape the header text (for <>) by jcompagne · 14 years ago
  76. 3f6301e update external folder after build in persisted State by apanchenk · 14 years ago
  77. 94ac5e8 test decorator to init project with prepared content by apanchenk · 14 years ago
  78. 70d498e increase visibility for some methods by apanchenk · 14 years ago
  79. 933d81c nicer display of things in the callhiearchy by jcompagne · 14 years ago
  80. c8276f0 annotation to skip some test by apanchenk · 14 years ago
  81. 50a2d3b API to save/restore expanded sections by apanchenk · 14 years ago
  82. c43190e createStyleSection() added by apanchenk · 14 years ago
  83. 3cc7805 fix decode() by apanchenk · 14 years ago
  84. d726f59 clean markers for changed resources by apanchenk · 14 years ago
  85. 257121c full build on .project or .buildpath change by apanchenk · 14 years ago
  86. 27bc9b3 completeName() fixed for exclude by apanchenk · 14 years ago
  87. ffd5bc2 formatting by apanchenk · 14 years ago
  88. 95f7fda (minor change) public modifier for inner class constructor by apanchenk · 14 years ago
  89. 9b3297e toString() implemented by apanchenk · 14 years ago
  90. 512e96e compile org.eclipse.dltk.core.tests by apanchenk · 14 years ago
  91. 1f6b10f null check to prevent NPE by apanchenk · 14 years ago
  92. 8ce569b copied the latest code over from jface (BrowserInformationControl) by jcompagne · 14 years ago
  93. 6777888 remove unneccessary casts by apanchenk · 14 years ago
  94. 6db8814 - improvements for scipt documentation providers by apanchenk · 14 years ago
  95. bec71f2 fix for IScriptProject.findScriptFolder(IPath) so it correctly works with external paths with or without environment by apanchenk · 14 years ago
  96. 485c69f formatting by apanchenk · 14 years ago
  97. 879b1bf commented out Problems - Group By - DLTK Problem Type categorization by apanchenk · 14 years ago
  98. ceed365 catch IllegalStateException in internalGetActivePage() by apanchenk · 14 years ago
  99. 573182b removed unneeded now "@SuppressWarnings("unchecked")" by apanchenk · 14 years ago
  100. e4d4c0b default names and default preference set so that jsdoc completion only has 1 active category by jcompagne · 14 years ago