Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
f3bca127fe05a9f38d3e0375c986d2650c05ffa4
f3bca12
testcase for the last ModelManager.determineIfOnBuildpath(IResource resource,IScriptProject project) change
by apanchenk
· 16 years ago
7a84b49
IModelElement determineIfOnBuildpath(IResource,IScriptProject) - check that resource is not excluded from the ProjectFragment
by apanchenk
· 16 years ago
a803997
J2SE-1.4
by apanchenk
· 16 years ago
20aca80
more tests added
by apanchenk
· 16 years ago
8cdaabf
test for CommandLine.add(String[])
by apanchenk
· 16 years ago
ef77794
add(String[] parts) fixed toString() implemented
by apanchenk
· 16 years ago
v20080815-1547
4c370d9
fixed typo in method name
by apanchenk
· 16 years ago
b15dab0
do not try to add external document to the index if content could not be retrieved (the change also removes "potential NPE" warning)
by apanchenk
· 16 years ago
a82d58b
* Version update (DLTK-654)
by asobolev
· 16 years ago
v20080815-1326
356b93b
* Version update (DLTK-654)
by asobolev
· 16 years ago
0722f17
* Version update (DLTK-654)
by asobolev
· 16 years ago
bf3943c
* Version update (DLTK-654)
by asobolev
· 16 years ago
717678c
* Version update (DLTK-654)
by asobolev
· 16 years ago
753f220
* Version update (DLTK-654)
by asobolev
· 16 years ago
170fa13
* Version update (DLTK-654)
by asobolev
· 16 years ago
79a2d34
* Version update (DLTK-654)
by asobolev
· 16 years ago
6b9696c
* Version update (DLTK-654)
by asobolev
· 16 years ago
131d251
* 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
071b1aa
* Version update (DLTK-654)
by asobolev
· 16 years ago
703b79e
* Version update (DLTK-654)
by asobolev
· 16 years ago
fa040e2
* Version update (DLTK-654)
by asobolev
· 16 years ago
ab23281
* Version update (DLTK-654)
by asobolev
· 16 years ago
2fdd5f0
* Version update (DLTK-654)
by asobolev
· 16 years ago
b13c5f8
* Version update (DLTK-654)
by asobolev
· 16 years ago
236cb91
* Version update (DLTK-654)
by asobolev
· 16 years ago
059bb10
unnecessary cast removed
by apanchenk
· 16 years ago
5b5a3cf
minor formatting-like improvements
by apanchenk
· 16 years ago
b854518
DLTK-653 build path - add required project should display only the list of the projects with the same nature
by apanchenk
· 16 years ago
fe0b00c
IScriptProject[] getScriptProjects(String nature) method added
by apanchenk
· 16 years ago
cef7554
DLTK-649 exclusion patterns for external source folders were not applied
by apanchenk
· 16 years ago
4b7ea01
Unnecessary NON-NLS comment removed
by apanchenk
· 16 years ago
3a7a4b6
use Assert.isNotNull(path) instead of if (path == null) Assert.isTrue(false) -just to remove a potential null warning
by apanchenk
· 16 years ago
d41f231
format() now could throw FormatterException
by apanchenk
· 16 years ago
v20080814-1415
0339495
change the sequence of the menus, so the sequence will always be Source and Refactor after it
by apanchenk
· 16 years ago
v20080813-1750
1f9b556
mark reconciled problems with gray icon
by apanchenk
· 16 years ago
v20080813
4f10730
mark reconciled problems with gray icon
by apanchenk
· 16 years ago
1eb9e0a
default implementation of the isConfigurable() to return false
by apanchenk
· 16 years ago
f7f2cd3
display only if (type.isBuiltin() && !type.isConfigurable())
by apanchenk
· 16 years ago
57881cb
removed own copy of InterpreterSearcher - use it from dltk.launching plugin
by apanchenk
· 16 years ago
28c2bed
unused import removed
by apanchenk
· 16 years ago
9f801f1
Corrected externalization issues.
by ssanders
· 16 years ago
2277ae2
check that there are no duplicate control keys
by apanchenk
· 16 years ago
v20080812
543feb2
prevent NPE in equals()
by apanchenk
· 16 years ago
f2ab9c7
TextUtils - now operates on CharSequence - selectHeadLines() method added
by apanchenk
· 16 years ago
b97d28d
TextUtils - now operates on CharSequence - selectHeadLines() method added
by apanchenk
· 16 years ago
ffa01ea
handle indentation type preferences (char and size)
by apanchenk
· 16 years ago
e9fb23a
disable modify button if there are no formatters
by apanchenk
· 16 years ago
ef09ad2
disable combobox if there are no selectable items
by apanchenk
· 16 years ago
25b1776
* Tcl command detectors performance improvement (DLTK-619)
by asobolev
· 16 years ago
419e095
formatter preferences UI
by apanchenk
· 16 years ago
bc27c5f
insert blank lines before class/method
by apanchenk
· 16 years ago
f2cff54
countLines()
by apanchenk
· 16 years ago
2a1fa75
formatter preferences UI
by apanchenk
· 16 years ago
fcfd9fa
formatter preferences UI
by apanchenk
· 16 years ago
f5f58dd
formatter preferences UI
by apanchenk
· 16 years ago
327a7f1
formatter preferences UI
by apanchenk
· 16 years ago
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
4bff19f
* Search method added duplicate interpreters (DLTK-598)
by asobolev
· 16 years ago
8462383
use Util.LINE_SEPARATOR
by apanchenk
· 16 years ago
467f4a0
* Improve DLTK Source Indexer to use AST cache (DLTK-596)
by asobolev
· 16 years ago
8f2cb1a
configure project specific preferences only for the projects with the same nature
by apanchenk
· 16 years ago
a62cbdd
unused imports removed
by apanchenk
· 16 years ago
2f863d8
version number changed to 1.0
by apanchenk
· 16 years ago
0263869
version number changed to 1.0
by apanchenk
· 16 years ago
d66a791
version number changed to 1.0
by apanchenk
· 16 years ago
a2b4a20
version number changed to 1.0
by apanchenk
· 16 years ago
2b29b7b
version number changed to 1.0
by apanchenk
· 16 years ago
8a4bc39
version number changed to 1.0
by apanchenk
· 16 years ago
8671263
version number changed to 1.0
by apanchenk
· 16 years ago
1b490b7
*fixed NPE then copying file from interpreter libraries to project
by asobolev
· 16 years ago
8c785f1
scriptLineBreakpointMarker ... super type="org.eclipse.debug.core.lineBreakpointMarker"
by apanchenk
· 16 years ago
v20080808-1637
45537b9
Added resolveModelElements() to allow alternative editor implementations to override resolution.
by ssanders
· 16 years ago
498079c
Corrected boolean test which should have been inverted when matching code style.
by ssanders
· 16 years ago
b05220b
Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed.
by ssanders
· 16 years ago
c8d596b
Corrected getElementAtOffset() to avoid ModelException when input doesn't exist.
by ssanders
· 16 years ago
6b578b4
Corrected cache invalidation for buildpath changes and other removals.
by ssanders
· 16 years ago
7123d74
Extracted resolveModelElements() in order to support alternative editor implementations.
by ssanders
· 16 years ago
fd99856
Corrected getNatureId() to avoid NPE when project is null.
by ssanders
· 16 years ago
377bda8
Corrected issue with Ruby interpreter name containing '/'.
by ssanders
· 16 years ago
43c16fb
Added better support for insert and highlight matching do/end and {}.
by ssanders
· 16 years ago
c580ab1
Refactored getNatureId() to avoid NPE.
by ssanders
· 16 years ago
2353adc
editor & document vars extracted to simplify code
by apanchenk
· 16 years ago
b44b14e
Refactored automated tests to properly cleanup in between and avoid race conditions.
by ssanders
· 16 years ago
c7d83ae
if single pass - flush reporter else add to list
by apanchenk
· 16 years ago
7764a5c
Refactored codeSelect behavior to allow alternative editor and source module implementations.
by ssanders
· 16 years ago
43d60e2
Corrected invalid externalization key references.
by ssanders
· 16 years ago
2fc026c
Removed no-op preference initializer.
by ssanders
· 16 years ago
b7ad6a1
Changed getScriptBuilders() to add generic builders first, because they may be depended on by specific, but not vice-versa.
by ssanders
· 16 years ago
533550d
* some builder improvements * fixed build participant activation state save/load
by asobolev
· 16 years ago
17188b6
* some builder improvements * fixed build participant activation state save/load
by asobolev
· 16 years ago
fcc6519
Refactored getCorrespondingResource() to support IAdaptable targets.
by ssanders
· 16 years ago
eb8231f
do initialize() in getScriptBuilders()
by apanchenk
· 16 years ago
e89ba16
pass builders as parameter to buildElements()
by apanchenk
· 16 years ago
82e5d74
getScriptBuilders() extracted
by apanchenk
· 16 years ago
1fe5911
initializeBuilders/resetBuilders methods extracted
by apanchenk
· 16 years ago
c7dd784
Corrected internalGetParent() to properly handle hiding <default> script folders.
by ssanders
· 16 years ago
78fbbd2
Added null check for configuration parameters.
by ssanders
· 16 years ago
2ef6a62
Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder.
by ssanders
· 16 years ago
Next »