Gitiles
Code Review
Sign In
git.eclipse.org
/
mylyn
/
org.eclipse.mylyn.docs.vex
/
bd6c7f6bd706d98ce25d9523c158c9f498c80682
/
org.eclipse.vex.ui
/
src
/
org
/
eclipse
/
vex
/
ui
/
internal
bd6c7f6
remove unused methods
by Florian Thienel
· 11 years ago
ac0a524
reorder interface by responsibility
by Florian Thienel
· 11 years ago
8eb053c
be lenient when inserting from the clipboard
by Florian Thienel
· 10 years ago
c094e52
apply whitespace policy to inserted XML fragments
by Carsten Hiesserich
· 10 years ago
8cd6d1a
compress whitespace when inserting text through IVexWidget.insertText
by Carsten Hiesserich
· 10 years ago
daaf7a3
remove circular dependency between io and css
by Florian Thienel
· 10 years ago
cfc729e
remove dependency from DocumentContentModel to IWhitespacePolicy
by Florian Thienel
· 10 years ago
ca2f868
do not create Text nodes for superflous whitespace
by Carsten Hiesserich
· 10 years ago
aa99105
apply "I" naming convention on IHostComponent
by Florian Thienel
· 11 years ago
9a9a859
move CssWhitespacePolicy to css
by Florian Thienel
· 11 years ago
e94342c
don't be reckless - make it provisional first
by Florian Thienel
· 11 years ago
e8936ad
AttributeDefinition is public API
by Florian Thienel
· 11 years ago
daeddeb
use specialized subclasses of DocumentEvent for different events
by Florian Thienel
· 11 years ago
6d7664d
extract interfaces of nodes as public API
by Florian Thienel
· 11 years ago
2089e33
bug 400939: 34 basic text editing commands (like for example: Select
by Holger Voormann
· 11 years ago
ed92f1d
use the children axis instead of getChildNodes([ContentRange])
by Florian Thienel
· 11 years ago
d669700
use a DocumentListener to handle the dirty state
by Florian Thienel
· 11 years ago
1_1_0_M1
ac597f8
also handle SWTException when loading images
by Florian Thienel
· 11 years ago
8db8395
do not modify read-only documents
by Florian Thienel
· 11 years ago
bb55140
provide basic information about the open document in the properties view
by Florian Thienel
· 11 years ago
2499979
support different types of editor input
by Florian Thienel
· 11 years ago
fde8730
use XML reader/writer for serialization
by Florian Thienel
· 11 years ago
d08dd27
move document reading and writing into own package
by Florian Thienel
· 11 years ago
a5f1145
hide creation of root element in document
by Florian Thienel
· 11 years ago
883971d
handle current element beeing null
by Florian Thienel
· 11 years ago
136d749
show location in document as "/"
by Florian Thienel
· 11 years ago
0a6df0c
provide current node as selection instead of current element
by Florian Thienel
· 11 years ago
fd8a61c
monitor current node instead of current element
by Florian Thienel
· 11 years ago
1305899
rename "element marker" to "tag marker"
by Florian Thienel
· 11 years ago
016ac11
do not allow to insert a comment within another comment
by Florian Thienel
· 11 years ago
bcf25e1
test comment insertion
by Florian Thienel
· 11 years ago
b376e9d
use ContentRange arithmetics where possible
by Florian Thienel
· 11 years ago
1eeb9df
do not mix apples with pears - use the right domain
by Florian Thienel
· 11 years ago
f476308
reflect domain in class name for better distinction
by Florian Thienel
· 11 years ago
191b3d0
use selected range instead of selection start and end
by Florian Thienel
· 11 years ago
650463d
the selected range does not include the selectionEnd
by Florian Thienel
· 11 years ago
99ac861
provide information about innermost box in DebugView
by Florian Thienel
· 11 years ago
b213fcc
VexWidgetImpl.getCurrentElement should return element for insertions
by Florian Thienel
· 11 years ago
cef386f
use InsertTextEdit also for splitting
by Florian Thienel
· 11 years ago
4a1acf0
move edits from Element to VexWidgetImpl
by Florian Thienel
· 11 years ago
b0c980c
remove deprecated method Document.insertElement(offset, Element)
by Florian Thienel
· 11 years ago
d5339c5
CopyVisitor is a INodeVisitorWithResult
by Florian Thienel
· 11 years ago
db66059
BIG SCARY REFACTORING:
by Florian Thienel
· 11 years ago
469a825
Element is not Clonable!
by Florian Thienel
· 11 years ago
bfc8425
test harness für L1 element handling
by Florian Thienel
· 11 years ago
1cfe0f2
introduce concept of Range on L0 and L1
by Florian Thienel
· 11 years ago
bc3ebdc
use startOffset/endOffset instead of offset/length as common in the DOM
by Florian Thienel
· 11 years ago
e376cdc
move serialization code into DocumentFragmentTransfer
by Florian Thienel
· 11 years ago
0dfce90
Content is a CharSequence.
by Florian Thienel
· 11 years ago
848def2
Find/Replace needs access to the raw content with element markers.
by Florian Thienel
· 11 years ago
fa09e32
RootElement has no real value, hence removed the class
by Florian Thienel
· 11 years ago
f0934b9
Added explicit Parent class to the DOM inheritence hierarchy.
by Florian Thienel
· 11 years ago
331829e
apply project specific formatting and "clean code" conventions
by Florian Thienel
· 11 years ago
9f27a6f
bug 380559: correct blanks in URI
by Holger Voormann
· 11 years ago
609b618
fixed NPE when trying to split the root element
by Florian Thienel
· 12 years ago
d71183b
bug 257806: command to add a new comment
by Florian Thienel
· 12 years ago
214465e
bug 367925: provide a preferences page to configure the indentation and
by Florian Thienel
· 12 years ago
572d395
bug 367925: moved handling of preferred style to class VexPreferences
by Florian Thienel
· 12 years ago
c1c2cf7
bug 367926: use URI instead of simple Strings to avoid cache misses when
by Florian Thienel
· 12 years ago
ca57ab7
bug 367345: use also system ID and the base URI to resolve a DTD in a
by Florian Thienel
· 12 years ago
9040539
bug 367345: added implementation of getForeground()
by Florian Thienel
· 12 years ago
21e3413
bug 250838: Create new documents that use XML schema, infer all required
by Florian Thienel
· 12 years ago
b145266
fixed bugzilla URL
by Florian Thienel
· 12 years ago
320a766
bug 253753: encapsulate all namespace modifications in one compound edit
by Florian Thienel
· 12 years ago
5884530
bug 253753: dialog to edit the namespace declarations of the current element
by Florian Thienel
· 12 years ago
3cee10d
bug 253753: show namespaces and details about the element in the properties view
by Florian Thienel
· 12 years ago
6ba1de8
refactoring: allow direct access to the components of the embedded qualifiedName
by Florian Thienel
· 12 years ago
8d3c254
bug 366172: Removed the error message. We have to accept that there are
by Florian Thienel
· 12 years ago
3dbe51b
bug 362475: use the localName to sort the elements
by Florian Thienel
· 12 years ago
b652558
merged with Holger's changes
by Florian Thienel
· 12 years ago
83d8d56
bug 253753: allow to insert elements with namespace prefix
by Florian Thienel
· 12 years ago
7137d51
Bug 362475 - Insert Element Popup: sort candidates that start with the
by Holger Voormann
· 12 years ago
78ffb8e
Bug 362475 - Insert Element Popup: sort candidates that start with the
by Holger Voormann
· 12 years ago
b177811
Validator uses the DocumentContentModel for resolving
by Florian Thienel
· 12 years ago
74bf18e
take the baseUri into account for resolving
by Florian Thienel
· 12 years ago
85adf70
use the DocumentContentModel for basic entity resolving based on the XML catalog
by Florian Thienel
· 12 years ago
e01b01d
encapsulate initialization of documentType and style to
by Florian Thienel
· 12 years ago
ea33051
renamed packages and extension IDs
by Florian Thienel
· 12 years ago