Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
f972d5a44d44a5bee93b641b8ff66fffa62cb214
« Previous
643b483
list caption changed to "matched methods"
by apanchenk
· 17 years ago
b6ad5bd
unused import removed
by apanchenk
· 17 years ago
d838cdf
break assert()s into 2 - so there is no warning potential NPE
by apanchenk
· 17 years ago
3c894f8
use Assert from org.eclipse.core.runtime
by apanchenk
· 17 years ago
ac44210
call getDeclaringType() here - to filter elements without it
by apanchenk
· 17 years ago
cc2fbc1
* formatting
by asobolev
· 17 years ago
653d78a
* returning getMethods() back.
by asobolev
· 17 years ago
522cd15
* getMethods method are removed from ISourceModule interface and implementation.
by asobolev
· 17 years ago
7e631a1
1. Adding OpenMethodAction
by rganor
· 17 years ago
9741d24
1. Adding OpenMethodAction
by rganor
· 17 years ago
48c161a
break & status commands are sent asynchronously for other commands wait until previous commands are terminated
by apanchenk
· 17 years ago
ad5ca9c
* folders support
by asobolev
· 17 years ago
0de2d3c
use StrUtils.equals() to compare data field in equals()
by apanchenk
· 17 years ago
c184815
DEBUG = false
by apanchenk
· 17 years ago
1ac1608
popup menu commands - validate all/cleanup all
by apanchenk
· 17 years ago
18168fb
validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion
by apanchenk
· 17 years ago
4a64190
validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion
by apanchenk
· 17 years ago
419cc9f
* tcl folding improvements * tcl checker only local validation
by asobolev
· 17 years ago
cadfe4e
method renamed to saveValidatorConfiguration()
by apanchenk
· 17 years ago
b31bf80
1) initializeValidators() is called only once
by apanchenk
· 17 years ago
02d3219
s/fireInterpreterRemoved/fireValidatorRemoved/
by apanchenk
· 17 years ago
ee55fb4
s/fireInterpreterAdded/fireValidatorAdded/
by apanchenk
· 17 years ago
ae6d61d
DBGP timeouts are specified in seconds
by apanchenk
· 17 years ago
e1d44f3
ITextConverter to convert values to/from text field
by apanchenk
· 17 years ago
48b420f
formatting
by apanchenk
· 17 years ago
ca7e6dd
check whether the found element is enclosed in scope
by mspector
· 17 years ago
c98b7b9
unused import removed
by apanchenk
· 17 years ago
d1646bb
loadContributedContextActionGroups() have no parameters - javadoc removed
by apanchenk
· 17 years ago
b8bac4b
version increased to 0.95.1
by apanchenk
· 17 years ago
bbfb123
version increased to 0.95.1
by apanchenk
· 17 years ago
30c40e1
contribute automatically populate DLTK Validators context sub-menu to the ScriptEditors
by apanchenk
· 17 years ago
0bae3f2
extracted method getConsoleName()
by apanchenk
· 17 years ago
0264691
new methods - executeValidator(), cleanValidator()
by apanchenk
· 17 years ago
e165fab
new extension point - to contribute ActionGroups to the ScriptEditor
by apanchenk
· 17 years ago
0886220
removed catchupMarkers() from SourceModuleAnnotationModel
by apanchenk
· 17 years ago
ad4484c
* tclchecker improvement
by asobolev
· 17 years ago
a3d5cd6
* tclchecker improvement
by asobolev
· 17 years ago
b7b1513
* itcl completion/selection improvemen
by asobolev
· 17 years ago
744fde3
new method renamed to changeContentAssistantConfiguration()
by apanchenk
· 17 years ago
a72ecdc
* compatibility fix
by asobolev
· 17 years ago
3b28193
* compatibility fix
by asobolev
· 17 years ago
ae78ab5
remove debug println
by apanchenk
· 17 years ago
30d50a6
test if the line number can be set and send.
by jcompagne
· 17 years ago
e43c536
now that breakpoints can move (deleting/inserting new lines) the breakpoint linenr should be updated in the client.
by jcompagne
· 17 years ago
7737c30
better naming now (no static anymore)
by jcompagne
· 17 years ago
d32dd73
timeout out of the preferences
by jcompagne
· 17 years ago
89def1c
just close the socket when terminating dont test for the variable (the socket has to be closed anyway)
by jcompagne
· 17 years ago
cb7d97c
default for the PREF_DBGP_RESPONSE_TIMEOUT = 1h
by apanchenk
· 17 years ago
8d8ea3a
better timeout code
by jcompagne
· 17 years ago
f52f4cc
TIMEOUT = 1h
by apanchenk
· 17 years ago
1ffcbb0
highlight changed values when stepping over code
by apanchenk
· 17 years ago
cc99918
new method public boolean isSameMethod(IDbgpStackLevel other)
by apanchenk
· 17 years ago
1f457e6
- class visibility increased to public
by apanchenk
· 17 years ago
0d88121
handle code assistance preference changes - auto activation, etc.
by apanchenk
· 17 years ago
a8e78c3
getContentAssistPreference() -> public
by apanchenk
· 17 years ago
1d8b2cd
Hover defaults modified: added source hover with Shift modifier like in JDT
by apanchenk
· 17 years ago
2ffc43f
hovers are configured/instantiated according to the specified nature
by apanchenk
· 17 years ago
26336ff
formatting
by apanchenk
· 17 years ago
411c999
formatting
by apanchenk
· 17 years ago
bd1ab1a
formatting
by apanchenk
· 17 years ago
e164af1
formatting
by apanchenk
· 17 years ago
ca4499a
formatting
by apanchenk
· 17 years ago
ea94e1e
formatting
by apanchenk
· 17 years ago
5ca145f
if view filter is clicked on that init() is called that also calls run() and after init run is again called. That will result in a filter being added and being removed right after. Not looking what it really should do by checking the isChecked()
by jcompagne
· 17 years ago
b93e4d6
dont fire if the data is null or an empty string
by jcompagne
· 17 years ago
d7179b8
better toString of the Collection/ArrayType
by jcompagne
· 17 years ago
f9551dd
isEmpty(String)
by apanchenk
· 17 years ago
8ad8d52
ScriptVariable internal improvements
by apanchenk
· 17 years ago
8c9b451
highlight changed variables
by apanchenk
· 17 years ago
c1594b7
optimizations & sort returned array of levels
by apanchenk
· 17 years ago
97a82a9
NON-NLS comments
by apanchenk
· 17 years ago
5288de5
string escaping/quoting optimized
by apanchenk
· 17 years ago
9339c1d
equals(Object) simple implementation
by apanchenk
· 17 years ago
2d19250
fail("Requied interpreter \"" + name + "\" is not found")
by apanchenk
· 17 years ago
1963762
- added 'formatValue(IScriptValue)' to IScriptType so implementation can control the formatting
by jgangemi
· 17 years ago
606b855
- applied alex's patch to move the path mapper
by jgangemi
· 17 years ago
57888e3
- applied alex's patch to move the path mapper
by jgangemi
· 17 years ago
76b30a4
- added 'Thread id=' to ScriptDebugModelPresentation_threadText
by jgangemi
· 17 years ago
4cc43cb
formatting
by apanchenk
· 17 years ago
5577651
commented out the call to the catchupWithMarkers()
by apanchenk
· 17 years ago
e5570c4
pass breakpoint path mapper via constructor to the breakpoint manager
by apanchenk
· 17 years ago
91f8912
pass IScriptBreakpointPathMapper via constructor
by apanchenk
· 17 years ago
e8f7827
+ Added method to clear source module info cache.
by asobolev
· 17 years ago
13b3304
NOP implementation of the Scriptbreakpointpathmapper
by apanchenk
· 17 years ago
bf0fe34
* default path are incorrect for Remote projects
by asobolev
· 17 years ago
bcc7bf0
correct NON-NLS warnings
by apanchenk
· 17 years ago
b3216ed
do not crash the Run dialog if the path contains spaces - from AS
by apanchenk
· 17 years ago
f8014a5
- fPreviousExternalLocation should still be used instead of ""
by jgangemi
· 17 years ago
acfa16b
look between non-primary working copies
by mspector
· 17 years ago
ac3b326
first try to get encoding from the launch and after that from launch configuration
by apanchenk
· 17 years ago
9a31c13
removed condition from the breakpointUpdate() - it does not work that way
by apanchenk
· 17 years ago
c94396d
classify condition change as major
by apanchenk
· 17 years ago
9d9497b
IDebugOptions - introduced API to find-tune DBGP protocol behavior
by apanchenk
· 17 years ago
223e92f
updateBreakpoint(): removed -n line_number option since it caused errors when working with TCL activestate debugger
by apanchenk
· 17 years ago
622dcea
synchronization around access to the static targets variable
by apanchenk
· 17 years ago
df1f327
fixed typo in boolean isDbgpLoggingEnabled(ILaunchConfiguration configuration)
by apanchenk
· 17 years ago
6bbf460
formatting
by apanchenk
· 17 years ago
dca583d
BreakpointPathMapper move related changes
by apanchenk
· 17 years ago
00d353d
FIXME comment
by apanchenk
· 17 years ago
3a4f31f
BreakpointPathMapper - interface extracted, implementation moved to the top level
by apanchenk
· 17 years ago
Next »