Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
69be51d314773cf873b5bf76e64e59f464380cab
/
core
/
plugins
/
org.eclipse.dltk.ui
69be51d
arrayoutofbounds fixes,
by jcompagne
· 14 years ago
8f89dea
format on save for JS editor
by apanchenk
· 14 years ago
0864245
null checks after attempt to instantiate extensions
by apanchenk
· 14 years ago
13ea4f2
getMethodImageDescriptor() refactoring & TODO
by apanchenk
· 14 years ago
7ea7a11
early exit if wordRegion is empty
by apanchenk
· 14 years ago
3fa9d8a
generics
by apanchenk
· 14 years ago
v20110429
967dba2
fDocument!=null check in createPositionFromProblem()
by apanchenk
· 14 years ago
6d36993
reschedule the job if module is inconsistent - wait until reconciler thread does the task
by apanchenk
· 14 years ago
558e55f
don't call modifyAnnotations() if nothing changed
by apanchenk
· 14 years ago
6e44ab1
improve locking to avoid deadlocks
by apanchenk
· 14 years ago
82933cc
don't attach editor actions to selectionprovider, as selection change events are provided to them before opening popup menu
by apanchenk
· 14 years ago
be6308d
increase visibility of getProposalInfo()
by apanchenk
· 14 years ago
f9de7ec
fix length in createTypeProposal
by apanchenk
· 14 years ago
4e52098
don't call reconcile() on save [in commitWorkingCopy() bug 203605 for CompilationUnitDocumentProvider]
by apanchenk
· 14 years ago
1c00389
increase visibility of getInvocationContext()
by apanchenk
· 14 years ago
bfe8dc8
fix in createTypeProposalLabel
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
8e308de
fallback to StorageLabelProvider for ISourceModule too
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
933d81c
nicer display of things in the callhiearchy
by jcompagne
· 14 years ago
50a2d3b
API to save/restore expanded sections
by apanchenk
· 14 years ago
c43190e
createStyleSection() added
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
8ce569b
copied the latest code over from jface (BrowserInformationControl)
by jcompagne
· 14 years ago
6db8814
- improvements for scipt documentation providers
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
0ce8762
up to the same level as java showing proposal context information.
by jcompagne
· 14 years ago
84f2ea7
generics
by jcompagne
· 14 years ago
ee97abd
circular build path option
by jcompagne
· 14 years ago
843ef8c
extension point for semantic highlighters
by apanchenk
· 14 years ago
b472bb7
show refactor meny short cut (patch from vlad)
by jcompagne
· 14 years ago
bb61a16
use %ActionDefinition.addScriptdocComment.name
by apanchenk
· 14 years ago
7a86dc9
ITextRuleProvider extension point
by apanchenk
· 14 years ago
1cf8fcd
common keyword extension points
by apanchenk
· 14 years ago
ff475bf
generics
by apanchenk
· 14 years ago
417b5ba
select jsdoc tag fully (including leading @) when double clicking it
by apanchenk
· 14 years ago
e5056b8
move "ContextActivator.getInstance().install()" into try/catch block
by apanchenk
· 14 years ago
9c070a4
use IProblemIdentifier interface and enum implementations for problem codes
by apanchenk
· 14 years ago
9da6400
highlight additional jsdoc tags
by apanchenk
· 14 years ago
cb66d5c
@noimplement
by apanchenk
· 14 years ago
8bf6894
add also the type to local variables (way easier in hovers)
by jcompagne
· 14 years ago
a05b40d
generics/@Override
by apanchenk
· 14 years ago
faaf633
plugin-contributed code style profiles
by apanchenk
· 14 years ago
3fd59bc
fix "Multiple markers" message
by apanchenk
· 14 years ago
30ea81f
generics
by jcompagne
· 14 years ago
0c588cc
patched from vlad for inline fixes and actions on views
by jcompagne
· 14 years ago
3957589
patch from vlad for context/keybindings
by jcompagne
· 14 years ago
432213f
quick null pointer fix, we need a better refactor
by jcompagne
· 14 years ago
e67943b
refactor so that keys don't have to be defined direct in the constructor, because that will cause duplicate new PreferenceKeys to be created once for the constructor with an ugle static call most of the time and once later on when they are really created (for example in the createComposite() call
by jcompagne
· 14 years ago
9ff82c5
more keyboard shortcuts to the refactor menu items
by jcompagne
· 14 years ago
0e504c4
keybindings shorcuts path from Vlad (in sync with the java keybindings)
by jcompagne
· 14 years ago
2acf8d0
persist editors for external source modules
by apanchenk
· 14 years ago
06450c0
deprecated EXTENSION_POINT_ID
by apanchenk
· 14 years ago
f27544e
implement getInformationControlCreator() in ScriptSourceViewerConfiguration
by apanchenk
· 14 years ago
95ab235
display HTML annotations in ruler & overview
by apanchenk
· 14 years ago
48bec62
mulit markers support for the hoover (just like the annotation)
by jcompagne
· 14 years ago
c09748b
fix interface name
by apanchenk
· 14 years ago
f34078a
extract initializeEditorHoverBackgroundColor() and catch exceptions if no workbench - for headless tests
by apanchenk
· 14 years ago
v20101125-1744
18c0f54
support for StyledString (coming)
by apanchenk
· 14 years ago
00c3ba6
pass toolkit as 1st parameter in constructor instead of overriding abstract method
by apanchenk
· 14 years ago
v20101125-1247
d086a67
find references in project: support ILocalVariable
by apanchenk
· 14 years ago
272f1ee
fix command definition
by apanchenk
· 14 years ago
ef63725
implement Alt-Shift-J in JS to generate method/field jsdoc
by apanchenk
· 14 years ago
53cea8b
removed anon_scope only scopes that result in an Identifier are now shown
by jcompagne
· 14 years ago
1c8ecb1
generics
by apanchenk
· 14 years ago
v20101123-1652
8d323cc
mark occurrences - preferences
by apanchenk
· 14 years ago
e819d47
addKeys(List<OverlayKey> keys) method added
by apanchenk
· 14 years ago
541bebf
toggle mark occurences action
by apanchenk
· 14 years ago
ac11e79
mark occurences
by apanchenk
· 14 years ago
09f8c6b
if formatter implemenst IScriptFormatterExtension - call initialize() method of it
by apanchenk
· 14 years ago
ad4f875
bug 330316 "Change Method Signature" contributed by Vladislav Kuzkokov
by apanchenk
· 14 years ago
b51d611
qualify type with namespace if availabel
by apanchenk
· 14 years ago
27ef8fa
Ctrl-Shift-G keyboard shortcut
by apanchenk
· 14 years ago
86f668b
delegate to org.eclipse.jface.internal.text.html.HTMLPrinter.convertTopLevelFont(styles, fontData)
by apanchenk
· 14 years ago
43ceca7
remove duplicate !isConstructor() check
by apanchenk
· 14 years ago
e1ef0a1
refactoring, so it can be used without subclassing
by apanchenk
· 14 years ago
edfd28a
simplify ScriptMergeViewer for adopters
by apanchenk
· 14 years ago
f5169a8
remove duplicate classes
by apanchenk
· 14 years ago
2dc78dd
Extract Local Variable support [Bug 329379] Vladislav Kuzkokov, patch #2
by apanchenk
· 14 years ago
67f69f0
Extract Local Variable support [Bug 329379] Vladislav Kuzkokov (+small changes)
by apanchenk
· 14 years ago
defdf9c
delegate identification of language specific markers to IProblemFactory
by apanchenk
· 14 years ago
421198e
insert language name into the message if selected element couldn't be identified
by apanchenk
· 14 years ago
b307df4
test if source range length > 0
by apanchenk
· 14 years ago
24a9517
the implementation performing folding based on the model
by apanchenk
· 14 years ago
130d7a5
add ILocalVariable to valid types
by apanchenk
· 14 years ago
2892c68
initialize "fRenameSubpackages = true" don't see a reason why it should be the other way
by apanchenk
· 14 years ago
Next »