- a316ec1 eclipse 3.6/3.7 compatibility by apanchenk · 14 years ago
- 88c2a5b NEW - bug 343062: ScriptCommonTab is not compatible with Eclipse Indigo by rganor · 14 years ago
- 147e8cd call destroy on the AbstractConole when a console page is being disposed by jcompagne · 14 years ago
- 2f210b4 multiple pages in Intreactive Console by apanchenk · 14 years ago
- 45ba4a6 patched from vlad for inline fixes and actions on views by jcompagne · 14 years ago
- 316e25f generics by apanchenk · 14 years ago
- 6e24e3a update versions by apanchenk · 14 years ago v20101211-0412
- 1a58e2c update versions by apanchenk · 14 years ago
- 08bdb93 ignore target/ folders by apanchenk · 14 years ago
- 805e8cf added maven/tycho build by aplatov · 14 years ago
- 35d9257 createSimpleFields() method extracted by apanchenk · 15 years ago
- fccab3b @Override by apanchenk · 15 years ago
- 2ca2b2e cache & dispose images by apanchenk · 15 years ago
- df17045 cache&dispose image by apanchenk · 15 years ago
- e45d9a7 * fix for interpreter name generation by asobolev · 15 years ago
- a29c8c1 nullpointer fix for: by jcompagne · 15 years ago
- ca7a8c7 refactoring validate if path is empty ("C:" is empty path) by apanchenk · 15 years ago
- 10aaf27 use Boolean.valueOf() instead of new Boolean by apanchenk · 15 years ago
- 844f252 introduce new getEnvironment() method to obtain environment even when new interpreter is being added by apanchenk · 15 years ago
- e145950 create console for remote debug sessions by apanchenk · 15 years ago
- 8dc52ae deprecate and extends org.eclipse.dltk.ui.viewsupport.ImageDescriptorRegistry by apanchenk · 15 years ago
- be6eda3 replace control chars in texts by apanchenk · 15 years ago
- d8e361a * Tcl interpreter configuration dialog display list of all available packages and allow to see package contents by asobolev · 15 years ago
- d474c6d formatting by apanchenk · 15 years ago
- 3fab23c * Wailt for process termination then calling for dltk.tcl script. Because if process is not yet terminated or destroyed from java, returned exit code is 143. by asobolev · 15 years ago v20091022-1407
- 2712fd8 * fix for browse button doesn't call for interprter validation by asobolev · 15 years ago v20091022-1254
- 247ca7e * Call validation on adding environment variables by asobolev · 15 years ago
- 8c775cc * Call validation from add/remove library locations by asobolev · 15 years ago
- 24889e7 * add since tags by asobolev · 15 years ago
- 9704811 * more correct validation of tcl interpreters by asobolev · 15 years ago
- c44a521 declare s as final by apanchenk · 15 years ago
- 89e87aa change order: location, then name by apanchenk · 15 years ago
- 5d6c8a3 *InterpreterComboBlock related refactoring by apanchenk · 15 years ago
- cbc4700 validateProject(): don't call for toolkit, just check if project has required nature by apanchenk · 15 years ago
- 313a549 final for OK_STATUS by apanchenk · 15 years ago
- 0f3b117 generics by apanchenk · 15 years ago
- b48a297 provide default implementation of showInterpreterPreferencePage() by apanchenk · 15 years ago
- 3dd5f8d null checks added by apanchenk · 15 years ago
- ec57d2f introduce new methods by apanchenk · 15 years ago
- d9ce7b0 formatting by apanchenk · 15 years ago
- 8d01a99 - breakOnFirstLinePrefEnabled() default implementation return false by apanchenk · 15 years ago
- 5916f6c buttons for debug console: - terminate - remove launch - remove all terminated by apanchenk · 15 years ago
- bd89560 generics, null check by apanchenk · 15 years ago
- 121ff57 remove monitor field by apanchenk · 15 years ago v20090910-1958
- d09108e null check added by apanchenk · 15 years ago
- 52cf00e * since tags by asobolev · 15 years ago
- 4db3bda console interaction reworked, now debug correctly reads stdout & stderr, so if debugger process dies before establishing dbgp session - we can see it's stdout+stderr output by apanchenk · 15 years ago
- cc1da62 * since tags by asobolev · 15 years ago v20090908-1616
- 1a56604 introduce ILaunchStatusHandlerExtension, so console remains on the screen in case of failure by apanchenk · 15 years ago
- ac3b119 don't allow this to be used in UI thread by apanchenk · 15 years ago
- b0567f2 increase visibility of getEnvironmentPaths() by apanchenk · 15 years ago
- a22d981 generics/@Overrides by apanchenk · 15 years ago
- 732b5ee CATCH_OUTPUT is specified as DLTK logging option by apanchenk · 15 years ago
- 247d377 added tests if IDebugTarget.getProcess() == null, which is the case for remote launches by apanchenk · 15 years ago
- d59024c BORDER around control displaying command line by apanchenk · 15 years ago v20090815
- a38530b null checks added by apanchenk · 15 years ago
- d60ce00 for search show ProgressMonitorDialog just from beginning by apanchenk · 15 years ago
- 4245a63 * Resolve tcl sources against environment variables by asobolev · 15 years ago
- 89f7588 * Versions for core, tcl, ruby plugins by asobolev · 15 years ago
- bec9bb0 LazyFileHandle moved to dltk.core by apanchenk · 15 years ago
- 91abd00 * added some singleton synchronization stuff by asobolev · 15 years ago
- 3e9599c * add since 2.0 tag by asobolev · 15 years ago
- 3550c3d allows to set breakpoints in files not identified as source modules by apanchenk · 15 years ago
- 73e5b69 * Applying patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=284411 with minor modifications by asobolev · 15 years ago
- e46c95c * Some @since 2.0 tags added by asobolev · 15 years ago
- aa0b953 a) create console when process is available, so processType condition works by apanchenk · 15 years ago v20090714-1507
- e439873 generics by apanchenk · 15 years ago
- 84af41f save additional objects with IInterpreterInstall by apanchenk · 15 years ago
- 912b3b2 * Adding @since tags by asobolev · 15 years ago
- 96b6c2e * Some plugin version are updated to 2.0 by asobolev · 15 years ago
- 61d9fa0 * add API baseline analysis to all plugins by asobolev · 15 years ago
- 9717fd1 generics by apanchenk · 15 years ago
- fd64e97 GlobalVariableBlock moved to dltk.tcl.ui by apanchenk · 15 years ago
- 5a04054 MultipleInputDialog moved to dltk.ui by apanchenk · 15 years ago
- ab42e89 save interpreter variables only when preference page is closed by apanchenk · 15 years ago v20090706-1722
- 7e19abe use common GridLayout for all blocks on the interprert page by apanchenk · 15 years ago
- 877679c increase extensibility by apanchenk · 15 years ago
- f3508eb remove unused code by apanchenk · 15 years ago
- e8d20f6 add labels by apanchenk · 15 years ago
- 7db086d annotations added by apanchenk · 15 years ago
- 2d2806f generics/formattin by apanchenk · 15 years ago
- bc04480 correctly handle if variable is renamed, avoid creation of duplicate variables by apanchenk · 15 years ago
- 41ff362 generics by apanchenk · 15 years ago
- eea3196 java 5 by apanchenk · 15 years ago
- dd77e01 validate script as URI by apanchenk · 15 years ago
- 595da62 pass current interpreter path to selectFile() by apanchenk · 15 years ago
- 90e3930 remove Incubation keyword by apanchenk · 16 years ago
- 953b74e * Tcl interpreter information fetching operation by asobolev · 16 years ago
- 74752e8 strip the name if the name still has dots in it xxx.yyy by jcompagne · 16 years ago
- c1a6680 merge: preference to log launch output - to debug RSE launching issues by apanchenk · 16 years ago
- 3812684 use NLS.bind() by apanchenk · 16 years ago
- 54d7fc0 use NLS.bind() by apanchenk · 16 years ago
- 46811a0 use NLS.bind() by apanchenk · 16 years ago
- ee59f9f use ICU by apanchenk · 16 years ago
- 184aaa4 use correct way to obtain current command line contents by apanchenk · 16 years ago
- adc458c getInterpreterType() -> protected by apanchenk · 16 years ago
- 6f731a3 more javadocs added by apanchenk · 16 years ago
- fb983da AddScriptInterpreterDialog is called via interface method + refactoring by apanchenk · 16 years ago
- ff2b3a9 refactoring to improve extensibility by apanchenk · 16 years ago
- 4795f13 use StatusInfo from public API by apanchenk · 16 years ago