Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
43fc6e6d8531b52d8cf170bf6c1823a540e5e615
43fc6e6
initialize action as checkbutton
by apanchenk
· 16 years ago
a5d6895
stack filtering added to the public API
by apanchenk
· 16 years ago
b3f5215
remove deprecated/junit-specific extension points
by apanchenk
· 16 years ago
1b1628b
type hierarchy improvements
by apanchenk
· 16 years ago
db7249c
type hierarchy improvements
by apanchenk
· 16 years ago
db47fb1
protected boolean checkElement(Object element) method extracted
by apanchenk
· 16 years ago
2685758
super class references indexing fixed
by apanchenk
· 16 years ago
5576939
super class reference reporting improved
by apanchenk
· 16 years ago
3082957
- search history is per-language
by apanchenk
· 16 years ago
63bd79d
checkNature() - added defaultValue parameter
by apanchenk
· 16 years ago
1680ad1
implements IScriptLanguageDependent
by apanchenk
· 16 years ago
2f5e0e4
introduce standard API to specify language for misc objects
by apanchenk
· 16 years ago
f901324
use externalized error message
by apanchenk
· 16 years ago
c02c3b8
unneccessary cast removed
by apanchenk
· 16 years ago
7fb6baa
super class reference reporting added
by apanchenk
· 16 years ago
95b8e00
TypeDeclaration.resolveSuperClassReference(ASTNode node) method introduced
by apanchenk
· 16 years ago
77e09b4
use getTypeQualifiedName()
by apanchenk
· 16 years ago
d2b6123
javadoc typos fixed
by apanchenk
· 16 years ago
90886af
made methods protected so that they can be overridden
by jcompagne
· 16 years ago
888fba7
clean up some code now always using SelfCompletingReference for proposals
by jcompagne
· 16 years ago
ac6d75a
formatting
by apanchenk
· 16 years ago
c73c6a1
formatting
by apanchenk
· 16 years ago
cffc17b
formatting
by apanchenk
· 16 years ago
0fedcdc
getFullyQualifiedName() -> @deprecated
by apanchenk
· 16 years ago
fc82718
Fix bug 246675 - patch contributed by Eden Klein
by apeled
· 16 years ago
bb8c0ba
optimize getAllTypes()
by apanchenk
· 16 years ago
21c6258
formatting
by apanchenk
· 16 years ago
3c6fd8a
commented unused code
by apanchenk
· 16 years ago
ce013f4
commented out unused "public int packageIndex = -1;"
by apanchenk
· 16 years ago
00f5b10
use own implementation of the org.eclipse.dltk.compiler.env.ISourceModule
by apanchenk
· 16 years ago
474f877
return CharOperation.NO_CHAR on error
by apanchenk
· 16 years ago
7658cb5
refactoring
by apanchenk
· 16 years ago
41f7503
inner class SourceCode extends CompilerSourceCode
by apanchenk
· 16 years ago
77e296a
new implementation of the parseSourceModule()
by apanchenk
· 16 years ago
v20080908-1933
3bc458d
use new parseSourceModule()
by apanchenk
· 16 years ago
5d218e5
new implementation of the parseSourceModule()
by apanchenk
· 16 years ago
8f2f621
added the new method of ISourceModule
by jcompagne
· 16 years ago
0c5bc45
ISourceElementParser.parseSourceModule refactor char[] -> ISourceModule
by jcompagne
· 16 years ago
b90975d
use new method getContentsAsCharArray()
by apanchenk
· 16 years ago
69749f0
implementations of new method in org.eclipse.dltk.compiler.env.ISourceModule
by apanchenk
· 16 years ago
60c81d8
implementations of new method in org.eclipse.dltk.compiler.env.ISourceModule
by apanchenk
· 16 years ago
fec34a8
implementations of the org.eclipse.dltk.compiler.env.ISourceModule
by apanchenk
· 16 years ago
77f8f98
added method to retrieve content as char[]
by apanchenk
· 16 years ago
9939124
FoldingStructureComputationContext class made static
by apanchenk
· 16 years ago
78a1615
fix type hierarchy view update
by apanchenk
· 16 years ago
f60d78c
resolveDuplicates() introduced and called for every handle to make it unique
by apanchenk
· 16 years ago
08dc74f
getHandleMemento(): add occurenceCount if > 1
by apanchenk
· 16 years ago
2d8ecfe
* Display all documentation with horizontal lines
by asobolev
· 16 years ago
v20080908-1501
a6688c4
shorter return expression
by apanchenk
· 16 years ago
6f705f3
* fixes
by asobolev
· 16 years ago
v20080908-1408
10662e2
modified the viewer to show method container - same as TypeInfoViewer
by apeled
· 16 years ago
3978fd9
removed the redundant "getPreferenceStore()" method from API NirC
by ncohen
· 16 years ago
bbbc436
use Assert from org.eclipse.core.runtime
by apanchenk
· 16 years ago
025682c
use Assert from org.eclipse.core.runtime
by apanchenk
· 16 years ago
e1e3583
use Assert from org.eclipse.core.runtime
by apanchenk
· 16 years ago
4fd5af2
use "textLimit + 2" when calculating width (on Windows it looks better that way)
by apanchenk
· 16 years ago
v20080905-1706
cdef287
final for inner class fields
by apanchenk
· 16 years ago
0703b17
* revert hover control
by asobolev
· 16 years ago
9082632
remove commented code
by apanchenk
· 16 years ago
ccdcde2
use CorrectionEngine.getProblemArguments()
by apanchenk
· 16 years ago
47a5b3a
* NPE fixed
by asobolev
· 16 years ago
0c208cc
* Problem display imrovement * fixed search in files without extension
by asobolev
· 16 years ago
4a490cc
* Problem display imrovement * fixed search in files without extension
by asobolev
· 16 years ago
aee7e23
OpenEditorAction_error_cannotopen_message=Test element not found in selected project
by apanchenk
· 16 years ago
3d0ea2f
update testName in TEST_END
by apanchenk
· 16 years ago
2e8b507
RSpec launcher
by apanchenk
· 16 years ago
3ecf490
remove reconciled module from MixinModels just before indexing
by apanchenk
· 16 years ago
949f1d9
Fix #246086 (out of memory when building huge projects - don't read document contents when adding indexing job into queue, do it on demand)
by mspector
· 16 years ago
6da6b95
formatting
by apanchenk
· 16 years ago
6c861ab
in getPerProjectInfoCheckExistence(IProject project) added check of the script nature (and existence as side effect)
by apanchenk
· 16 years ago
8ca064d
mixin reindexing in reconcile
by apanchenk
· 16 years ago
5948d4f
clear MixinModel if it's project is closed
by apanchenk
· 16 years ago
a1c39ba
use Assert from org.eclipse.core.runtime
by apanchenk
· 16 years ago
5a17aaf
- enabled preferences choice for double-click on container (ScriptExplorerPart)
by ncohen
· 16 years ago
88a4cc8
call canRerun() with test case - so we don't display not working actions
by apanchenk
· 16 years ago
9190ca3
TestCaseElement.getClass*Name methods removed
by apanchenk
· 16 years ago
6242abe
getTestMethodName() removed
by apanchenk
· 16 years ago
3adc7d3
removed deprecated code
by apanchenk
· 16 years ago
3b426f3
removed deprecated code
by apanchenk
· 16 years ago
59b9d12
pass ITestElement as parameter, so we don't need to pass separate parameters for class and method names
by apanchenk
· 16 years ago
9195943
removed call to the #getTestMethodName()
by apanchenk
· 16 years ago
4c40078
getTestStartedMessage(ITestCaseElement caseElement) method added to the ITestRunnerUI interface -- removing references to the #getTestMethodName()
by apanchenk
· 16 years ago
f06c2f9
remove some of the references to the getTestMethod()
by apanchenk
· 16 years ago
5d4139f
NON-NLS comment corrected
by apanchenk
· 16 years ago
5d598a2
adjust total test count if already collected number of tests greater than it
by apanchenk
· 16 years ago
1f2c6da
inner classes are static
by apanchenk
· 16 years ago
770947d
* fix tests * IncrTcl/XOTcl completion for super types fixed (DLTK-666)
by asobolev
· 16 years ago
ddbd55f
enhancements
by apanchenk
· 16 years ago
0790073
* Build path validation for external folders fixed. (DLTK-599)
by asobolev
· 16 years ago
v20080902
9166907
* Fixed NPE then running Ruby script then include gem path. (DLTK-478) [241609]
by asobolev
· 16 years ago
e9aa285
comment updated
by apanchenk
· 16 years ago
1d7b988
getTestName() method added
by apanchenk
· 16 years ago
750a6ea
ISearchPatternProcessor - documentation, fixed typo in method name
by apanchenk
· 16 years ago
fbe69c9
resolveElement(...) should not be here - it is requested thru getAdapter()
by apanchenk
· 16 years ago
b32c3ab
introduced new ITestElementResolver, old resolver code is called if there is no new implementation
by apanchenk
· 16 years ago
30add10
handleDefaultSelected() -> protected
by apanchenk
· 16 years ago
2604957
formatting
by apanchenk
· 16 years ago
4d1f41f
- ITestRunnerUI interface introduced
by apanchenk
· 16 years ago
41a9a62
ID_EXTENSION_POINT_TEST_KINDS removed
by apanchenk
· 16 years ago
199f283
use CharOperation.NO_STRINGS instead of new String[0]
by apanchenk
· 16 years ago
Next »