Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
ba5cf637abf840b55b08f00fa45c816ece4426bd
/
rse
fc04a0d
waitInitialize() - wait not more than 10 seconds - improvements
by apanchenk
· 15 years ago
c483076
waitInitialize() - wait not more than 10 seconds
by apanchenk
· 15 years ago
9df19fb
remove Incubation word
by apanchenk
· 15 years ago
938b5a6
remove Incubation word
by apanchenk
· 15 years ago
da19447
remove Incubation keyword
by apanchenk
· 15 years ago
52f01ca
remove Incubation keyword
by apanchenk
· 15 years ago
d746e32
remove Incubation keyword
by apanchenk
· 15 years ago
67be882
remove Incubation keyword
by apanchenk
· 15 years ago
47ebf0d
remove Incubation keyword
by apanchenk
· 15 years ago
2c5f0f5
* Tcl interpreter information fetching operation
by asobolev
· 15 years ago
2248603
specify thread name & do not log IO errors
by apanchenk
· 15 years ago
b37af97
IEnvironment.getFile(URI) now checks if URI belongs to this environment
by apanchenk
· 15 years ago
eca3149
move new method from IEnvironemnt to IEnvironmentProvider
by apanchenk
· 15 years ago
v20090519-1837
bf6582b
* some fixes from windows
by asobolev
· 15 years ago
591d8bb
launching: directory=empty string, since DStore fails if null
by apanchenk
· 15 years ago
d489e4d
use RSEEnvironmentProvider.RSE_SCHEME constant
by apanchenk
· 15 years ago
1944d66
* some windows related fixes
by asobolev
· 15 years ago
4da731f
formatting
by apanchenk
· 15 years ago
1118cab
use generics
by apanchenk
· 15 years ago
9498d7a
merge: use temporary file for launcher & send ^C to terminate remote script
by apanchenk
· 15 years ago
e657006
use "NAME=VALUE;export NAME" instead of "export NAME=VALUE" for solaris compatibility
by apanchenk
· 15 years ago
6605805
priority=10
by apanchenk
· 15 years ago
9882d3f
* Fixing bug with incorrect reopen mixid project state
by asobolev
· 15 years ago
a0fec40
waitInitialized() - use isReady() without waiting
by apanchenk
· 15 years ago
b68db75
removed @Override from the interface method implementation
by apanchenk
· 16 years ago
73c4dc9
Improve RSE environments initialization code
by apanchenk
· 16 years ago
997a5e3
fix waitInitialized() implementation
by apanchenk
· 16 years ago
cc1305d
do not wait short intervals in isInitialed() method
by apanchenk
· 16 years ago
66ef815
implement waitInitialized()
by apanchenk
· 16 years ago
69c0c6c
log all output to the provided logger
by apanchenk
· 16 years ago
f0ef274
update to the EnvironmentManager changes
by apanchenk
· 16 years ago
96b5ae5
wizard to create projects with linked content
by apanchenk
· 16 years ago
c3102b7
setPreSelection() only if file exists
by apanchenk
· 16 years ago
941a18c
"String selectFolder(Shell shell, String initialFolder)" method added
by apanchenk
· 16 years ago
be154e0
EnvironmentManager.fireEnvirontmentChange() after RSE init completed
by apanchenk
· 16 years ago
2b5f4d6
decorator for the remote projects
by apanchenk
· 16 years ago
27c9643
J2SE-1.4
by apanchenk
· 16 years ago
3759ad0
visibility of the RSE_SCHEME increased to public
by apanchenk
· 16 years ago
36a5c15
J2SE-1.4
by apanchenk
· 16 years ago
16ad3b4
wait RSE initialization in background
by apanchenk
· 16 years ago
0618c1e
use "exec /bin/sh"
by apanchenk
· 16 years ago
cc097c0
closeStreams() methods extracted
by apanchenk
· 16 years ago
0ec4049
prevent NPE
by apanchenk
· 16 years ago
06d5d58
exit from waitFor() after the specified pattern occurs for the second time
by apanchenk
· 16 years ago
a0c4588
execute /bin/sh
by apanchenk
· 16 years ago
v20081201
498bd33
misc improvements
by apanchenk
· 16 years ago
3406a89
use Path.EMPTY
by apanchenk
· 16 years ago
d219857
- prevent NPE that can occur if we're missing RSE plugins, in this case, an IShellServiceSubSystem
by jgangemi
· 16 years ago
6b85579
IEnvironment.isLocal() method added
by apanchenk
· 16 years ago
bf3943c
* Version update (DLTK-654)
by asobolev
· 16 years ago
717678c
* Version update (DLTK-654)
by asobolev
· 16 years ago
f3d2bfb
* Version update (DLTK-654)
by asobolev
· 16 years ago
2b8404f
* Version update (DLTK-654)
by asobolev
· 16 years ago
fa040e2
* Version update (DLTK-654)
by asobolev
· 16 years ago
419cc9f
* tcl folding improvements * tcl checker only local validation
by asobolev
· 16 years ago
862d059
* fixing some environment stuff
by asobolev
· 16 years ago
0b7e086
*fix
by asobolev
· 16 years ago
2d0c627
removing ssh dependency
by aplatov
· 16 years ago
v20080623-1410
5153041
fix rse dependencies
by aplatov
· 16 years ago
v20080622-0123
c9eaadc
*minor fixes
by asobolev
· 16 years ago
982dc7a
fixing features
by aplatov
· 16 years ago
v20080611-1825
b650ac2
fixing features
by aplatov
· 16 years ago
306fa29
* mylyn update * rse support update
by asobolev
· 16 years ago
90a96ba
* relative interpreter paths fix, tcl checker with relativ path fix
by asobolev
· 16 years ago
4f8236a
fixing plugin/feature names
by aplatov
· 16 years ago
639d392
fixing plugin/feature names
by aplatov
· 16 years ago
c504908
fixing plugin/feature names
by aplatov
· 16 years ago
5924575
fixing plugin/feature names
by aplatov
· 16 years ago
7c1a610
*fixes
by asobolev
· 16 years ago
v20080604-1306
1946bf8
to replace single char with another single char it is more effective to use repalce(char,char) method of the String
by apanchenk
· 16 years ago
ee4180a
* RSE initialization fix
by asobolev
· 16 years ago
v20080529-1512
c416e74
* RSE lazy loading code
by asobolev
· 16 years ago
25a25ee
* version 1.0 to 0.95 down grade
by asobolev
· 16 years ago
5cf98fa
* version 1.0 to 0.95 down grade
by asobolev
· 16 years ago
2783949
* version 1.0 to 0.95 down grade
by asobolev
· 16 years ago
461d765
* version 1.0 to 0.95 down grade
by asobolev
· 16 years ago
914ef28
* version 1.0 to 0.95 down grade
by asobolev
· 16 years ago
a93188d
* bug fixing * local user libraries are working
by asobolev
· 16 years ago
v20080521-1725
4082108
* bug fixing * local user libraries are working
by asobolev
· 16 years ago
ae776c3
+ RSE temp project filter
by asobolev
· 16 years ago
e175e0d
*fixes
by asobolev
· 16 years ago
5082487
* fixed tcl checker
by asobolev
· 16 years ago
v20080515-1202
14dc5e7
* minor fixes
by asobolev
· 16 years ago
d8ad832
updating about files
by aplatov
· 16 years ago
34be77f
updating about files
by aplatov
· 16 years ago
90a2fef
updating about files
by aplatov
· 16 years ago
e7f7cfe
updating about files
by aplatov
· 16 years ago
72100b6
updating about files
by aplatov
· 16 years ago
5cc18d6
Corrected invalid externalization key references.
by ssanders
· 16 years ago
a87aa0a
* some fixes * RSE 3.0M7 compatibility fix
by asobolev
· 16 years ago
a8e73d4
*fixes
by asobolev
· 16 years ago
c848d7d
* applied patch from bug 230825 * fixes in library configuration page
by asobolev
· 16 years ago
abae439
* environment variables performance improvement for RSE projects.
by asobolev
· 16 years ago
52238f4
* environment variables performance improvement for RSE projects.
by asobolev
· 16 years ago
fa71b91
* some RSE related improvements
by asobolev
· 16 years ago
38888c7
* some fixes
by asobolev
· 16 years ago
v20080424-1732
02c36d2
*fix
by asobolev
· 16 years ago
7dd3ef8
*fixes
by asobolev
· 16 years ago
612446b
* fixes * patches from Alex + Ruby Folding:
by asobolev
· 16 years ago
5bb5f53
*fixes
by asobolev
· 16 years ago
Next »