Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Bug 495466 - Use base support for Java like highlightingTom Schindl2-4/+4
2016-06-07Bug 493511 - Add support to get informed about command execution through the ...Tom Schindl3-8/+61
2016-06-07Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.e...Tom Schindl1-1/+22
2016-06-07Bug 493511 - Add support to get informed about command execution through the ...Tom Schindl1-0/+10
2016-06-07Bug 495609 - ListComboUtil: Add setupChoiceboxChristoph Caks1-1/+22
2016-05-12Bug 493551 - NodeDecorator should support creating a decorator based on an Ob...Tom Schindl1-1/+1
2016-05-12Bug 493551 - NodeDecorator should support creating a decorator based on an Ob...Tom Schindl1-0/+8
2016-05-12Bug 493503 - Invalid offset-request from AnnotationModelSupport2.4.0Tom Schindl1-10/+12
2016-05-11Bug 493447 - Cursor node is overlapping the lineTom Schindl1-0/+2
2016-05-11Bug 493446 - LineNumbers are not aligned with content Tom Schindl3-3/+9
2016-05-10Bug 491840 - Add rendering tag for MWindow to center on screenTom Schindl1-1/+1
2016-05-10Bug 491840 - Add rendering tag for MWindow to center on screenTom Schindl1-0/+5
2016-05-10Bug 493369 - Dragging beyond the ContentArea should scroll the content into viewTom Schindl2-0/+67
2016-05-10Bug 493327 - StyledTextArea Bug: drag and drop text selection scrolls toChristoph Caks1-1/+1
2016-05-10Bug 493327 - StyledTextArea Bug: drag and drop text selection scrolls toChristoph Caks1-1/+6
2016-05-10Bug 493311 - StyledTextArea Regression: char based action triggerChristoph Caks2-2/+5
2016-05-09Bug 493260 - LastLine is cut offTom Schindl2-2/+2
2016-05-09Bug 493258 - Deadlock if last char matches beginning of single line ruleTom Schindl2-1/+6
2016-05-06Bug 493139 - Util#bindContent does not workTom Schindl1-5/+5
2016-05-06Bug 493113 - Add missing executable feature to targetTom Schindl1-0/+4
2016-05-05Bug 493084 - Rework status decoration systemTom Schindl1-8/+8
2016-05-05Bug 493084 - Rework status decoration systemTom Schindl1-1/+10
2016-05-05Bug 493084 - Rework status decoration systemTom Schindl23-116/+340
2016-05-04Bug 492980 - Undo/redo behave wrong in regard of tab-indentingTom Schindl1-4/+10
2016-05-04Bug 492980 - Undo/redo behave wrong in regard of tab-indentingTom Schindl3-23/+46
2016-05-04Bug 492808 - IdentingLines when tab4spaces is active does not workTom Schindl1-4/+24
2016-05-04Bug 492808 - IdentingLines when tab4spaces is active does not workTom Schindl1-2/+11
2016-05-04Bug 492950 - StyledTextArea-ContextMenu should only display in the content area Tom Schindl1-0/+8
2016-04-29Bug 492718 - TextEditor#registerOnSelectionChange needs to deal with NULLTom Schindl1-1/+5
2016-04-29Bug 492665 - Performance: Only applyCSS() once in ContentView when calculatin...Tom Schindl1-0/+1
2016-04-29Bug 492712 - NPE if annotation has no position set Tom Schindl1-0/+3
2016-04-28Bug 492700 - Caret vanishes if ARROW key keeps pressedTom Schindl1-15/+16
2016-04-28Bug 492699 - Cache result of longest line calculation until char-width change...Tom Schindl1-2/+16
2016-04-28get rid of some more patternsTom Schindl1-3/+2
2016-04-28added util to strip of chars from a stringTom Schindl1-1/+29
2016-04-28Bug 492686 - Performance: Get rid of Pattern use in InvisibleCharSupportTom Schindl1-12/+8
2016-04-28Bug 492685 - Add support for primitive string transformationsTom Schindl1-0/+49
2016-04-28Bug 492679 - Triggering ContentProposal (eg CTRL+SPACE) while ContentPopup is...Tom Schindl1-0/+5
2016-04-28Bug 492676 - Performance: Get rid of Pattern match for code in LineHelper#cou...Tom Schindl1-5/+6
2016-04-28Bug 492665 - Performance: Only applyCSS() once in ContentView when calculatin...Tom Schindl1-1/+8
2016-04-28removed debugTom Schindl1-2/+0
2016-04-28remove debugTom Schindl1-1/+0
2016-04-28Bug 492655 - Leaking of InvalidationListener in TextNode Tom Schindl1-1/+11
2016-04-28Bug 492642 - Width calculation needs to use the tabAdvance definedTom Schindl1-1/+1
2016-04-28Bug 492639 - Allow to trigger an editor action programmaticallyTom Schindl3-0/+14
2016-04-28Bug 492639 - Allow to trigger an editor action programmaticallyTom Schindl3-1/+22
2016-04-28Bug 492633 - Caret movement (ARROW_LEFT/RIGHT) fails with windows line endingsTom Schindl1-1/+17
2016-04-28Bug 492632 - FxKeyLookup component.xml is invalidTom Schindl1-1/+1
2016-04-28Bug 492627 - Rightclick should not modify the caret Tom Schindl1-0/+4
2016-04-27regenerated with fix for Bug 492612Tom Schindl11-11/+66

Back to the top