Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-29fix missing imports from last commit.1_1_0_M3milestonesCarsten Hiesserich1-0/+2
2013-09-29fix missing type change of loadingLabel from last commitCarsten Hiesserich1-1/+1
2013-09-29bug 418088: Make error label in VexEditor selectable and show exception. Carsten Hiesserich1-5/+43
2013-09-25Fixed Next/PreviousTableCellHandlerCarsten Hiesserich2-10/+6
2013-09-25revert setting of DOCTYPE in DocumentBuilderCarsten Hiesserich1-3/+2
2013-09-23apply new default behaviour of DisplayProperty to existing test casesFlorian Thienel2-3/+18
2013-09-23apply user selected Doctype to documentCarsten Hiesserich3-6/+16
2013-09-23fix test failure in DocumentReaderTestCarsten Hiesserich1-2/+2
2013-09-22show all elements as block by defaultFlorian Thienel2-5/+5
2013-09-22docbook stylesheet fixes for the revision elementCarsten Hiesserich1-2/+3
2013-09-22fix caret display in tables and before/after pseudo elements for tablesCarsten Hiesserich4-1/+38
2013-09-22prevent splitting of processing instruction in DocumentWriterCarsten Hiesserich3-4/+4
2013-09-22use common layout methods for comments and processing instructionsCarsten Hiesserich10-119/+133
2013-09-21add CSS core stylesCarsten Hiesserich6-23/+126
2013-09-21show comments and processing instructions in outline viewCarsten Hiesserich10-7/+146
2013-09-21bug 251955: Add L2 support for processing instructionsCarsten Hiesserich32-21/+919
2013-09-21replace pseudo element element with a more versatile mechanism.Carsten Hiesserich18-249/+585
2013-09-21set the caret to the end of the recovered textFlorian Thienel2-1/+15
2013-09-15bug 251955: add layout support for processing instructionsCarsten Hiesserich7-16/+267
2013-09-14join multiple nodes of same kindFlorian Thienel8-0/+654
2013-09-14provide convenience method to select a node or its whole contentFlorian Thienel6-75/+186
2013-09-14evolve test harness according to latest changes in OutlineProviderFlorian Thienel1-2/+20
2013-09-13change tooltip text to 'Show Inline Elements'Carsten Hiesserich1-2/+2
2013-09-13use separate icons for block and inline elementsFlorian Thienel11-17/+32
2013-09-10add content display to debug view.Carsten Hiesserich1-24/+83
2013-09-10fix NPE in debug viewCarsten Hiesserich1-3/+5
2013-09-08bug 251955: Basic support for processing instructionsCarsten Hiesserich22-67/+776
2013-09-08configure save action for @Override annotations from interfacesCarsten Hiesserich4-4/+4
2013-09-07unwrap surrounding elementFlorian Thienel7-57/+180
2013-09-06Update Java ExecutionEnvironment to JavaSE-1.6Carsten Hiesserich27-74/+81
2013-09-04add test to ensure attributes are preserved after undoing a morphFlorian Thienel2-2/+16
2013-09-03use target/classes as output directory1_1_0_M2Florian Thienel3-15/+15
2013-09-02change the referenced bundle versions and p2 repositoriesFlorian Thienel11-65/+66
2013-09-03Merge "indicate if morphing is possible"Carsten Hiesserich7-67/+234
2013-09-02indicate if morphing is possibleFlorian Thienel7-67/+234
2013-08-29Fixed preferences for outline filter actions.Carsten Hiesserich2-0/+12
2013-08-29Clear outline view tool bar when document is reloaded.Carsten Hiesserich1-11/+6
2013-08-28Refactored outline provider to work with INode instead of IElementCarsten Hiesserich6-46/+131
2013-08-28Allow VexEditorListeners to remove themself during method invocation.Carsten Hiesserich1-2/+7
2013-08-28Fixed Exception in DocumentOutlinePage when no document is loaded.Carsten Hiesserich1-1/+9
2013-08-22Fix NPE in DocumentOutlinePageCarsten Hiesserich1-1/+1
2013-08-22Non existing plugin dependency org.eclipse.vex.docbook.source removed.Carsten Hiesserich1-7/+0
2013-08-21Removed DocBookOutlineProvider. DocBook uses DefaultOutlineProvider now.Carsten Hiesserich8-260/+49
2013-08-19bug 410241: Namespace handling for attributes fixedchi10-61/+271
2013-08-08Reimplementation of DefaultOutlineProviderCarsten Hiesserich20-87/+861
2013-08-06configure line endings and charsetFlorian Thienel28-14/+42
2013-08-06provide launch configuration to run the Maven build locallyFlorian Thienel1-0/+18
2013-08-06new OutlineContent CSS propertyCarsten Hiesserich5-5/+125
2013-08-03StyleSheet caching changed for better performance.Carsten Hiesserich7-49/+266
2013-08-03Replaced VexWidget#dispose with a DisposeListenerCarsten Hiesserich2-7/+31

Back to the top