1. fd45be6 log as warn by apanchenk · 17 years ago
  2. 74362a5 log warning if unknown validator type by apanchenk · 17 years ago
  3. b07d256 warning logging method by apanchenk · 17 years ago
  4. 3d6d788 error logging methods by apanchenk · 17 years ago
  5. c47b8cd not used by apanchenk · 17 years ago
  6. 30c6713 add RemoveAllMarkers action only if there are some validators added by apanchenk · 17 years ago
  7. 210bac5 fix for null pointer, by jcompagne · 17 years ago
  8. 7c3c933 Fix TypeHierarchy.contains() by mspector · 17 years ago
  9. b226bb3 oeps some logging kept around by jcompagne · 17 years ago
  10. 8b8a7d9 selected text shouldnt be reset then we loose there the package/script name by jcompagne · 17 years ago
  11. 5ede4d2 - expose the memory address attribute by jgangemi · 17 years ago
  12. 15dc540 append the package name just like the Java open Type Dialog does. by jcompagne · 17 years ago
  13. c9e1f86 test problem arguments <-> marker attribute conversion by apanchenk · 17 years ago
  14. bb5a06d allow problem arguments containing '#' by apanchenk · 17 years ago
  15. 66cd8d5 Fixed #240138 by mspector · 17 years ago
  16. 408722b compiler.problem.discouragedReference=ignore by apanchenk · 17 years ago
  17. 09567b1 CompilerUtilTests added by apanchenk · 17 years ago
  18. abf5017 - reportProblem(IProblem) now returns void by apanchenk · 17 years ago
  19. 6103e92 use connection timeout configured in preferences by apanchenk · 17 years ago
  20. 3843a57 fix compilation with modified IDbgpCommunicator by apanchenk · 17 years ago
  21. fc8eef1 pass IDebugOptions to the Communicator by apanchenk · 17 years ago
  22. 5185044 revert to this.parent.equals(other.parent) by apanchenk · 17 years ago
  23. c09373b extend toString() by apanchenk · 17 years ago
  24. bfc7998 register annotationTypes for the dltk.error/warn/info by apanchenk · 17 years ago
  25. b5b8bce fixed annotation names by apanchenk · 17 years ago
  26. cd3fd39 add images for the temporary problems reported as annotations by apanchenk · 17 years ago
  27. 8ad4d03 typo fixed by apanchenk · 17 years ago
  28. afb04e0 uncomment trim right in errorReportSource() - not called anyway, but looks nicer by apanchenk · 17 years ago
  29. 0def047 add line number to the toString() output by apanchenk · 17 years ago
  30. 830b442 formatting by apanchenk · 17 years ago
  31. 9ac2c69 *fix by asobolev · 17 years ago
  32. fa06c7b *fix by asobolev · 17 years ago
  33. 82aed7c *fix by asobolev · 17 years ago
  34. 6d96757 *fix by asobolev · 17 years ago
  35. fbc368d AbstractValidateJob refactored from AbstractValidateSelectionWithConsole by apanchenk · 17 years ago
  36. 7c14de8 DLTK validators menu is automatically populated now by apanchenk · 17 years ago
  37. 9d33d35 IStructureSelection added to the fillMenu() method by apanchenk · 17 years ago
  38. e07c8ac abstract action to automatically create submenus similar to "Run/Debug As" by apanchenk · 17 years ago
  39. 157064f check that there are validators configured for the matching validator types by apanchenk · 17 years ago
  40. 004b76f do not use eval with the depth argument by apanchenk · 17 years ago
  41. f415778 localization corrected by apanchenk · 17 years ago
  42. e8a9edd formatting by apanchenk · 17 years ago
  43. eceb61a use MethodNameMatch in equals() by apanchenk · 17 years ago
  44. d6a2def Use "Checking consistency of method history..." message by apanchenk · 17 years ago
  45. 643b483 list caption changed to "matched methods" by apanchenk · 17 years ago
  46. b6ad5bd unused import removed by apanchenk · 17 years ago
  47. d838cdf break assert()s into 2 - so there is no warning potential NPE by apanchenk · 17 years ago
  48. 3c894f8 use Assert from org.eclipse.core.runtime by apanchenk · 17 years ago
  49. ac44210 call getDeclaringType() here - to filter elements without it by apanchenk · 17 years ago
  50. cc2fbc1 * formatting by asobolev · 17 years ago
  51. 653d78a * returning getMethods() back. by asobolev · 17 years ago
  52. 522cd15 * getMethods method are removed from ISourceModule interface and implementation. by asobolev · 17 years ago
  53. 7e631a1 1. Adding OpenMethodAction by rganor · 17 years ago
  54. 9741d24 1. Adding OpenMethodAction by rganor · 17 years ago
  55. 48c161a break & status commands are sent asynchronously for other commands wait until previous commands are terminated by apanchenk · 17 years ago
  56. ad5ca9c * folders support by asobolev · 17 years ago
  57. 0de2d3c use StrUtils.equals() to compare data field in equals() by apanchenk · 17 years ago
  58. c184815 DEBUG = false by apanchenk · 17 years ago
  59. 1ac1608 popup menu commands - validate all/cleanup all by apanchenk · 17 years ago
  60. 18168fb validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion by apanchenk · 17 years ago
  61. 4a64190 validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion by apanchenk · 17 years ago
  62. 419cc9f * tcl folding improvements * tcl checker only local validation by asobolev · 17 years ago
  63. cadfe4e method renamed to saveValidatorConfiguration() by apanchenk · 17 years ago
  64. b31bf80 1) initializeValidators() is called only once by apanchenk · 17 years ago
  65. 02d3219 s/fireInterpreterRemoved/fireValidatorRemoved/ by apanchenk · 17 years ago
  66. ee55fb4 s/fireInterpreterAdded/fireValidatorAdded/ by apanchenk · 17 years ago
  67. ae6d61d DBGP timeouts are specified in seconds by apanchenk · 17 years ago
  68. e1d44f3 ITextConverter to convert values to/from text field by apanchenk · 17 years ago
  69. 48b420f formatting by apanchenk · 17 years ago
  70. ca7e6dd check whether the found element is enclosed in scope by mspector · 17 years ago
  71. c98b7b9 unused import removed by apanchenk · 17 years ago
  72. d1646bb loadContributedContextActionGroups() have no parameters - javadoc removed by apanchenk · 17 years ago
  73. b8bac4b version increased to 0.95.1 by apanchenk · 17 years ago
  74. bbfb123 version increased to 0.95.1 by apanchenk · 17 years ago
  75. 30c40e1 contribute automatically populate DLTK Validators context sub-menu to the ScriptEditors by apanchenk · 17 years ago
  76. 0bae3f2 extracted method getConsoleName() by apanchenk · 17 years ago
  77. 0264691 new methods - executeValidator(), cleanValidator() by apanchenk · 17 years ago
  78. e165fab new extension point - to contribute ActionGroups to the ScriptEditor by apanchenk · 17 years ago
  79. 0886220 removed catchupMarkers() from SourceModuleAnnotationModel by apanchenk · 17 years ago
  80. ad4484c * tclchecker improvement by asobolev · 17 years ago
  81. a3d5cd6 * tclchecker improvement by asobolev · 17 years ago
  82. b7b1513 * itcl completion/selection improvemen by asobolev · 17 years ago
  83. 744fde3 new method renamed to changeContentAssistantConfiguration() by apanchenk · 17 years ago
  84. a72ecdc * compatibility fix by asobolev · 17 years ago
  85. 3b28193 * compatibility fix by asobolev · 17 years ago
  86. ae78ab5 remove debug println by apanchenk · 17 years ago
  87. 30d50a6 test if the line number can be set and send. by jcompagne · 17 years ago
  88. e43c536 now that breakpoints can move (deleting/inserting new lines) the breakpoint linenr should be updated in the client. by jcompagne · 17 years ago
  89. 7737c30 better naming now (no static anymore) by jcompagne · 17 years ago
  90. d32dd73 timeout out of the preferences by jcompagne · 17 years ago
  91. 89def1c just close the socket when terminating dont test for the variable (the socket has to be closed anyway) by jcompagne · 17 years ago
  92. cb7d97c default for the PREF_DBGP_RESPONSE_TIMEOUT = 1h by apanchenk · 17 years ago
  93. 8d8ea3a better timeout code by jcompagne · 17 years ago
  94. f52f4cc TIMEOUT = 1h by apanchenk · 17 years ago
  95. 1ffcbb0 highlight changed values when stepping over code by apanchenk · 17 years ago
  96. cc99918 new method public boolean isSameMethod(IDbgpStackLevel other) by apanchenk · 17 years ago
  97. 1f457e6 - class visibility increased to public by apanchenk · 17 years ago
  98. 0d88121 handle code assistance preference changes - auto activation, etc. by apanchenk · 17 years ago
  99. a8e78c3 getContentAssistPreference() -> public by apanchenk · 17 years ago
  100. 1d8b2cd Hover defaults modified: added source hover with Shift modifier like in JDT by apanchenk · 17 years ago