1. ff90ec9 return meaningful values if IFileHandle resolution failed by apanchenk · 15 years ago
  2. 4cfc74f use installLocation.getFullPath() as key for internal caching, since it should always exists by apanchenk · 15 years ago
  3. f8387e9 generics by apanchenk · 15 years ago
  4. d5af00f * make one method public by asobolev · 15 years ago
  5. a9b5680 improve wait for process termination by apanchenk · 15 years ago
  6. ab7f7b0 remove Incubation keyword by apanchenk · 15 years ago
  7. 6dff4d9 getInterpreterNatures() - add all possible entries by apanchenk · 16 years ago v20090609
  8. 822d6ca implement getNatureId(): return getInterpreterInstallType().getNatureId() by apanchenk · 16 years ago
  9. ff63060 generics by apanchenk · 16 years ago
  10. 115acdf generics by apanchenk · 16 years ago
  11. 7b1ab0d java 1.5 by apanchenk · 16 years ago
  12. adb0af6 first check what is available in workspace, second look for external files by apanchenk · 16 years ago
  13. febf404 fix how launched script output is collected - it is terminated a bit earlier now by apanchenk · 16 years ago v20090605-0157
  14. 2fd024c * fix for debug module source lookup by asobolev · 16 years ago
  15. da27f8d * Tcl interpreter information fetching operation by asobolev · 16 years ago
  16. 08baf49 * Correct user dependencies by asobolev · 16 years ago v20090528-1923
  17. 84a1989 TCLLIBPATH: add only folders from the same environment by apanchenk · 16 years ago
  18. f31a467 (formatting) by apanchenk · 16 years ago
  19. 6829b49 (formatting) by apanchenk · 16 years ago
  20. 0ae3e8b * Tcl packages auto configuration improvements by asobolev · 16 years ago
  21. 9d6e6cd merge: preference to log launch output - to debug RSE launching issues by apanchenk · 16 years ago
  22. 37bdffc use NLS.bind() by apanchenk · 16 years ago
  23. 83a2c26 use NLS.bind() by apanchenk · 16 years ago
  24. 9129591 workarounds to prevent NPE if RSE is not ready yet by apanchenk · 16 years ago
  25. 5b5d58e + Structure model sorting providers extension point by asobolev · 16 years ago
  26. 57b5a9e correctly handle library locations for contributed interpreters by apanchenk · 16 years ago
  27. 73a4132 home attribute documentation updated by apanchenk · 16 years ago
  28. 3d475d4 "problem launching debugger" dialog by apanchenk · 16 years ago v20090415-2327
  29. f44d013 call newer waitDebuggerConnected() by apanchenk · 16 years ago
  30. ea635ae use NullProgressMonitor for secondary DBGP connections by apanchenk · 16 years ago
  31. e9a7260 isLoggingEnabled(IPreferencesLookupDelegate delegate) method added by apanchenk · 16 years ago
  32. 331907a new exec() method implemented by apanchenk · 16 years ago v20090409-2029
  33. a2d9c06 comment updated by apanchenk · 16 years ago v20090319
  34. 1ef1c28 removed strange "protected String createNativeBuildPath(IPath[] paths)" function by apanchenk · 16 years ago
  35. a0862cb better visualization for waiting for connection & waiting for initialization by apanchenk · 16 years ago
  36. 2f49896 startProcess() method extracted by apanchenk · 16 years ago
  37. 756df4a use DbgpConnectionConfig by apanchenk · 16 years ago
  38. 422e3da use .length()!=0 instead of !"".equals(path) by apanchenk · 16 years ago
  39. 8544065 DbgpConnectionConfig class introduced by apanchenk · 16 years ago
  40. c954cca refactoring in renderCommandLine(IEnvironment environment,String interpreter) by apanchenk · 16 years ago
  41. 5b69552 waitDebuggerConnected() refactoring by apanchenk · 16 years ago
  42. 682d8e8 use DLTKDebugLaunchConstants.FALSE by apanchenk · 16 years ago
  43. 19ac7bb FIXME comment related to the ATTR_SCRIPT_NATURE by apanchenk · 16 years ago
  44. 35c9dba breakOnFirstLine: by apanchenk · 16 years ago
  45. c73de99 comments formatting by apanchenk · 16 years ago
  46. d54ed28 - execute a command directly against an interpreter by jgangemi · 16 years ago
  47. 31541da Tcl: filter out <console> stack frames. improve presentation if some stack frame were not parsed correctly by apanchenk · 16 years ago
  48. cd39889 use .length() == 0 by apanchenk · 16 years ago v20090228
  49. 5c5276a return empty array if path is empty by apanchenk · 16 years ago
  50. bc7d690 DLTKDebugConstants.DBGP_SCHEME extracted by apanchenk · 16 years ago
  51. 28759f1 use entry.getPath() instead of location by apanchenk · 16 years ago
  52. a0813a9 && workspaceFiles[0].exists() check added by apanchenk · 16 years ago
  53. 9006297 use NLS.bind() by apanchenk · 16 years ago
  54. 0d2e0c9 improve lookup by apanchenk · 16 years ago
  55. e77936a use NLS.bind() instead of java.text.MessageFormat by apanchenk · 16 years ago
  56. 2b36f1a Corrected testing icons to not reference Java, corrected string quoting. by ssanders · 16 years ago
  57. 3cab473 Moved local environment path resolution to RuntimeBuildpathEntry.resolvePath() in order to catch more usages. by ssanders · 16 years ago
  58. bb59247 Corrected quoting. by ssanders · 16 years ago
  59. 554b64d Corrected resolveRuntimeBuildpathEntry() to avoid NPE when path is already resolved. by ssanders · 16 years ago
  60. dae1bd4 Moved local environment path resolution to RuntimeBuildpathEntry.resolvePath() in order to catch more usages. by ssanders · 16 years ago
  61. bb56b7d Corrected externalization. by ssanders · 16 years ago
  62. e4d23f8 fixed handling of the external libraries in the remote environment by apanchenk · 16 years ago v20090115
  63. 72f0d24 formatting by apanchenk · 16 years ago
  64. d422705 formatting by apanchenk · 16 years ago
  65. 04bb59b correct paths detection by apanchenk · 16 years ago
  66. 8122821 getWorkspaceRoot() method extracted by apanchenk · 16 years ago
  67. e59602f getEnvironmentId() method added by apanchenk · 16 years ago
  68. 36353a4 ScriptConsole refactoring - read stdout/stderr by apanchenk · 16 years ago v20081208
  69. f3c6893 openOutputStream() method added by apanchenk · 16 years ago
  70. 704946f new method EnvironmentResolver.resolve(Map penv,EnvironmentVariable[] variables, boolean keepUnresolved) by apanchenk · 16 years ago
  71. 7e79dd5 formatting by apanchenk · 16 years ago
  72. 5b7edae renderCommandLineLabel() do not add leading space by apanchenk · 16 years ago
  73. 697adb1 correctly collect dependencies: after variable name there should be non alpha numeric character by apanchenk · 16 years ago
  74. 0b31f9f - prevent NPE that can occur if we're missing RSE plugins, in this case, an IShellServiceSubSystem by jgangemi · 16 years ago
  75. 7404055 new method introduced createThreadConfigurator(ILaunchConfiguration configuration), old method @deprecated by apanchenk · 16 years ago
  76. ccb6069 introduce new method LaunchConfigurationUtils.getConnectionTimeout(configuration, defaultValue) by apanchenk · 16 years ago
  77. 76a5137 unused imports removed by apanchenk · 16 years ago
  78. 500962e checkbox/attributes to disable DBGP console redirection by apanchenk · 16 years ago
  79. b33c37d formatting by apanchenk · 16 years ago
  80. c8f61a0 @deprecated ATTR_DLTK_DBGP_PORT - communication port is global now by apanchenk · 16 years ago
  81. a62ddb2 use connection timeout from DLTK debug preferences by apanchenk · 16 years ago
  82. 429082d expand variables in environment variables by apanchenk · 16 years ago
  83. 35f07bd isPrefixOf() method added by apanchenk · 16 years ago
  84. 9166907 * Fixed NPE then running Ruby script then include gem path. (DLTK-478) [241609] by asobolev · 16 years ago
  85. c870022 project and script are auto detected only in setDefaults() by apanchenk · 16 years ago
  86. 91752c7 constants added by apanchenk · 16 years ago v20080827
  87. c608675 catch AssertionFailedException & IllegalArgumentException by apanchenk · 16 years ago
  88. 616e80e use String.valueOf(scriptFile) to prevent NPE by apanchenk · 16 years ago
  89. aa6afac ERR_NO_SOCKET_AVAILABLE error code added by apanchenk · 16 years ago
  90. 94964d8 case insensitive path comparision on windows when looking for external modules - to be sure we use external module instead of DBGP-requested ones by apanchenk · 16 years ago
  91. 33b7617 return CharOperation.NO_CHAR instead of new char[0] by apanchenk · 16 years ago
  92. 4ab01dd IPathEquality extracted by apanchenk · 16 years ago
  93. bc6da6d if ATTR_ENVIRONMENT_VARIABLES then use native environment by apanchenk · 16 years ago
  94. d9b52ae DLTK-664 Launch Configuration - Environment - append mode should override any native values by apanchenk · 16 years ago
  95. 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
  96. 543feb2 prevent NPE in equals() by apanchenk · 16 years ago
  97. cebc08e + Any Interpreter validation code. Now interpreter with any name could be added, if it could execute simple script, for Ruby and Tcl languages. (DLTK-595) by asobolev · 16 years ago
  98. 8671263 version number changed to 1.0 by apanchenk · 16 years ago
  99. 377bda8 Corrected issue with Ruby interpreter name containing '/'. by ssanders · 16 years ago
  100. 78fbbd2 Added null check for configuration parameters. by ssanders · 16 years ago