1. c6fda14 use p.toFile() instead of new File(p.toOSString()) by apanchenk · 17 years ago
  2. 7eeb737 there is no need to name Util class with full name - it is already imported by apanchenk · 17 years ago
  3. b57baeb local var extracted to simplify code by apanchenk · 17 years ago
  4. 90e7257 project -> private final by apanchenk · 17 years ago
  5. 72b3b68 minor code improvements by apanchenk · 17 years ago
  6. 94d5ec1 local var extracted to simplify code by apanchenk · 17 years ago
  7. 9ca5a00 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 17 years ago
  8. 6623e88 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 17 years ago
  9. 7a5beb1 compiler.compliance=1.4 by apanchenk · 17 years ago
  10. 2e45bff formatting by apanchenk · 17 years ago
  11. e53960c cache parse errors in the SourceModuleInfoCache by apanchenk · 17 years ago v20080721
  12. 966b0e1 copyTo(IProblemReporter destination) method added by apanchenk · 17 years ago
  13. 2a52f2e minor improvements by apanchenk · 17 years ago
  14. fce6077 minor improvement by apanchenk · 17 years ago
  15. 930b02e minor fixes by apanchenk · 17 years ago
  16. 22fd58f formatting by apanchenk · 17 years ago
  17. 4ad731a call OpenTypeHistory.shutdown() from plugin.stop() by apanchenk · 17 years ago
  18. 9fd72c8 moved to dltk.core by apanchenk · 17 years ago
  19. f21e9da * fixed execution from linked folders * applied patch for tcl pair matching by asobolev · 17 years ago
  20. 00ef1ed * fixed execution from linked folders * applied patch for tcl pair matching by asobolev · 17 years ago
  21. 77bcd1f StandardVMType/J2SE-1.4 by apanchenk · 17 years ago
  22. 6e0b59a StandardVMType/J2SE-1.4 by apanchenk · 17 years ago
  23. cfbbbe7 StandardVMType/J2SE-1.4 by apanchenk · 17 years ago
  24. 8700766 comment formatting by apanchenk · 17 years ago
  25. ad5b87e vars renamed, method findMethod() extracted by apanchenk · 17 years ago
  26. 04f2bb0 fixed "close console" action by apanchenk · 17 years ago v20080718
  27. 07dbb77 fixed problem and annotation hover by apanchenk · 17 years ago
  28. cb6c3e2 Quick Fix implementation for temporary problems reported as annotations by apanchenk · 17 years ago
  29. 792c425 FIXABLE_PROBLEM & FIXABLE_ERROR images by apanchenk · 17 years ago v20080717
  30. 14fe56e formatting by apanchenk · 17 years ago
  31. 2ed77b8 problems field removed by apanchenk · 17 years ago
  32. 3d69b18 call validators during reconcile() by apanchenk · 17 years ago
  33. 5c6a36d call validators during reconcile() by apanchenk · 17 years ago
  34. 0fddf59 TaskInfo - fixed error in constructor, toString() implemented by apanchenk · 17 years ago
  35. 5425f36 final for local vars by apanchenk · 17 years ago
  36. b8bc2ef string externalized by apanchenk · 17 years ago
  37. 62fcca3 log error using DLTKUIPlugin.logErrorMessage() by apanchenk · 17 years ago
  38. b76ad47 formatting by apanchenk · 17 years ago
  39. a69335c create tasks of the DLTK-Task type by apanchenk · 17 years ago
  40. 10e6f99 clearMarkers/isMarkersCleaned methods removed by apanchenk · 17 years ago
  41. d7ffa54 common base class ProblemCollector extracted by apanchenk · 17 years ago
  42. da856e8 common base class ProblemCollector extracted by apanchenk · 17 years ago
  43. f972d5a reportProblem() now does not throw CoreException by apanchenk · 17 years ago
  44. 5049b0a * fixed NPE on activating Working Sets from Script Explorer by asobolev · 17 years ago
  45. 31581a3 added checks that validatorType supports required interfaces by apanchenk · 17 years ago v20080716
  46. 4bd5af7 TODO task parsing via new API by apanchenk · 17 years ago
  47. 3bbccc7 TODO task parsing via new API by apanchenk · 17 years ago
  48. bbe376b abstract class to implement checkers by apanchenk · 17 years ago
  49. 90b19ee builder extension by apanchenk · 17 years ago
  50. 0091c61 added constructor without filename by apanchenk · 17 years ago
  51. 5b9a004 toString() improvements, formatting by apanchenk · 17 years ago
  52. 7e5f297 <plugin id="org.eclipse.dltk.validators.externalchecker"... by apanchenk · 17 years ago
  53. e35ca3e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 17 years ago
  54. af3edb3 introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 17 years ago
  55. d81e11e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 17 years ago
  56. 667b58b *add printNode to ASTListNode class by asobolev · 17 years ago
  57. 1120840 added check toolkit != null by apanchenk · 17 years ago
  58. bbc7fb3 added check that launchConfiguration != null by apanchenk · 17 years ago
  59. 35aff21 trim the snippet else illegal dpbp statements can be send over the line and the debugger will crash/terminate completely (just type in an expression in the expressions view with \n\r as last chars) for a variable thats an array by jcompagne · 17 years ago
  60. e61e458 Fix finding overriden method for method hierarchy operation. by mspector · 17 years ago
  61. 6a1ff2a remove IProblemReporter from working copy operations by apanchenk · 17 years ago v20080715
  62. fc5a566 report compilation problems to the AnnotationModel if it is active by apanchenk · 17 years ago
  63. b907f3d report compilation problems to the AnnotationModel if it is active by apanchenk · 17 years ago
  64. 8c5bd3c formatting, FIXME by apanchenk · 17 years ago
  65. 42e8450 undeprecated by apanchenk · 17 years ago
  66. b6f08dc undeprecated by apanchenk · 17 years ago
  67. 5c5a7d1 BufferManager.createBuffer() now is static by apanchenk · 17 years ago
  68. 2510d56 BufferManager.createBuffer() now is static by apanchenk · 17 years ago
  69. 14403c5 formatting by apanchenk · 17 years ago
  70. 3a5de0b "report problem as you type" checkbox by apanchenk · 17 years ago
  71. b96d84d formatting by apanchenk · 17 years ago
  72. 05969f8 store.setDefault(PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS,true); by apanchenk · 17 years ago
  73. 93609d9 one more by apanchenk · 17 years ago
  74. ba2fcee typo fixed by apanchenk · 17 years ago
  75. b73fbb6 typo fixed by apanchenk · 17 years ago
  76. 814f1ef local var renamed by apanchenk · 17 years ago
  77. 6c0235a BUNDLE_NAMEs fixed by apanchenk · 17 years ago
  78. 1da9535 do not load name for builtin validators by apanchenk · 17 years ago
  79. 5115371 validators extending by apanchenk · 17 years ago
  80. 8a29ab2 validators extending by apanchenk · 17 years ago
  81. cc839b5 validators extending by apanchenk · 17 years ago
  82. 225f391 validators extending by apanchenk · 17 years ago
  83. dfb6cd1 minor improvements (use NLS.bind(), use Set.add() without previous contains() call) by apanchenk · 17 years ago
  84. 03c1a7e *fix by asobolev · 17 years ago
  85. cb94ecf removed some commands duplications on "org.eclipse.ui.commands" Nir Cohen by ncohen · 17 years ago
  86. 0b8d058 formatting by apanchenk · 17 years ago
  87. c7ff5e6 unused code removed by apanchenk · 17 years ago
  88. c08e1b4 ancestor field remove - all needed information is available thru base class by apanchenk · 17 years ago
  89. edc2606 - added 'getMemoryAddress()' - cleaned up some compiler warnings by jgangemi · 17 years ago
  90. 54e05cf isContributed(IValidator install) = return install.getValidatorType().isBuiltin() by apanchenk · 17 years ago
  91. edd5381 fill children values that were not retrieved from the debugger with instances of the UnknownVariable by apanchenk · 17 years ago
  92. 7534df6 computeDetail() - check if value instanceof IScriptValue by apanchenk · 17 years ago
  93. a78229b if there are no children elements - use static array NO_VARIABLES by apanchenk · 17 years ago
  94. 8c5d8cd attribute names are declared as class constants by apanchenk · 17 years ago
  95. 36eaf58 handle file:///C|/path/fo/file constructs in URI by apanchenk · 17 years ago
  96. 9a0d340 formatting by apanchenk · 17 years ago
  97. d5c7c5a formatting by apanchenk · 17 years ago
  98. ac188db formatting by apanchenk · 17 years ago
  99. fd45be6 log as warn by apanchenk · 17 years ago
  100. 74362a5 log warning if unknown validator type by apanchenk · 17 years ago