Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
94fa7e7883aa88ceaa9f273c1e05761a9f7f909c
/
core
94fa7e7
isReadOnlySupported() checks
by apanchenk
· 13 years ago
6ec2650
clear AST cache on buffer change
by apanchenk
· 13 years ago
0119ec7
verify(ISourceModule) method to remove cached AST if module is dirty
by apanchenk
· 13 years ago
26ed925
cast to ILocalVariable
by apanchenk
· 13 years ago
8186a82
implement ILocalVariable as it's almost the same
by apanchenk
· 13 years ago
8d5216d
IModelElement implementation to return from selection engine if correct model element couldn't be identified (similar to LocalVariable)
by apanchenk
· 13 years ago
80b1435
fix versions in poms
by apanchenk
· 13 years ago
09c0418
fix versions in poms
by apanchenk
· 13 years ago
be573c5
update versions to 3.0
by apanchenk
· 13 years ago
v20110424
c16d91a
update versions to 3.0
by apanchenk
· 13 years ago
4812e2e
update versions to 3.0
by apanchenk
· 13 years ago
f89c300
update versions to 3.0
by apanchenk
· 13 years ago
847953f
update versions to 3.0
by apanchenk
· 13 years ago
3bbeb59
update versions to 3.0
by apanchenk
· 13 years ago
b661bc4
update versions to 3.0
by apanchenk
· 13 years ago
3e747ab
update versions to 3.0
by apanchenk
· 13 years ago
9352b8c
update versions to 3.0
by apanchenk
· 13 years ago
5d20146
3.0 versions for required org.eclipse.dltk plugins
by apanchenk
· 13 years ago
0da5605
change versions to 3.0
by apanchenk
· 13 years ago
v20110423
9326f38
ignore target folder
by apanchenk
· 13 years ago
a8f03dc
change versions to 3.0
by apanchenk
· 13 years ago
5872b6d
change versions to 3.0
by apanchenk
· 13 years ago
3655ae4
change versions to 3.0
by apanchenk
· 13 years ago
7f945c5
change versions to 3.0
by apanchenk
· 13 years ago
20c273a
change versions to 3.0
by apanchenk
· 13 years ago
635e626
change versions to 3.0
by apanchenk
· 13 years ago
d0e941b
change versions to 3.0
by apanchenk
· 13 years ago
6d36993
reschedule the job if module is inconsistent - wait until reconciler thread does the task
by apanchenk
· 13 years ago
558e55f
don't call modifyAnnotations() if nothing changed
by apanchenk
· 13 years ago
6e44ab1
improve locking to avoid deadlocks
by apanchenk
· 13 years ago
82933cc
don't attach editor actions to selectionprovider, as selection change events are provided to them before opening popup menu
by apanchenk
· 13 years ago
39c4f48
build deltas only if working copy was inconsistent
by apanchenk
· 13 years ago
be6308d
increase visibility of getProposalInfo()
by apanchenk
· 13 years ago
f9de7ec
fix length in createTypeProposal
by apanchenk
· 13 years ago
21f2074
call SourceParserUtil.parse() without wrapping result for compatibility as ModuleDeclaration
by apanchenk
· 13 years ago
4e52098
don't call reconcile() on save [in commitWorkingCopy() bug 203605 for CompilationUnitDocumentProvider]
by apanchenk
· 13 years ago
1c00389
increase visibility of getInvocationContext()
by apanchenk
· 13 years ago
bfe8dc8
fix in createTypeProposalLabel
by apanchenk
· 13 years ago
afe5b22
completion engine can specify to ignore all proposals from subsequent engines
by apanchenk
· 13 years ago
031fb0e
hashCode() & equals()
by apanchenk
· 13 years ago
a316ec1
eclipse 3.6/3.7 compatibility
by apanchenk
· 13 years ago
88c2a5b
NEW - bug 343062: ScriptCommonTab is not compatible with Eclipse Indigo
by rganor
· 14 years ago
1d233c3
IScriptBuilder extensions, so builders can identify dependency rebuild calls and contribute structural changes to the next builders
by apanchenk
· 14 years ago
7269522
show classes defined in fields/methods in OpenType dialog
by apanchenk
· 14 years ago
0eaafa4
don't set ActionDefinitionId for indent_on_tab
by apanchenk
· 14 years ago
82c7390
fix Tab in JS editor
by apanchenk
· 14 years ago
b886c4c
IScriptCompletionProposalFactory & new extension point
by apanchenk
· 14 years ago
71d6235
generics
by apanchenk
· 14 years ago
abcc23b
incremental builder: handle dependencies between projects
by apanchenk
· 14 years ago
322e8c2
transitive dependencies fixes
by apanchenk
· 14 years ago
77744ed
handle transitive dependencies
by apanchenk
· 14 years ago
0e72a6a
record dependencies during build and rebuild on subsequent changes
by apanchenk
· 14 years ago
87252d6
record dependencies during build and rebuild on subsequent changes
by apanchenk
· 14 years ago
02fa1b5
if (TRACE) measure execution time of each builder
by apanchenk
· 14 years ago
0cbe041
group individual problem identifiers into smaller number of options
by apanchenk
· 14 years ago
feaa676
manually run builder on the specified files
by apanchenk
· 14 years ago
6e50584
optional parameter to run project build
by apanchenk
· 14 years ago
6036756
increase visibility of getProject(String)
by apanchenk
· 14 years ago
0e70824
support multiple completion engines per nature
by apanchenk
· 14 years ago
56603e6
handle reconciled() only in MixinProjectIndexer
by apanchenk
· 14 years ago
acea99c
findProjectFragment0() - don't try to add environment here, expect correct external path
by apanchenk
· 14 years ago
8e308de
fallback to StorageLabelProvider for ISourceModule too
by apanchenk
· 14 years ago
983787a
getAllProjectFragments() made available via IScriptProject
by apanchenk
· 14 years ago
9783364
formatting
by apanchenk
· 14 years ago
42b2dd6
improve long lastModified() javadoc
by apanchenk
· 14 years ago
caefec3
retrieve list of external modules only if there interested build participants
by apanchenk
· 14 years ago
8b4f07d
implement getNatureId() in the base class
by apanchenk
· 14 years ago
71d92ed
build core/tests
by apanchenk
· 14 years ago
781263c
extract createDialog() method
by apanchenk
· 14 years ago
5329b3a
formatting
by apanchenk
· 14 years ago
1485846
don't escape html right here, its done now later on
by jcompagne
· 14 years ago
62e783c
use getDisplayString() in isValidPrefix()
by apanchenk
· 14 years ago
c880a4e
inline local var
by apanchenk
· 14 years ago
6e85443
jsdoc templates support
by apanchenk
· 14 years ago
c9c7ad2
excape the header text (for <>)
by jcompagne
· 14 years ago
3f6301e
update external folder after build in persisted State
by apanchenk
· 14 years ago
94ac5e8
test decorator to init project with prepared content
by apanchenk
· 14 years ago
70d498e
increase visibility for some methods
by apanchenk
· 14 years ago
933d81c
nicer display of things in the callhiearchy
by jcompagne
· 14 years ago
c8276f0
annotation to skip some test
by apanchenk
· 14 years ago
50a2d3b
API to save/restore expanded sections
by apanchenk
· 14 years ago
c43190e
createStyleSection() added
by apanchenk
· 14 years ago
3cc7805
fix decode()
by apanchenk
· 14 years ago
d726f59
clean markers for changed resources
by apanchenk
· 14 years ago
257121c
full build on .project or .buildpath change
by apanchenk
· 14 years ago
27bc9b3
completeName() fixed for exclude
by apanchenk
· 14 years ago
ffd5bc2
formatting
by apanchenk
· 14 years ago
95f7fda
(minor change) public modifier for inner class constructor
by apanchenk
· 14 years ago
9b3297e
toString() implemented
by apanchenk
· 14 years ago
512e96e
compile org.eclipse.dltk.core.tests
by apanchenk
· 14 years ago
1f6b10f
null check to prevent NPE
by apanchenk
· 14 years ago
8ce569b
copied the latest code over from jface (BrowserInformationControl)
by jcompagne
· 14 years ago
6777888
remove unneccessary casts
by apanchenk
· 14 years ago
6db8814
- improvements for scipt documentation providers
by apanchenk
· 14 years ago
bec71f2
fix for IScriptProject.findScriptFolder(IPath) so it correctly works with external paths with or without environment
by apanchenk
· 14 years ago
485c69f
formatting
by apanchenk
· 14 years ago
879b1bf
commented out Problems - Group By - DLTK Problem Type categorization
by apanchenk
· 14 years ago
ceed365
catch IllegalStateException in internalGetActivePage()
by apanchenk
· 14 years ago
573182b
removed unneeded now "@SuppressWarnings("unchecked")"
by apanchenk
· 14 years ago
e4d4c0b
default names and default preference set so that jsdoc completion only has 1 active category
by jcompagne
· 14 years ago
Next »