1. 99e1b15 wizard to create projects with linked content by apanchenk · 16 years ago
  2. 86b9ca0 wizard to create projects with linked content by apanchenk · 16 years ago
  3. c3102b7 setPreSelection() only if file exists by apanchenk · 16 years ago
  4. 500a3c4 clear entries after restore by apanchenk · 16 years ago
  5. 9daf8a4 extracted code to backup existing project configuration by apanchenk · 16 years ago
  6. 0a910b6 extracted ProjectWizardUtils.reuseInterpreterLibraries(...) by apanchenk · 16 years ago
  7. be9026c Simplify code using ProjectWizardSecondPage.getScriptNature() by apanchenk · 16 years ago
  8. 941a18c "String selectFolder(Shell shell, String initialFolder)" method added by apanchenk · 16 years ago
  9. 82f3ab3 "String selectFolder(Shell shell, String initialFolder)" method added by apanchenk · 16 years ago
  10. dc31f84 rerun failed tests for RSpec by apanchenk · 16 years ago
  11. 65246df small API changes by apanchenk · 16 years ago
  12. 8905530 removed "public void setName(String name)" by apanchenk · 16 years ago
  13. 8ba8325 Rerun Failures action by apanchenk · 16 years ago
  14. 8d430f1 - start work on the linked-project mode by apanchenk · 16 years ago
  15. e59602f getEnvironmentId() method added by apanchenk · 16 years ago
  16. be154e0 EnvironmentManager.fireEnvirontmentChange() after RSE init completed by apanchenk · 16 years ago
  17. fa51bbf small optimizations in getObjects() by apanchenk · 16 years ago
  18. d9aa392 added "protected List getElementInfoList()" for the optimization purposes by apanchenk · 16 years ago
  19. 3ed3396 added abstract implementation and common notification enviromentsModified() by apanchenk · 16 years ago
  20. e1a80c2 constructor changed to private by apanchenk · 16 years ago
  21. 2b5f4d6 decorator for the remote projects by apanchenk · 16 years ago
  22. 27c9643 J2SE-1.4 by apanchenk · 16 years ago
  23. 3759ad0 visibility of the RSE_SCHEME increased to public by apanchenk · 16 years ago
  24. 36a5c15 J2SE-1.4 by apanchenk · 16 years ago
  25. 9dc4064 prevent NPE if memento.getChild(TAG_LOCAL_WORKING_SET_MANAGER) returns null by apanchenk · 16 years ago
  26. deb6901 use .getLocalEnvironment() by apanchenk · 16 years ago
  27. 4a5df49 Added shortcut for opening Call Hierarchy by mspector · 16 years ago
  28. 52905a5 log IFile.getContents() only if retry - don't log if re-throwing by apanchenk · 16 years ago
  29. e39ac02 Fixed bug 260215: The alreadyAddedElements is not needed by mspector · 16 years ago
  30. 311be63 on shutdown() wait not more than 1 minute for thread to terminate by apanchenk · 16 years ago
  31. 16ad3b4 wait RSE initialization in background by apanchenk · 16 years ago
  32. 458011e rename: create package -> create folder by apanchenk · 16 years ago v20081228
  33. 3bd243e readonly model element is not a valid destination by apanchenk · 16 years ago
  34. b53cd60 during drag-n-drop handle IScriptFolder as usual foders by apanchenk · 16 years ago
  35. 7bedb76 protected IProject getProject() protected boolean isValidProject(IProject proj) by apanchenk · 16 years ago
  36. 8958036 formatting by apanchenk · 16 years ago
  37. b50c74d remove duplicate contribution of the ScriptBuilder by apanchenk · 16 years ago
  38. 3a5e777 ContentAssistProcessor extracted to the separate file by apanchenk · 16 years ago
  39. f10a6cf enableUpdateJob.schedule(500) in createControl(), to update view state by apanchenk · 16 years ago
  40. 2024802 use && getSelectionCount() == 0 by apanchenk · 16 years ago
  41. e91612e made some static constants public by jcompagne · 16 years ago
  42. 6b3e290 locals below the globals (like this) by jcompagne · 16 years ago
  43. bcacc88 added remote port preference (not yet used in dltk itself) by jcompagne · 16 years ago
  44. 2b07685 default folded comments setting by jcompagne · 16 years ago
  45. 65e2975 Fixed #259356 by mspector · 16 years ago
  46. 3627eb5 small optimization: use caching when searching super types by mspector · 16 years ago
  47. fea20c4 simplify evaluation of the ScriptFolder path by apanchenk · 16 years ago v20081218
  48. 9f2ec25 introduced function "static String folderPathToString(IPath path)" by apanchenk · 16 years ago
  49. 6666661 performance improvement (cache element name) by mspector · 16 years ago
  50. 47b9f1a correct detection of the offset if column is not available by apanchenk · 16 years ago
  51. 618c8e2 correct detection of the offset if column is not available by apanchenk · 16 years ago
  52. 0b3321a minor optimization by apanchenk · 16 years ago
  53. b40591e save console history only for the debug console by apanchenk · 16 years ago
  54. c8e8a05 save console history only for the debug console by apanchenk · 16 years ago
  55. 4a9e59c save console history only for the debug console by apanchenk · 16 years ago
  56. 6d499b4 use default formatting by apanchenk · 16 years ago
  57. 7619cea code completion support, only assumption is that the . is the separator between the names also for other languages. Maybe this should be configurable? by jcompagne · 16 years ago
  58. 5f5e1e1 higher schedule time out, because many times the first time it wasnt enabled yet (i need to do one more step over/into) and also it flashes when i step (endable/disable/enable) by jcompagne · 16 years ago
  59. d9df2dc refactor so that there is only 1 default pattern string by jcompagne · 16 years ago
  60. 64b5016 fix for: select all text (of the current line) and the backspace didnt delete the text by jcompagne · 16 years ago
  61. 9c12015 std error and std output colors from the default console preferences (they are internal is there a better solution then to use internals??) by jcompagne · 16 years ago
  62. 8341371 fix for js, breakpoint marker and text selection didnt work correctly by jcompagne · 16 years ago
  63. 74d4007 save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  64. 6745d38 save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  65. 05baa6c save the history of ScriptConsoleHistory better detailFormatting for IValue by jcompagne · 16 years ago
  66. 4508031 optimize folding by apanchenk · 16 years ago v20081211
  67. a19a60d public SourceRange(ISourceRange range) constructor by apanchenk · 16 years ago
  68. 3c844be setting a method for help-context setting by ncohen · 16 years ago
  69. f7b9a47 remove warnings by apanchenk · 16 years ago v20081209
  70. c549106 small optimizations by apanchenk · 16 years ago
  71. 03fe81f implement IStackFrame.getCharStart() & .getCharEnd() methods by apanchenk · 16 years ago
  72. 8fd1faa implement IStackFrame.getCharStart() & .getCharEnd() methods by apanchenk · 16 years ago
  73. 05e99a2 extracted traverseChildNodes method by apanchenk · 16 years ago
  74. 300dde5 fixed typo in interface name by apanchenk · 16 years ago
  75. f2ce67f display sub-cmd in the stackframe (if available) by apanchenk · 16 years ago
  76. 663f751 display sub-cmd in the stackframe (if available) by apanchenk · 16 years ago
  77. b6b1193 fixed typo in interface name by apanchenk · 16 years ago
  78. 786fb79 first try the system to get the EditorID, then default to the toolkit. by jcompagne · 16 years ago v20081208-2006
  79. 0618c1e use "exec /bin/sh" by apanchenk · 16 years ago
  80. cc097c0 closeStreams() methods extracted by apanchenk · 16 years ago
  81. 0ec4049 prevent NPE by apanchenk · 16 years ago
  82. a71e26a hide "invalid resource name" error messages by apanchenk · 16 years ago
  83. 6851f04 formatting by apanchenk · 16 years ago
  84. 14e131e Added Python Project decorator based on new class DeclarativeLightweightLabelDecorator. This class gives the ability to contribute project decorator using completely declarative approach. Ruby and Tcl decorators were modified accordingly. by dkovalev · 16 years ago
  85. bf4ee63 FIXME implemented by apanchenk · 16 years ago v20081208-1354
  86. 36353a4 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago v20081208
  87. 4bea480 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago
  88. ad471f2 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago
  89. 66ec504 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago
  90. 126667b formatting by ncohen · 16 years ago
  91. 9192024 modifiers changes to allow inheritance and wizard reuse NirC by ncohen · 16 years ago
  92. eb03a83 @deprecated for DESC_WIZBAN_NEWPRJ by apanchenk · 16 years ago
  93. 8b20e3a use red square as terminate button by apanchenk · 16 years ago
  94. 5451761 formatting by apanchenk · 16 years ago
  95. 38c4369 FileAsFileHandle(File file) constructor added by apanchenk · 16 years ago
  96. f3c6893 openOutputStream() method added by apanchenk · 16 years ago
  97. 933d3b6 openOutputStream() method added by apanchenk · 16 years ago
  98. 5af2e47 implement getDebugOptions() method by apanchenk · 16 years ago
  99. bc4fe10 change how Interactive Console is disabled when there is now active debugger by apanchenk · 16 years ago
  100. 27c7dc3 change how Interactive Console is disabled when there is now active debugger by apanchenk · 16 years ago