Gitiles
Code Review
Sign In
git.eclipse.org
/
sourceediting
/
webtools.sourceediting
/
d64e4d762c6ab94d35ed66000f1caee5eeb0f580
/
bundles
/
org.eclipse.wst.sse.ui
dacf338
[115853] xml content assist not working due to content assist being uninstalled
by david_williams
· 19 years ago
5bc2eea
[115727] externalize strings that need them or mark them as non-nls
by nitind
· 19 years ago
3b75d5d
[114597] applied Ted's patch for JSPELHandler. JSP tests ran ok. I think there may be some cleanup for reconciler stuff in there too though...
by pavery
· 19 years ago
0ecfe3b
[115727] externalize strings that need them or mark them as non-nls
by nitind
· 19 years ago
c698900
[115444] make some methods in StructuredTextViewerConfiguration final
by nitind
· 19 years ago
5827d19
[115531] removed getReconciler() from StructuredTextViewerConfiguration subclasses, and made the method final in StructuredTextViewerConfiguration.
by pavery
· 19 years ago
dfec417
[115445] more changes to move to source validation extension point
by pavery
· 19 years ago
6def5a9
document use of "debug" ruler context menu group
by nitind
· 19 years ago
ee0c938
major mass change to version 1.0
by david_williams
· 19 years ago
6cfe5c8
[106427] Performance : need a delay class loading for EditorExtension actions
by nitind
· 19 years ago
163451c
[106426] Performance : need to delay class loading for DnD extension
by nitind
· 19 years ago
503fc09
[106426] Performance : need to delay class loading for DnD extension
by nitind
· 19 years ago
b3d996d
fix visibility
by nitind
· 19 years ago
a3baf83
[109441] Use base selection notification instead of ViewerSelectionManager
by nitind
· 19 years ago
25c07fc
Cleanups suggested by amywu
by nitind
· 19 years ago
f1a545f
cleanup
by nitind
· 19 years ago
f81f4a4
cvs ignore PDE generated artifacts
by david_williams
· 19 years ago
0ef537c
in refactoring (getting rid of IStructuredDocument dependency) I left out setting the document on the strategies.
by pavery
· 19 years ago
dc8b306
changes to allow as-you-type validation for plain IDocument (eg. javascript editor)
by pavery
· 19 years ago
0d84c19
prep for new features
by david_williams
· 19 years ago
3429777
[113423] Remove double-click and selectionChanged listener from ContentOutlineConfiguration
by nitind
· 19 years ago
1d37d7a
[113404] ContentSettings should move to Core
by david_williams
· 19 years ago
a2f61b0
added some doc to the schema for ISourceValidator
by pavery
· 19 years ago
a0e2eae
tweaked HTMLValidator to implement ISourceValidator, so that as-you-type validation can utilize partial document validation.
by pavery
· 19 years ago
b0763c0
getting rid of IStructuredDocumentListener (using regular IDocument listener instead).
by pavery
· 19 years ago
6ceac4e
[111877] Context Menu in our editors doesn't have a pretty undo arrow !!
by david_williams
· 19 years ago
d7e5ffb
[92948] highlighting in embedded javascript regions
by david_williams
· 19 years ago
ac8ea05
[112147] Invalid text selection from multiple structured selection in StructuredTextEditor
by nitind
· 19 years ago
2510889
suppress default and apply buttons
by nitind
· 19 years ago
08f1693
handle IStorage.getFullpath() == null
by nitind
· 19 years ago
5063723
back out build kind impl
by david_williams
· 19 years ago
5a5878d
[111876] NPE in console when attribute hover info presented.
by david_williams
· 19 years ago
023f634
[105342] Auto-edit too agressive
by david_williams
· 19 years ago
688ae9a
PDE validation cleanup (unknown externalized string for Dummy.label)
by nitind
· 19 years ago
6d98c7b
[81561] Ruler double-click for bookmarks works differently
by nitind
· 19 years ago
6f86f01
[81561] Ruler double-click for bookmarks works differently (double dialog problem)
by nitind
· 19 years ago
d54131f
misc. internal cleanups
by nitind
· 19 years ago
71ea83c
more doc
by nitind
· 19 years ago
ca46ad0
[106052] ignoring OperationCanceleedException now
by pavery
· 19 years ago
328c4a1
[110351] applying Amy's patches
by pavery
· 19 years ago
3ea157d
correction in StructuredTextSelection.isEmpty()
by nitind
· 19 years ago
3934056
[111732] org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOutlinePage.SelectionProvider#setSelection
by nitind
· 19 years ago
6284a35
[111410] Need to block unnecessary ISelection
by nitind
· 19 years ago
16838bf
[111398] remove special processing for 'validate edit' in undo/redo and others
by david_williams
· 19 years ago
2b6a97f
[111318] Cannot insert new line, depending on current content
by david_williams
· 19 years ago
c3eec8d
[111308] Remove various "deprecated/not used" classes and methods
by nitind
· 19 years ago
62eee4c
[111308] Remove various "deprecated/not used" classes
by nitind
· 19 years ago
c7db358
[111370] Remove embedded adapter factory extension point
by nitind
· 19 years ago
1b39f4b
[111370] Remove embedded adapter factory extension point
by nitind
· 19 years ago
5cfbc6e
set content type into outline page so it doesn't require an ITextEditor to find it out, make view pages private
by nitind
· 19 years ago
7b4db22
[107301] StructuredTextEditorContentOutlinePage#setModel() causes PopupMenuExtender to show warning
by nitind
· 19 years ago
2aac5cd
[111308] Remove various "deprecated/not used" classes
by david_williams
· 19 years ago
02dd34e
[111279] cleanup to remove common compiler warnings
by david_williams
· 19 years ago
3724ae9
using getStructuredDocumentRegions() now...
by pavery
· 19 years ago
0bb67df
clean up fConfiguration access
by nitind
· 19 years ago
5e9066f
improve ViewerSelectionManager legacy compatibility
by nitind
· 19 years ago
21620c0
change getTreeviewer().getControl() calls to just getControl()
by nitind
· 19 years ago
e64d504
Avoid bad location exceptions since we're called during paint()
by nitind
· 19 years ago
b640894
update property sheet and content outline handline, disconnect viewer selection manager
by nitind
· 19 years ago
394102b
simplify outline configuration hierarchy
by nitind
· 19 years ago
d7a97cf
Switch from propertySourceAdapters to using property sheet configuration
by nitind
· 19 years ago
0d5b341
deprecate
by nitind
· 19 years ago
56b991a
reacting to Validation framework changes (getBuildKind())
by pavery
· 19 years ago
3ffb717
[109667] stack overflow when click on outline view
by nitind
· 19 years ago
4f85885
Also listen for double-click while migrating for bug 109441
by nitind
· 19 years ago
102e60a
[109468] get rid of subclasses of StructuredTextEditor
by nitind
· 19 years ago
42fddab
[109468] get rid of subclasses of StructuredTextEditor
by nitind
· 19 years ago
1bf20a1
[109026] StructuredTextViewerConfiguration and editorConfiguration extension point API (2)
by nitind
· 19 years ago
15bbcd2
[105888] don't put org.eclipse.emf.common.command in org.eclipse.wst.sse.core
by david_williams
· 19 years ago
0629d36
just some cleanup
by pavery
· 19 years ago
941622c
handle range indication when no structure objects are found for selection
by nitind
· 19 years ago
b8ed7f7
handle selection for empty files
by nitind
· 19 years ago
a4e5778
[109441] Use base selection notification instead of ViewerSelectionManager
by nitind
· 19 years ago
459c3b6
implement IDocumentProviderExtension4
by nitind
· 19 years ago
f8e7763
[108683] StructuredTextViewerConfiguration and editorConfiguration extension point API
by nitind
· 19 years ago
86d06cf
[106324] ModelManager#getNewModelForRead/Edit always throws ResourceAlreadyExists exception
by david_williams
· 19 years ago
4e99a48
[107126] StructuredTextEditor can cause incorrect reference counts on TextFileBuffers
by david_williams
· 19 years ago
f6a10c7
cleanup
by nitind
· 19 years ago
8df4980
[104233] cannot set infopop for source editors
by nitind
· 19 years ago
89f6354
avoid assuming a default partitioner is set
by nitind
· 19 years ago
e3263e1
use document partitioning
by nitind
· 19 years ago
05f2ef5
logic error - patition changed only if partitions NOT equal. probably a performance problem for the markup checking strategy (or any other partial document strategies).
by pavery
· 19 years ago
70ad8c6
[106620] Webtools XML Editor ignores XML files with other extensions then .xml
by nitind
· 19 years ago
f05cfb3
remove StructuredTextEditor reference
by nitind
· 19 years ago
5da8920
[104683] bugs in TextHoverManager
by nitind
· 19 years ago
58ebaaf
[106370] NPE in org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointsTarget.canToggleLineBreakpoints
by nitind
· 19 years ago
3e17399
update JavaDoc
by nitind
· 19 years ago
97d4e0e
restrict QuickFix to operating only when a processor is installed
by nitind
· 19 years ago
17b1080
Set a title on the Color dialog we open
by nitind
· 19 years ago
4df53b9
show and allow editing of Marker attributes
by nitind
· 19 years ago
092d30e
update base location calculation
by nitind
· 19 years ago
9a040ef
[104956] old, out of date "buildnotes" should be removed from build.
by david_williams
· 20 years ago
ad4f9e5
[104624] XMLEditor too sensitive to IStorage implementation
by david_williams
· 20 years ago
0df1808
[104507] TVT 3.1 - TCT 301 - UI Appearance Bug
by david_williams
· 20 years ago
b53bcf6
[104403] TVT3.1: tct304: bad sizing in Task Tag preference page
by nitind
· 20 years ago
a312da6
[103676] logging exceptions rather than letting the workbench pop up the annoying dialog.
by pavery
· 20 years ago
f0d4c50
[71271] add "insert spaces for tabs" function to sse editors
by david_williams
· 20 years ago
63edb28
[71271] add "insert spaces for tabs" function to sse editors
by david_williams
· 20 years ago
3c3a43c
[103867] NPE when new JSP or XML document created or opened
by david_williams
· 20 years ago
36993a3
[103536] canceling job in uninstall(...)
by pavery
· 20 years ago
Next »