Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
f972d5a44d44a5bee93b641b8ff66fffa62cb214
f972d5a
reportProblem() now does not throw CoreException
by apanchenk
· 17 years ago
5049b0a
* fixed NPE on activating Working Sets from Script Explorer
by asobolev
· 17 years ago
31581a3
added checks that validatorType supports required interfaces
by apanchenk
· 17 years ago
v20080716
4bd5af7
TODO task parsing via new API
by apanchenk
· 17 years ago
3bbccc7
TODO task parsing via new API
by apanchenk
· 17 years ago
bbe376b
abstract class to implement checkers
by apanchenk
· 17 years ago
90b19ee
builder extension
by apanchenk
· 17 years ago
0091c61
added constructor without filename
by apanchenk
· 17 years ago
5b9a004
toString() improvements, formatting
by apanchenk
· 17 years ago
7e5f297
<plugin id="org.eclipse.dltk.validators.externalchecker"...
by apanchenk
· 17 years ago
e35ca3e
introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter
by apanchenk
· 17 years ago
af3edb3
introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter
by apanchenk
· 17 years ago
d81e11e
introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter
by apanchenk
· 17 years ago
667b58b
*add printNode to ASTListNode class
by asobolev
· 17 years ago
1120840
added check toolkit != null
by apanchenk
· 17 years ago
bbc7fb3
added check that launchConfiguration != null
by apanchenk
· 17 years ago
35aff21
trim the snippet else illegal dpbp statements can be send over the line and the debugger will crash/terminate completely (just type in an expression in the expressions view with \n\r as last chars) for a variable thats an array
by jcompagne
· 17 years ago
e61e458
Fix finding overriden method for method hierarchy operation.
by mspector
· 17 years ago
6a1ff2a
remove IProblemReporter from working copy operations
by apanchenk
· 17 years ago
v20080715
fc5a566
report compilation problems to the AnnotationModel if it is active
by apanchenk
· 17 years ago
b907f3d
report compilation problems to the AnnotationModel if it is active
by apanchenk
· 17 years ago
8c5bd3c
formatting, FIXME
by apanchenk
· 17 years ago
42e8450
undeprecated
by apanchenk
· 17 years ago
b6f08dc
undeprecated
by apanchenk
· 17 years ago
5c5a7d1
BufferManager.createBuffer() now is static
by apanchenk
· 17 years ago
2510d56
BufferManager.createBuffer() now is static
by apanchenk
· 17 years ago
14403c5
formatting
by apanchenk
· 17 years ago
3a5de0b
"report problem as you type" checkbox
by apanchenk
· 17 years ago
b96d84d
formatting
by apanchenk
· 17 years ago
05969f8
store.setDefault(PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS,true);
by apanchenk
· 17 years ago
93609d9
one more
by apanchenk
· 17 years ago
ba2fcee
typo fixed
by apanchenk
· 17 years ago
b73fbb6
typo fixed
by apanchenk
· 17 years ago
814f1ef
local var renamed
by apanchenk
· 17 years ago
6c0235a
BUNDLE_NAMEs fixed
by apanchenk
· 17 years ago
1da9535
do not load name for builtin validators
by apanchenk
· 17 years ago
5115371
validators extending
by apanchenk
· 17 years ago
8a29ab2
validators extending
by apanchenk
· 17 years ago
cc839b5
validators extending
by apanchenk
· 17 years ago
225f391
validators extending
by apanchenk
· 17 years ago
dfb6cd1
minor improvements (use NLS.bind(), use Set.add() without previous contains() call)
by apanchenk
· 17 years ago
03c1a7e
*fix
by asobolev
· 17 years ago
cb94ecf
removed some commands duplications on "org.eclipse.ui.commands" Nir Cohen
by ncohen
· 17 years ago
0b8d058
formatting
by apanchenk
· 17 years ago
c7ff5e6
unused code removed
by apanchenk
· 17 years ago
c08e1b4
ancestor field remove - all needed information is available thru base class
by apanchenk
· 17 years ago
edc2606
- added 'getMemoryAddress()' - cleaned up some compiler warnings
by jgangemi
· 17 years ago
54e05cf
isContributed(IValidator install) = return install.getValidatorType().isBuiltin()
by apanchenk
· 17 years ago
edd5381
fill children values that were not retrieved from the debugger with instances of the UnknownVariable
by apanchenk
· 17 years ago
7534df6
computeDetail() - check if value instanceof IScriptValue
by apanchenk
· 17 years ago
a78229b
if there are no children elements - use static array NO_VARIABLES
by apanchenk
· 17 years ago
8c5d8cd
attribute names are declared as class constants
by apanchenk
· 17 years ago
36eaf58
handle file:///C|/path/fo/file constructs in URI
by apanchenk
· 17 years ago
9a0d340
formatting
by apanchenk
· 17 years ago
d5c7c5a
formatting
by apanchenk
· 17 years ago
ac188db
formatting
by apanchenk
· 17 years ago
fd45be6
log as warn
by apanchenk
· 17 years ago
74362a5
log warning if unknown validator type
by apanchenk
· 17 years ago
b07d256
warning logging method
by apanchenk
· 17 years ago
3d6d788
error logging methods
by apanchenk
· 17 years ago
c47b8cd
not used
by apanchenk
· 17 years ago
30c6713
add RemoveAllMarkers action only if there are some validators added
by apanchenk
· 17 years ago
210bac5
fix for null pointer,
by jcompagne
· 17 years ago
7c3c933
Fix TypeHierarchy.contains()
by mspector
· 17 years ago
b226bb3
oeps some logging kept around
by jcompagne
· 17 years ago
8b8a7d9
selected text shouldnt be reset then we loose there the package/script name
by jcompagne
· 17 years ago
5ede4d2
- expose the memory address attribute
by jgangemi
· 17 years ago
15dc540
append the package name just like the Java open Type Dialog does.
by jcompagne
· 17 years ago
c9e1f86
test problem arguments <-> marker attribute conversion
by apanchenk
· 17 years ago
bb5a06d
allow problem arguments containing '#'
by apanchenk
· 17 years ago
66cd8d5
Fixed #240138
by mspector
· 17 years ago
408722b
compiler.problem.discouragedReference=ignore
by apanchenk
· 17 years ago
09567b1
CompilerUtilTests added
by apanchenk
· 17 years ago
abf5017
- reportProblem(IProblem) now returns void
by apanchenk
· 17 years ago
6103e92
use connection timeout configured in preferences
by apanchenk
· 17 years ago
3843a57
fix compilation with modified IDbgpCommunicator
by apanchenk
· 17 years ago
fc8eef1
pass IDebugOptions to the Communicator
by apanchenk
· 17 years ago
5185044
revert to this.parent.equals(other.parent)
by apanchenk
· 17 years ago
c09373b
extend toString()
by apanchenk
· 17 years ago
bfc7998
register annotationTypes for the dltk.error/warn/info
by apanchenk
· 17 years ago
b5b8bce
fixed annotation names
by apanchenk
· 17 years ago
cd3fd39
add images for the temporary problems reported as annotations
by apanchenk
· 17 years ago
8ad4d03
typo fixed
by apanchenk
· 17 years ago
afb04e0
uncomment trim right in errorReportSource() - not called anyway, but looks nicer
by apanchenk
· 17 years ago
0def047
add line number to the toString() output
by apanchenk
· 17 years ago
830b442
formatting
by apanchenk
· 17 years ago
9ac2c69
*fix
by asobolev
· 17 years ago
fa06c7b
*fix
by asobolev
· 17 years ago
82aed7c
*fix
by asobolev
· 17 years ago
6d96757
*fix
by asobolev
· 17 years ago
fbc368d
AbstractValidateJob refactored from AbstractValidateSelectionWithConsole
by apanchenk
· 17 years ago
7c14de8
DLTK validators menu is automatically populated now
by apanchenk
· 17 years ago
9d33d35
IStructureSelection added to the fillMenu() method
by apanchenk
· 17 years ago
e07c8ac
abstract action to automatically create submenus similar to "Run/Debug As"
by apanchenk
· 17 years ago
157064f
check that there are validators configured for the matching validator types
by apanchenk
· 17 years ago
004b76f
do not use eval with the depth argument
by apanchenk
· 17 years ago
f415778
localization corrected
by apanchenk
· 17 years ago
e8a9edd
formatting
by apanchenk
· 17 years ago
eceb61a
use MethodNameMatch in equals()
by apanchenk
· 17 years ago
d6a2def
Use "Checking consistency of method history..." message
by apanchenk
· 17 years ago
Next »