1. 6ad3b45 Switch version to 5.5.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  2. 99b64fd Switch version to 5.4.0-SNAPSHOT by Kaloyan Raev · 9 years ago R5_4_0
  3. fc15da9 Switch version to 5.3.1-SNAPSHOT by Kaloyan Raev · 9 years ago R5_3_1
  4. 4ae1aaa Update version number to 5.3.0-SNAPSHOT by Kaloyan Raev · 9 years ago R5_3_0
  5. 21b5a65 Switch version to 5.2.0-SNAPSHOT by Kaloyan Raev · 9 years ago R5_2_0
  6. e40d515 Remove eclipse.inf files by Kaloyan Raev · 9 years ago R5_1_1
  7. bf86954 Bug 457264 - Update SUA by Kaloyan Raev · 9 years ago
  8. 85560c6 Change version to 5.1.1 by Kaloyan Raev · 10 years ago
  9. f4a30d5 Prepare repo for easier versioning by Kaloyan Raev · 10 years ago
  10. 199f1e5 Change version to 5.1 for Luna by Alex Panchenko · 10 years ago Root_R5_1_maintenance
  11. bc744ae adjust project options by Alex Panchenko · 11 years ago Root_R5_0_maintenance
  12. 65aa1c7 fix typos by Alex Panchenko · 11 years ago
  13. 3cd0c51 change version to 5.0.0 by Alex Panchenko · 11 years ago
  14. 7eab6b3 migration to 0.15 by Alex Panchenko · 12 years ago
  15. f55ca72 pom: extract build/parent pom with the configuration by Alex Panchenko · 12 years ago
  16. 4200226 Convert .cvsignore to .gitignore by Alex Panchenko · 12 years ago
  17. 7b0cb94 pom: adjust paths after git migration by Alex Panchenko · 12 years ago
  18. 4ae4a1f remove unused getEditorInput(Object input) delegating to EditorUtility by apanchenk · 12 years ago Root_R4_0_maintenance
  19. 2789d6a * include pack200 option to easy pack200 apply step by asobolev · 13 years ago
  20. 8154d64 * main build/pom.xml now build only one all-in-one update site with sources by asobolev · 13 years ago
  21. 8710a4a * fix for python build by asobolev · 13 years ago
  22. 0b9bb7b * building of other dltk components using maven/tycho by asobolev · 13 years ago
  23. c308b29 * bulk update of version to 4.0.0 by asobolev · 13 years ago
  24. 60769d8 update versions to 3.0 by apanchenk · 13 years ago v20110424
  25. 9a0879a update versions to 3.0 by apanchenk · 13 years ago
  26. 3eec14c update versions to 3.0 by apanchenk · 13 years ago
  27. bca03f0 update versions to 3.0 by apanchenk · 13 years ago
  28. 6f6a8cf update versions to 3.0 by apanchenk · 13 years ago
  29. a44b5cb update versions to 3.0 by apanchenk · 13 years ago
  30. 584fa2c update versions to 3.0 by apanchenk · 13 years ago
  31. 2df2b7e update versions to 3.0 by apanchenk · 13 years ago
  32. cde9b30 fix Tab in JS editor by apanchenk · 13 years ago v20110423
  33. 8082477 drop function overrides without additional code by apanchenk · 13 years ago
  34. c54e261 introduce super class with common methods by apanchenk · 13 years ago v20101024-1058
  35. 2e85f3e automatically assign quick outline to all content types by apanchenk · 13 years ago
  36. 0e707b2 default Eclipse formatting style by apanchenk · 13 years ago
  37. 3363e5e ISelectionEngine refactoring (simple way) by apanchenk · 14 years ago
  38. b1b969a ISelectionEngine refactoring by apanchenk · 14 years ago
  39. 0e5ac9e improve ActionGroup handling in ScriptEditor by apanchenk · 14 years ago v20100713-1550
  40. d193d8c CompletionProposalLabelProvider related refactoring by apanchenk · 14 years ago v20100513-1043
  41. 1604a62 org.eclipse.dltk.internal.codeassist.impl.Engine refactoring by apanchenk · 14 years ago v20100421-2309
  42. f4afdfa IMatchLocator refactoring by apanchenk · 14 years ago v20100414-1904
  43. e71d586 create new partition scanner instance in getPartitioner() by apanchenk · 14 years ago
  44. 9f11c32 IMethod.getParameter*() methods change by apanchenk · 14 years ago v20100222-1537
  45. 762a3bb extract parse() method, remove annotation because of 1.4 by apanchenk · 14 years ago v20100212-1555
  46. 2244c37 fix project options by apanchenk · 14 years ago
  47. 1b7fe02 ISourceParser interface change by apanchenk · 14 years ago v20100212-1450
  48. 6f4ba7b ISourceParser interface change by apanchenk · 14 years ago
  49. d63166d fix project name in deleteProject() calls by apanchenk · 14 years ago
  50. c3b6952 fix dependencies by apanchenk · 14 years ago v20100201-1709
  51. d4a2cb7 change return type of IDependent.getFileName() to String by apanchenk · 14 years ago
  52. 2de5b8c rename top level test suites by apanchenk · 14 years ago v20100115-2213
  53. 6b0a248 rename top level test suites by apanchenk · 14 years ago
  54. 6455333 use org.eclipse.core.contenttype.contentTypes extension point by apanchenk · 14 years ago v20100118-1339
  55. a6a4bd3 use common ID_SCRIPT_EXPLORER constant by apanchenk · 14 years ago v20091203-2339
  56. 6f04c3e acceptFieldReference(): change parameter type char[] -> String by apanchenk · 14 years ago v20091119-2107
  57. d772ba9 acceptMethodReference(): change parameter type char[] -> String by apanchenk · 14 years ago
  58. ebda82c project wizard extensibility by apanchenk · 14 years ago v20091028-1402
  59. 83ddb5c *InterpreterComboBlock related refactoring by apanchenk · 15 years ago v20091014-2322
  60. e1e8d9a use default implementation of showInterpreterPreferencePage() by apanchenk · 15 years ago
  61. 7f9ea52 * Remove binary ast nodes by asobolev · 15 years ago v20091005-2107
  62. c68b4b0 introduce common base class ProjectWizard by apanchenk · 15 years ago
  63. 0ac742e remove NO_TARGET_ENVIRONMENT option by apanchenk · 15 years ago
  64. 12dda65 refactoring, so buildpathsblock & SecondPage could be used without inheritance by apanchenk · 15 years ago
  65. 93a79c4 createIntepreterGroup() improvements by apanchenk · 15 years ago
  66. 904ae83 introduce DefaultInterpreterGroup, so languages don't need to create own descendants by apanchenk · 15 years ago
  67. 6cb2146 java-1.5 by apanchenk · 15 years ago
  68. db62789 override getScriptNature() only once for project wizard by apanchenk · 15 years ago
  69. 3d860b6 J2SE-1.5 by apanchenk · 15 years ago Root_R2_0_WAVE_1_6
  70. 2ef3f91 J2SE-1.5 by apanchenk · 15 years ago
  71. 1f734bb J2SE-1.5 by apanchenk · 15 years ago
  72. 4a494a6 * Update feature dependency versions to correct ones by asobolev · 15 years ago v20090730-1514
  73. 2ebce9f * Update feature dependency versions to correct ones by asobolev · 15 years ago
  74. 0f3440b * remove update sites information by asobolev · 15 years ago v20090730-1311
  75. ec2fc6c * remove update sites information by asobolev · 15 years ago
  76. 23d6c2b * remove update sites information by asobolev · 15 years ago
  77. 79cfa25 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago v20090730-1127
  78. d8f55c9 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  79. 4d80282 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  80. 77d9086 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  81. 3549ab5 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  82. 0bc2d6a * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
  83. 9e8d36c * added some singleton synchronization stuff by asobolev · 15 years ago v20090728-1212
  84. c8231c6 * Some plugin version are updated to 2.0 by asobolev · 15 years ago v20090708-1856
  85. 3cb1a95 * add API baseline analysis to all plugins by asobolev · 15 years ago
  86. 7543734 * add API baseline analysis to all plugins by asobolev · 15 years ago
  87. 353172e * add API baseline analysis to all plugins by asobolev · 15 years ago
  88. 7bf1c2c * add API baseline analysis to all plugins by asobolev · 15 years ago
  89. bd6ce6c * add API baseline analysis to all plugins by asobolev · 15 years ago
  90. 0f0bdda * add API baseline analysis to all plugins by asobolev · 15 years ago
  91. 76b5790 * add API baseline analysis to all plugins by asobolev · 15 years ago
  92. 6da8c21 * add API baseline analysis to all plugins by asobolev · 15 years ago
  93. ca52967 use common implementation for Quick Outline by apanchenk · 15 years ago v20090626
  94. 0b0ac4d provide correct getIndentPrefixes() implementation in the base class by apanchenk · 15 years ago v20090613-1432
  95. e8d4fe3 introduce TodoTaskOptionsBlock class to simplify usage of the abstract class by apanchenk · 15 years ago
  96. 9c39627 fix typo in IPythonPartitions.PYTHON_PARTITION_TYPES by apanchenk · 15 years ago
  97. 5343d8c fix typo in PYTHON_PARTITION_TYPES by apanchenk · 15 years ago
  98. cb25b23 * dependency fix by asobolev · 15 years ago
  99. 75d10e5 remove Incubation word by apanchenk · 15 years ago v20090610-1638
  100. 58b43db remove Incubation keyword by apanchenk · 15 years ago