Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
fa1da5ad3c4c58a2f00ff2f13d51a21b0da8353e
fa1da5a
documentation: IDocumentationResponse.getText() method added
by Alex Panchenko
· 12 years ago
194f4e2
testing: add dltk.annotations dependency
by Alex Panchenko
· 12 years ago
2c5d260
testing: fire sessionTerminated() when ILaunch is terminated
by Alex Panchenko
· 12 years ago
c5921dc
fix failed tests
by Alex Panchenko
· 12 years ago
aa23dac
tests: copy field values from previous instance even when suite is created automatically
by Alex Panchenko
· 12 years ago
104cc2a
testing: cleanup
by Alex Panchenko
· 12 years ago
0a9cca0
testing: introduce ITestRunnerUIExtension for finer control over reruns
by Alex Panchenko
· 12 years ago
3bbf9d4
generics
by Alex Panchenko
· 12 years ago
c6956c5
tests: BundledProjectSetup sets suite name as the longest common prefix of all the contained suites
by Alex Panchenko
· 12 years ago
c2bf0d9
model/binary: cleanup
by Alex Panchenko
· 12 years ago
b0bdf52
FloatNumberRule
by Alex Panchenko
· 12 years ago
6aa131e
ui.tests: don't extend SuiteOfTestCases when not needed
by Alex Panchenko
· 12 years ago
9b5944f
ui.tests: eclipse code style
by Alex Panchenko
· 12 years ago
42fd0c7
tests: workaround for executing setUpSuite() when invoking standalone test
by Alex Panchenko
· 12 years ago
59973c4
core: execute ReconcileBuilder in SafeRunner
by Alex Panchenko
· 12 years ago
7c702a3
model: review exceptions thrown by internal methods
by Alex Panchenko
· 12 years ago
b463c2c
model/binary: minor optimization
by Alex Panchenko
· 12 years ago
d57164d
javadoc cleanup
by Alex Panchenko
· 12 years ago
4849126
ui/plugin: wrap workbench preShutdown hook with SafeRunnable, inspired by bug 391938
by Alex Panchenko
· 12 years ago
0d45a1b
update JDT project settings
by Alex Panchenko
· 12 years ago
3a1c130
search: improve toString() methods useful in debugging
by Alex Panchenko
· 12 years ago
38ecf39
ASTNode: generics
by Alex Panchenko
· 12 years ago
65e7879
ISourceElementRequestor: drop updateField()
by Alex Panchenko
· 12 years ago
73a130d
AbstractBuildContext.getSourceContents() cache/reuse returned value
by Alex Panchenko
· 12 years ago
635923f
SourceElementRequestorMode renamed
by Alex Panchenko
· 12 years ago
e04454d
model; small optimization in AbstractSourceModule.buildStructure() if no model providers
by Alex Panchenko
· 12 years ago
c23e22e
model: move getNameRange() from IMember to ISourceReference
by Alex Panchenko
· 12 years ago
40e0a6b
javadocs for ISourceElementParser/ISourceElementRequestor
by Alex Panchenko
· 12 years ago
c05dd21
testing: TestRunSession.reset: fCreatedTestCaseCount=0 just in case
by Alex Panchenko
· 12 years ago
7277bc1
testing: add synchronization when accessing testRunSessions
by Alex Panchenko
· 12 years ago
5e851b4
launching: use ListenerList from org.eclipse.core.runtime
by Alex Panchenko
· 12 years ago
9aca3e8
add dltk.annotations to feature - temporary while additional.bundles not supported by Tycho
by Alex Panchenko
· 12 years ago
57983b8
testing: don't restart ATTR_PRIVATE launch configurations
by Alex Panchenko
· 12 years ago
dd96a9d
testing: call adjustTotalCount() after new test was created, so TotalCount is always correct
by Alex Panchenko
· 12 years ago
d1c9423
testing: javadocs
by Alex Panchenko
· 12 years ago
76542e1
testing: improve ITestRunListener2 API
by Alex Panchenko
· 12 years ago
fbffa22
testing: don't try to open source file if no resolver
by Alex Panchenko
· 12 years ago
f13f21f
testing: ITestRunnerClient.startListening(ITestRunListener2 listener) method signature changed
by Alex Panchenko
· 12 years ago
7aa0080
additional.bundles doesn't work in tycho
by Alex Panchenko
· 12 years ago
4ec8ad8
testing: generics
by Alex Panchenko
· 12 years ago
a5545e6
testing: generics
by Alex Panchenko
· 12 years ago
85708b1
internal: ValidationMultiStatus.toString()
by Alex Panchenko
· 12 years ago
e332a3a
testing: generics + some javadocs added
by Alex Panchenko
· 12 years ago
53cdac1
testing/testEnd: don't update testName if new value is empty
by Alex Panchenko
· 12 years ago
f8f9c61
testing: DLTKTestingPlugin.showTestRunnerViewPartInActivePage() method introduced
by Alex Panchenko
· 12 years ago
9aa9764
fix NPE as ILaunch could be created without ILaunchConfiguration
by Alex Panchenko
· 12 years ago
a31e62b
@Internal annotation
by Alex Panchenko
· 12 years ago
9c7d4ae
settings: Eclipse code style
by Alex Panchenko
· 12 years ago
dee9e97
dltk.annotations compile time bundle
by Alex Panchenko
· 12 years ago
150f0a3
* Apply a patch for issue - Bug 390358 - Interpreters arguments quotes
by Andrey Sobolev
· 12 years ago
b1069e7
editor: fix deactivation of "Link with Editor" in Outline, bug 360689
by Alex Panchenko
· 12 years ago
78a7c09
editor/reconciler: ignore some element change events
by Alex Panchenko
· 12 years ago
2bd9175
completion/ui: don't generate multiple proposals for methods with optional parameters in context-information-mode
by Alex Panchenko
· 12 years ago
093ae7b
internal: formatting
by Alex Panchenko
· 12 years ago
9a13d82
fixes for javadoc-like completion
by Alex Panchenko
· 12 years ago
6fbdb3b
completion/ui: in proposal kind have no special handling then just create ScriptCompletionProposal without any special decorations
by Alex Panchenko
· 12 years ago
4c8570c
completion: support for the optional method parameters
by Alex Panchenko
· 12 years ago
16bf8ba
internal: deprecate ScriptExplorerPart.VIEW_ID
by Alex Panchenko
· 12 years ago
e5098ee
internal: better formatting for trace message in SourceModuleInfoCache
by Alex Panchenko
· 12 years ago
b65bba4
CompletionProposalFilter
by Alex Panchenko
· 12 years ago
11ff380
introduce IBuildParticipantExtension4 - another approach for reporting IBuildParticipant dependencies
by Alex Panchenko
· 12 years ago
c0628ce
ui: new preferences to control the rendering of parameter names & types (by default only parameter names are displayed)
by Alex Panchenko
· 12 years ago
d6f2bf4
SourceRange(ISourceNode) constructor
by Alex Panchenko
· 12 years ago
7ecd277
migration to tycho 0.15
by Alex Panchenko
· 12 years ago
9062c04
ScriptElementImageProvider.getMethodImageDescriptor() returns DESC_METHOD_DEFAULT if not specified
by Alex Panchenko
· 12 years ago
281131f
CODEASSIST_VISIBILITY_CHECK support reviewed
by Alex Panchenko
· 12 years ago
763e72d
preferences: generify classes
by Alex Panchenko
· 12 years ago
3f9a962
BinaryType.newTypeHierarchy(IProgressMonitor) first similar to SourceType delegate to TypeHierarchyBuilders.getTypeHierarchy() [reported by Andrey Sobolev]
by Alex Panchenko
· 12 years ago
b482f9c
IBuildContextExtension.getDependents()
by Alex Panchenko
· 12 years ago
4700567
tests: validate if specified test bundle/project exists
by Alex Panchenko
· 12 years ago
3c4c06b
HierarchyResolver: remove unnessary casts
by Alex Panchenko
· 12 years ago
73e6d19
just create SourceRange instance, instead of anonymous ISourceRange implementation
by Alex Panchenko
· 12 years ago
6e76a28
deprecated SourceRange from dltk.ui in favour of the one in dltk.core
by Alex Panchenko
· 12 years ago
932531d
SourceRange.offset(range, offset) method added
by Alex Panchenko
· 12 years ago
42643d6
ASTUtil.select(root, type, visitNested) method added
by Alex Panchenko
· 12 years ago
91491b8
BuildpathEntry: handle K_BINARY in toString()
by Alex Panchenko
· 12 years ago
00a57f1
generics
by Alex Panchenko
· 12 years ago
caa80ef
fix replacement in "overwrite" completion mode
by Alex Panchenko
· 12 years ago
fc89f3d
ScriptMethodCompletionProposal: fix possible stack overflow
by Alex Panchenko
· 12 years ago
2e6dba9
indexer: if SqlIndexer can't obtain DbFactory then throw meaningful exception. Later in IndexManager clear indexer reference and don't try to use anymore.
by Alex Panchenko
· 12 years ago
51549e4
Merge branch 'master' of ssh://jcompagne@git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git
by Johan Compagner
· 12 years ago
85ff0ed
Merge branch 'master' of ssh://jcompagne@git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git
by Johan Compagner
· 12 years ago
c32514c
ScriptTemplateCompletionProposals: handle word/line_selection variables
by Alex Panchenko
· 12 years ago
0f2c00c
ScriptTemplateCompletionProposals: handle word/line_selection variables
by Alex Panchenko
· 12 years ago
0cc193d
schema for org.eclipse.dltk.ui.scriptElementLabelProviders, bug 267363
by Alex Panchenko
· 12 years ago
084491f
fix potential null pointer access
by Alex Panchenko
· 12 years ago
6b754d4d
DLTKPluginImages.DESC_OBJS_ANNOTATION
by Alex Panchenko
· 12 years ago
1b53ed3
pom: extract build/parent configuration only pom
by Alex Panchenko
· 12 years ago
ac24639
Convert .cvsignore to .gitignore
by Alex Panchenko
· 12 years ago
a1f3dcc
pom: adjust paths after git migration
by Alex Panchenko
· 12 years ago
c550be6
ValidationStatus.OK as positive result from some validations
by apanchenk
· 12 years ago
34ffda0
increase visibility of createFieldProposal()
by apanchenk
· 12 years ago
Root_R4_0_maintenance
616f626
improve logic in acquire()
by apanchenk
· 12 years ago
d69dedf
- refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace'
by jgangemi
· 12 years ago
1a13652
- refactored 'ValidatorReporter.calcStartEndRange' into 'TextUtils.trimWhitespace'
by jgangemi
· 12 years ago
f9ad5b1
- changed List to List<String>
by jgangemi
· 12 years ago
195c72c
- added support for creating heredoc partitions
by jgangemi
· 12 years ago
f37c015
skip builder if IScriptBuilderVersionInfo.getVersion() returns null
by apanchenk
· 12 years ago
59bf851
generics
by apanchenk
· 12 years ago
2911ddc
generics
by apanchenk
· 12 years ago
Next »