1. 643b483 list caption changed to "matched methods" by apanchenk · 17 years ago
  2. b6ad5bd unused import removed by apanchenk · 17 years ago
  3. d838cdf break assert()s into 2 - so there is no warning potential NPE by apanchenk · 17 years ago
  4. 3c894f8 use Assert from org.eclipse.core.runtime by apanchenk · 17 years ago
  5. ac44210 call getDeclaringType() here - to filter elements without it by apanchenk · 17 years ago
  6. cc2fbc1 * formatting by asobolev · 17 years ago
  7. 653d78a * returning getMethods() back. by asobolev · 17 years ago
  8. 522cd15 * getMethods method are removed from ISourceModule interface and implementation. by asobolev · 17 years ago
  9. 7e631a1 1. Adding OpenMethodAction by rganor · 17 years ago
  10. 9741d24 1. Adding OpenMethodAction by rganor · 17 years ago
  11. 48c161a break & status commands are sent asynchronously for other commands wait until previous commands are terminated by apanchenk · 17 years ago
  12. ad5ca9c * folders support by asobolev · 17 years ago
  13. 0de2d3c use StrUtils.equals() to compare data field in equals() by apanchenk · 17 years ago
  14. c184815 DEBUG = false by apanchenk · 17 years ago
  15. 1ac1608 popup menu commands - validate all/cleanup all by apanchenk · 17 years ago
  16. 18168fb validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion by apanchenk · 17 years ago
  17. 4a64190 validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion by apanchenk · 17 years ago
  18. 419cc9f * tcl folding improvements * tcl checker only local validation by asobolev · 17 years ago
  19. cadfe4e method renamed to saveValidatorConfiguration() by apanchenk · 17 years ago
  20. b31bf80 1) initializeValidators() is called only once by apanchenk · 17 years ago
  21. 02d3219 s/fireInterpreterRemoved/fireValidatorRemoved/ by apanchenk · 17 years ago
  22. ee55fb4 s/fireInterpreterAdded/fireValidatorAdded/ by apanchenk · 17 years ago
  23. ae6d61d DBGP timeouts are specified in seconds by apanchenk · 17 years ago
  24. e1d44f3 ITextConverter to convert values to/from text field by apanchenk · 17 years ago
  25. 48b420f formatting by apanchenk · 17 years ago
  26. ca7e6dd check whether the found element is enclosed in scope by mspector · 17 years ago
  27. c98b7b9 unused import removed by apanchenk · 17 years ago
  28. d1646bb loadContributedContextActionGroups() have no parameters - javadoc removed by apanchenk · 17 years ago
  29. b8bac4b version increased to 0.95.1 by apanchenk · 17 years ago
  30. bbfb123 version increased to 0.95.1 by apanchenk · 17 years ago
  31. 30c40e1 contribute automatically populate DLTK Validators context sub-menu to the ScriptEditors by apanchenk · 17 years ago
  32. 0bae3f2 extracted method getConsoleName() by apanchenk · 17 years ago
  33. 0264691 new methods - executeValidator(), cleanValidator() by apanchenk · 17 years ago
  34. e165fab new extension point - to contribute ActionGroups to the ScriptEditor by apanchenk · 17 years ago
  35. 0886220 removed catchupMarkers() from SourceModuleAnnotationModel by apanchenk · 17 years ago
  36. ad4484c * tclchecker improvement by asobolev · 17 years ago
  37. a3d5cd6 * tclchecker improvement by asobolev · 17 years ago
  38. b7b1513 * itcl completion/selection improvemen by asobolev · 17 years ago
  39. 744fde3 new method renamed to changeContentAssistantConfiguration() by apanchenk · 17 years ago
  40. a72ecdc * compatibility fix by asobolev · 17 years ago
  41. 3b28193 * compatibility fix by asobolev · 17 years ago
  42. ae78ab5 remove debug println by apanchenk · 17 years ago
  43. 30d50a6 test if the line number can be set and send. by jcompagne · 17 years ago
  44. e43c536 now that breakpoints can move (deleting/inserting new lines) the breakpoint linenr should be updated in the client. by jcompagne · 17 years ago
  45. 7737c30 better naming now (no static anymore) by jcompagne · 17 years ago
  46. d32dd73 timeout out of the preferences by jcompagne · 17 years ago
  47. 89def1c just close the socket when terminating dont test for the variable (the socket has to be closed anyway) by jcompagne · 17 years ago
  48. cb7d97c default for the PREF_DBGP_RESPONSE_TIMEOUT = 1h by apanchenk · 17 years ago
  49. 8d8ea3a better timeout code by jcompagne · 17 years ago
  50. f52f4cc TIMEOUT = 1h by apanchenk · 17 years ago
  51. 1ffcbb0 highlight changed values when stepping over code by apanchenk · 17 years ago
  52. cc99918 new method public boolean isSameMethod(IDbgpStackLevel other) by apanchenk · 17 years ago
  53. 1f457e6 - class visibility increased to public by apanchenk · 17 years ago
  54. 0d88121 handle code assistance preference changes - auto activation, etc. by apanchenk · 17 years ago
  55. a8e78c3 getContentAssistPreference() -> public by apanchenk · 17 years ago
  56. 1d8b2cd Hover defaults modified: added source hover with Shift modifier like in JDT by apanchenk · 17 years ago
  57. 2ffc43f hovers are configured/instantiated according to the specified nature by apanchenk · 17 years ago
  58. 26336ff formatting by apanchenk · 17 years ago
  59. 411c999 formatting by apanchenk · 17 years ago
  60. bd1ab1a formatting by apanchenk · 17 years ago
  61. e164af1 formatting by apanchenk · 17 years ago
  62. ca4499a formatting by apanchenk · 17 years ago
  63. ea94e1e formatting by apanchenk · 17 years ago
  64. 5ca145f if view filter is clicked on that init() is called that also calls run() and after init run is again called. That will result in a filter being added and being removed right after. Not looking what it really should do by checking the isChecked() by jcompagne · 17 years ago
  65. b93e4d6 dont fire if the data is null or an empty string by jcompagne · 17 years ago
  66. d7179b8 better toString of the Collection/ArrayType by jcompagne · 17 years ago
  67. f9551dd isEmpty(String) by apanchenk · 17 years ago
  68. 8ad8d52 ScriptVariable internal improvements by apanchenk · 17 years ago
  69. 8c9b451 highlight changed variables by apanchenk · 17 years ago
  70. c1594b7 optimizations & sort returned array of levels by apanchenk · 17 years ago
  71. 97a82a9 NON-NLS comments by apanchenk · 17 years ago
  72. 5288de5 string escaping/quoting optimized by apanchenk · 17 years ago
  73. 9339c1d equals(Object) simple implementation by apanchenk · 17 years ago
  74. 2d19250 fail("Requied interpreter \"" + name + "\" is not found") by apanchenk · 17 years ago
  75. 1963762 - added 'formatValue(IScriptValue)' to IScriptType so implementation can control the formatting by jgangemi · 17 years ago
  76. 606b855 - applied alex's patch to move the path mapper by jgangemi · 17 years ago
  77. 57888e3 - applied alex's patch to move the path mapper by jgangemi · 17 years ago
  78. 76b30a4 - added 'Thread id=' to ScriptDebugModelPresentation_threadText by jgangemi · 17 years ago
  79. 4cc43cb formatting by apanchenk · 17 years ago
  80. 5577651 commented out the call to the catchupWithMarkers() by apanchenk · 17 years ago
  81. e5570c4 pass breakpoint path mapper via constructor to the breakpoint manager by apanchenk · 17 years ago
  82. 91f8912 pass IScriptBreakpointPathMapper via constructor by apanchenk · 17 years ago
  83. e8f7827 + Added method to clear source module info cache. by asobolev · 17 years ago
  84. 13b3304 NOP implementation of the Scriptbreakpointpathmapper by apanchenk · 17 years ago
  85. bf0fe34 * default path are incorrect for Remote projects by asobolev · 17 years ago
  86. bcc7bf0 correct NON-NLS warnings by apanchenk · 17 years ago
  87. b3216ed do not crash the Run dialog if the path contains spaces - from AS by apanchenk · 17 years ago
  88. f8014a5 - fPreviousExternalLocation should still be used instead of "" by jgangemi · 17 years ago
  89. acfa16b look between non-primary working copies by mspector · 17 years ago
  90. ac3b326 first try to get encoding from the launch and after that from launch configuration by apanchenk · 17 years ago
  91. 9a31c13 removed condition from the breakpointUpdate() - it does not work that way by apanchenk · 17 years ago
  92. c94396d classify condition change as major by apanchenk · 17 years ago
  93. 9d9497b IDebugOptions - introduced API to find-tune DBGP protocol behavior by apanchenk · 17 years ago
  94. 223e92f updateBreakpoint(): removed -n line_number option since it caused errors when working with TCL activestate debugger by apanchenk · 17 years ago
  95. 622dcea synchronization around access to the static targets variable by apanchenk · 17 years ago
  96. df1f327 fixed typo in boolean isDbgpLoggingEnabled(ILaunchConfiguration configuration) by apanchenk · 17 years ago
  97. 6bbf460 formatting by apanchenk · 17 years ago
  98. dca583d BreakpointPathMapper move related changes by apanchenk · 17 years ago
  99. 00d353d FIXME comment by apanchenk · 17 years ago
  100. 3a4f31f BreakpointPathMapper - interface extracted, implementation moved to the top level by apanchenk · 17 years ago