1. 0531d64 * Allow using of validators popup menu from resources view by asobolev · 16 years ago
  2. 5a1bdc1 Fixed bug 270808 (improving index file to provide better performance using SearchEngine.searchAllMethodNames()) by mspector · 16 years ago v20090408-1322
  3. d7962f5 splitOn(char[] divider, char[] array) method by apanchenk · 16 years ago
  4. fd52789 expand visibility of the create*Label() methods to allow overriding them by mspector · 16 years ago
  5. 831eb93 improve code readability by apanchenk · 16 years ago
  6. dae7f89 remove strange & unused getElementByCommentPosition() method by apanchenk · 16 years ago
  7. 0a7a5a4 call foldingStructureProvider.uninstall() from dispose() by apanchenk · 16 years ago
  8. 717306b createContextTypeRegistry() method extracted by apanchenk · 16 years ago
  9. f7c853d update controls if setPreference(Map) is called with the active dialog by apanchenk · 16 years ago
  10. ff64bfc better syncing around various methods by jcompagne · 16 years ago
  11. a2c0a16 refresh improvements. Values should always be copied or tested if changed by jcompagne · 16 years ago
  12. 7fdc43a - increase visibility from private -> protected by jgangemi · 16 years ago
  13. a2d9c06 comment updated by apanchenk · 16 years ago v20090319
  14. bf9c5b4 refresh interpreter after environment change by apanchenk · 16 years ago
  15. 8c08f8f setEnvironment() accepts environment == null now by apanchenk · 16 years ago
  16. e67b84a delete DLTK markers in clean() by apanchenk · 16 years ago
  17. 125dd76 use EnvironmentManager.setEnvironment(fProject, environment) by apanchenk · 16 years ago
  18. eade447 setEnvironment* methods added by apanchenk · 16 years ago
  19. 1ed3dca add GROUP_PORT from navigator standard groups by apanchenk · 16 years ago
  20. 117c12a s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago v20090316-1719
  21. 066c77c s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  22. a5fb431 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  23. d1bc164 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  24. cc849d3 do not log IOExceptions by apanchenk · 16 years ago
  25. 1ef1c28 removed strange "protected String createNativeBuildPath(IPath[] paths)" function by apanchenk · 16 years ago
  26. a0862cb better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  27. 4d5b045 better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  28. 2f49896 startProcess() method extracted by apanchenk · 16 years ago
  29. 756df4a use DbgpConnectionConfig by apanchenk · 16 years ago
  30. 422e3da use .length()!=0 instead of !"".equals(path) by apanchenk · 16 years ago
  31. 8544065 DbgpConnectionConfig class introduced by apanchenk · 16 years ago
  32. c954cca refactoring in renderCommandLine(IEnvironment environment,String interpreter) by apanchenk · 16 years ago
  33. 6bf730f reorder conditions in readPacketXml() by apanchenk · 16 years ago
  34. 15cb4a1 messages externalized by apanchenk · 16 years ago
  35. f5ba6f4 messageExternalized by apanchenk · 16 years ago
  36. 5b69552 waitDebuggerConnected() refactoring by apanchenk · 16 years ago
  37. e765d27 in threadAccepted() - fireInitialized condition corrected by apanchenk · 16 years ago
  38. 682d8e8 use DLTKDebugLaunchConstants.FALSE by apanchenk · 16 years ago
  39. ae64007 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  40. 3708d22 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  41. 483d165 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  42. 2ee2c8c s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  43. dc98f79 s/MessageFormat.format()/NLS.bind()/ by apanchenk · 16 years ago
  44. c0017a2 Bug #268080 - no fake source created for NonExistingFileEditorInput by rganor · 16 years ago
  45. ce605ea better error reporting by jcompagne · 16 years ago
  46. e10af74 - log errors to ScriptConsoleUIPlugin - use NLS.bind() instead of MessageFormat by apanchenk · 16 years ago
  47. 71f54f2 added cause constructors to DbgpOperationCanceledException by jcompagne · 16 years ago v20090311
  48. 917ea6e fixes for the layouting when typing in a function body. by jcompagne · 16 years ago
  49. 4ad5c35 refactor and improved the coloring support by jcompagne · 16 years ago
  50. f8db9ff allow configuring script explorer actions by mspector · 16 years ago
  51. 967f4e0 createRadioButtonNoLayoutData() by apanchenk · 16 years ago v20090309
  52. 804ab1e remove unnecessary NON-NLS comments by apanchenk · 16 years ago
  53. 1e4f816 Bug # 267008 - No validation for opened external files in PDT by rganor · 16 years ago
  54. f560852 Bug # 267008 - No validation for opened external files in PDT by rganor · 16 years ago
  55. aa8ea47 Bug #266668 - Opened external file - model not updated by rganor · 16 years ago
  56. 5ac1889 - parameter if foreign resources should be returned by apanchenk · 16 years ago
  57. 8bf9fd0 undo previous commit... by apanchenk · 16 years ago
  58. 8c89b87 move to the public API by apanchenk · 16 years ago
  59. ca3ba77 boolean isBuiltin() method added by apanchenk · 16 years ago
  60. 0ca8bca remove synchronized for fReconcilingListeners since ListenerList is already thread-safe by apanchenk · 16 years ago
  61. 8abf204 use public StatusInfo by apanchenk · 16 years ago
  62. 0a10e6d remove unnecessary NON-NLS comments by apanchenk · 16 years ago
  63. 96cd0f3 public static IPreferenceChangeRebuildPrompt create(title,message) method added by apanchenk · 16 years ago
  64. b86186e unused import removed by apanchenk · 16 years ago v20090305-1931
  65. fcb4911 insertBrackets() method extracted by apanchenk · 16 years ago
  66. e7736b2 improve layout for the port composite by apanchenk · 16 years ago
  67. 377a0d3 Syntax Color preference panel constribution by jcompagne · 16 years ago
  68. 86d9d7e ModelElement should be accessable by the dom provider plugin by jcompagne · 16 years ago v20090305-0026
  69. 2ba799a do not check persistent property for ExternalScriptProject by apanchenk · 16 years ago
  70. be32a79 automatically "break-on-first-line" for children if StepInto was used by apanchenk · 16 years ago
  71. 19ac7bb FIXME comment related to the ATTR_SCRIPT_NATURE by apanchenk · 16 years ago
  72. 35c9dba breakOnFirstLine: by apanchenk · 16 years ago
  73. 62969c7 breakOnFirstLine: by apanchenk · 16 years ago
  74. c73de99 comments formatting by apanchenk · 16 years ago
  75. 4c6086e remove DbgpStepOperation class, so children implement process() method directly by apanchenk · 16 years ago
  76. 155fa95 introduce IPreferenceChangeRebuildPrompt by apanchenk · 16 years ago
  77. 4bce8d9 fixed bug in equals() by apanchenk · 16 years ago
  78. d54ed28 - execute a command directly against an interpreter by jgangemi · 16 years ago
  79. 0298876 - pulled up 'workflow' from external checker implementation for all to use by jgangemi · 16 years ago
  80. e69ffa4 - pulled up 'workflow' from external checker implementation for all to use by jgangemi · 16 years ago
  81. 7fe8356 1.4 compatible code by apanchenk · 16 years ago v20090303
  82. 0e6cad5 Tcl: skip initial <console> stack frame for spawned processes by apanchenk · 16 years ago
  83. 93c7ab0 use Util.EMPTY_STRING by apanchenk · 16 years ago
  84. 3da491f use constants from Node - as they are declared by apanchenk · 16 years ago
  85. 57d84eb rename option ENGINE_STOP_BEFORE_FIRST_LINE -> ENGINE_STOP_BEFORE_CODE by apanchenk · 16 years ago
  86. 31541da Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  87. 0881bc8 Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  88. be40b6b Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  89. 6986506 there are no reasons to throws DbgpException in constructor by apanchenk · 16 years ago
  90. 82a9387 small improvements by apanchenk · 16 years ago
  91. 533716c use NLS.bind() by apanchenk · 16 years ago
  92. 9d5cc90 TCL: [x] ignore vwait rename warning by apanchenk · 16 years ago v20090302
  93. 2ba0101 TCL: [x] ignore vwait rename warning by apanchenk · 16 years ago
  94. 882fd42 remove unused class by apanchenk · 16 years ago
  95. 56255a9 getAttribute(String) method added by apanchenk · 16 years ago
  96. b2af031 getAttribute(String) method added by apanchenk · 16 years ago
  97. 3442773 small refactoring by apanchenk · 16 years ago
  98. 6dbb486 - converted TclSelectRulerAction -> ScriptEditorRulerActionDelegate by jgangemi · 16 years ago
  99. 88f117e java 1.5 by apanchenk · 16 years ago v20090301
  100. d74a8b6 - converted Ruby/TclEditorHoverPreferencePage into ScriptEditorHoverPreferencePage by jgangemi · 16 years ago