Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
54f831eb44bba56b35017fe19fb678a9efb98e74
54f831e
there is no icons folder here
by apanchenk
· 16 years ago
d434acc
progress reporting
by apanchenk
· 16 years ago
96746b1
join message into one file
by apanchenk
· 16 years ago
2872e24
improve progress reporting
by apanchenk
· 16 years ago
64417bc
imported packages removed
by apanchenk
· 16 years ago
16df771
always display indexing progress job
by apanchenk
· 16 years ago
053a155
tests should be unpacked
by apanchenk
· 16 years ago
4b4bce5
ui.bot.tests plugin added
by apanchenk
· 16 years ago
c197528
ui bot tests
by apanchenk
· 16 years ago
ed8dc27
typo in message name fixed
by apanchenk
· 16 years ago
4426bd5
- d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code
by jgangemi
· 16 years ago
2db29bb
- d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night and that depends on changes here
by jgangemi
· 16 years ago
5b69fd2
Mixin indexing does not depend on Project Builder - it is performed automatically in the background
by apanchenk
· 16 years ago
v20080724
85e39ff
Mixin indexing does not depend on Project Builder - it is performed automatically in the background
by apanchenk
· 16 years ago
bec8d04
warn(String message) method
by apanchenk
· 16 years ago
8862fe7
unnecessary cast removed
by apanchenk
· 16 years ago
743a47f
added check that session.getInfo() is not null
by apanchenk
· 16 years ago
3ee59f1
copy listener to local variable to prevent NPE
by apanchenk
· 16 years ago
6b0b1b1
use new method IndexManager.waitUntilReady() instead of fake query in waitUntilIndexsReady()
by apanchenk
· 16 years ago
cf2ae07
visibility of boolean isJobWaiting(IJob request) increased to public
by apanchenk
· 16 years ago
90c152e
public Suite(Class theClass, String[] methodNames) constructor added
by apanchenk
· 16 years ago
098588d
formatting
by apanchenk
· 16 years ago
f53bb83
suite.addTestSuite(DLTKUILanguageManagerTests.class);
by apanchenk
· 16 years ago
6edfe1a
- added IDLTKDebugUIToolkit interface and associated implementations
by jgangemi
· 16 years ago
e25d151
- added IDLTKDebugUIToolkit interface and associated implementations
by jgangemi
· 16 years ago
44fcf85
- added IDLTKDebugUIToolkit interface and associated implementations
by jgangemi
· 16 years ago
c181ff4
- added IDLTKDebugUIToolkit interface and associated implementations
by jgangemi
· 16 years ago
e23f60a
- added IDLTKDebugUIToolkit interface and associated implementations
by jgangemi
· 16 years ago
5c2c636
added test for variable validation
by apeled
· 16 years ago
9ac2994
added validation of buildpath variable
by apeled
· 16 years ago
2fcac3f
formatting changes
by apeled
· 16 years ago
150de19
formatting changes
by apeled
· 16 years ago
7c76647
formatting changes
by apeled
· 16 years ago
598e114
fixed formatting
by apeled
· 16 years ago
cbc8094
Add support for buildpath variables - bug 237210
by apeled
· 16 years ago
208e6e5
Add support for buildpath variables - bug 237210
by apeled
· 16 years ago
c55586c
fix condition in log(Throwable e, String message)
by apanchenk
· 16 years ago
23e142d
unused var initialization commented out
by apanchenk
· 16 years ago
c9aca0c
comments improved
by apanchenk
· 16 years ago
562b0aa
"final" for static char SEPARATOR
by apanchenk
· 16 years ago
d399fbc
CharOperation.startsWith() + tests
by apanchenk
· 16 years ago
a569dc0
CharOperation.startsWith() + tests
by apanchenk
· 16 years ago
8263328
use Path.EMPTY + formatting changes
by apanchenk
· 16 years ago
eac6e51
use System.currentTimeMillis() instead of (new Date()).getTime() to measure indexing time
by apanchenk
· 16 years ago
7a97eb0
comments improvement
by apanchenk
· 16 years ago
d64233e
removed deprecated class since it was moved to org.eclipse.dltk.utils
by apanchenk
· 16 years ago
be6925f
restored missed condition !IScriptFolder.DEFAULT_FOLDER_NAME.equals(packageName)
by apanchenk
· 16 years ago
22e2d4a
minor optimization - result of indexOf() extracted to local var
by apanchenk
· 16 years ago
9198439
minor optimization
by apanchenk
· 16 years ago
ac56bc6
added 'null' pointer obvious check NirC
by ncohen
· 16 years ago
cdcac30
Added 'containsOnlyWhitespaces' boolean test utility. NirC
by ncohen
· 16 years ago
16fe5f2
- there is no need to name Util class with full name - it is already imported
by apanchenk
· 16 years ago
f34684c
comments improved
by apanchenk
· 16 years ago
f75ebc5
evaluate toolkit only once before loop
by apanchenk
· 16 years ago
41c55d5
there is no need to name Util class with full name - it is already imported
by apanchenk
· 16 years ago
c6fda14
use p.toFile() instead of new File(p.toOSString())
by apanchenk
· 16 years ago
7eeb737
there is no need to name Util class with full name - it is already imported
by apanchenk
· 16 years ago
b57baeb
local var extracted to simplify code
by apanchenk
· 16 years ago
90e7257
project -> private final
by apanchenk
· 16 years ago
72b3b68
minor code improvements
by apanchenk
· 16 years ago
94d5ec1
local var extracted to simplify code
by apanchenk
· 16 years ago
9ca5a00
remove parts from the OpenType to OpenMethod port that are not applicable to the methods
by apanchenk
· 16 years ago
6623e88
remove parts from the OpenType to OpenMethod port that are not applicable to the methods
by apanchenk
· 16 years ago
7a5beb1
compiler.compliance=1.4
by apanchenk
· 16 years ago
2e45bff
formatting
by apanchenk
· 16 years ago
e53960c
cache parse errors in the SourceModuleInfoCache
by apanchenk
· 16 years ago
v20080721
966b0e1
copyTo(IProblemReporter destination) method added
by apanchenk
· 16 years ago
2a52f2e
minor improvements
by apanchenk
· 16 years ago
fce6077
minor improvement
by apanchenk
· 16 years ago
930b02e
minor fixes
by apanchenk
· 16 years ago
22fd58f
formatting
by apanchenk
· 16 years ago
4ad731a
call OpenTypeHistory.shutdown() from plugin.stop()
by apanchenk
· 16 years ago
9fd72c8
moved to dltk.core
by apanchenk
· 16 years ago
f21e9da
* fixed execution from linked folders * applied patch for tcl pair matching
by asobolev
· 16 years ago
00ef1ed
* fixed execution from linked folders * applied patch for tcl pair matching
by asobolev
· 16 years ago
77bcd1f
StandardVMType/J2SE-1.4
by apanchenk
· 16 years ago
6e0b59a
StandardVMType/J2SE-1.4
by apanchenk
· 16 years ago
cfbbbe7
StandardVMType/J2SE-1.4
by apanchenk
· 16 years ago
8700766
comment formatting
by apanchenk
· 16 years ago
ad5b87e
vars renamed, method findMethod() extracted
by apanchenk
· 16 years ago
04f2bb0
fixed "close console" action
by apanchenk
· 16 years ago
v20080718
07dbb77
fixed problem and annotation hover
by apanchenk
· 16 years ago
cb6c3e2
Quick Fix implementation for temporary problems reported as annotations
by apanchenk
· 16 years ago
792c425
FIXABLE_PROBLEM & FIXABLE_ERROR images
by apanchenk
· 16 years ago
v20080717
14fe56e
formatting
by apanchenk
· 16 years ago
2ed77b8
problems field removed
by apanchenk
· 16 years ago
3d69b18
call validators during reconcile()
by apanchenk
· 16 years ago
5c6a36d
call validators during reconcile()
by apanchenk
· 16 years ago
0fddf59
TaskInfo - fixed error in constructor, toString() implemented
by apanchenk
· 16 years ago
5425f36
final for local vars
by apanchenk
· 16 years ago
b8bc2ef
string externalized
by apanchenk
· 16 years ago
62fcca3
log error using DLTKUIPlugin.logErrorMessage()
by apanchenk
· 16 years ago
b76ad47
formatting
by apanchenk
· 16 years ago
a69335c
create tasks of the DLTK-Task type
by apanchenk
· 16 years ago
10e6f99
clearMarkers/isMarkersCleaned methods removed
by apanchenk
· 16 years ago
d7ffa54
common base class ProblemCollector extracted
by apanchenk
· 16 years ago
da856e8
common base class ProblemCollector extracted
by apanchenk
· 16 years ago
f972d5a
reportProblem() now does not throw CoreException
by apanchenk
· 16 years ago
5049b0a
* fixed NPE on activating Working Sets from Script Explorer
by asobolev
· 16 years ago
31581a3
added checks that validatorType supports required interfaces
by apanchenk
· 16 years ago
v20080716
Next »