9800e15Inserting words and sub-words from YAML variable names into editor.djarvis • 2016-11-04
e0b7cddMatched node with variable search.djarvis • 2016-11-01
0fda25fClass code reorg. Retrieve the word typed in variable select mode.djarvis • 2016-10-28
24d7a9cRemoved fallback listener. Made input map a local instance. Removed autocomplete state.djarvis • 2016-10-28
4d4b79bSeparated typed keys from pressed keys.djarvis • 2016-10-27
80d19c9Intercepting all keystrokes when inside variable-selection mode (that is, the at key was pressed).djarvis • 2016-10-27
5ce319cService interface and implementation for alert dialogs.djarvis • 2016-10-24
420a9ffCreated alert service (could be dialog service) for error and confirmation messages. Bound at symbol to menu pop-up.djarvis • 2016-10-24
4ae090bRefactored adding event listeners to the markdown editor pane so that the at symbol can trigger actions related to YAML documents.djarvis • 2016-10-23
26ae098Restructured MarkdownEditorPane into separate bite-sized method chunks.djarvis • 2016-10-22
fdb59d9Fixed recursion for YAML variables.djarvis • 2016-10-22
d25498eYAML parsing into a tree view (still buggy).djarvis • 2016-10-22
6c6fb79Started to make resource properties consistent.djarvis • 2016-10-21
da1354dRemoved extraneous previews in favour of single preview pane. Simplified preview to single class in preparation to pipeline the markdown before rendering as HTML.djarvis • 2016-10-20
2a42516Made options and settings services to decouple them from the application. Added default implementations for both.djarvis • 2016-10-18
2e76df9Added dependency on Apache Commons Configuration. Code formatting. Added interface for application properties. Added default configuration values, such as Rmd as a filename specification for the file dialog.djarvis • 2016-10-17
5969a1eAdded SVG version of logo to replace PNG files.djarvis • 2016-10-17
fc10747fixed sync scrolling because textArea.estimatedScrollY changed behaviour from RichTextFX 0.7-M1 to 0.7-M2:Karl Tauber • 2016-07-26
3169e2fRichTextFX updated to versoin 0.7-M2Karl Tauber • 2016-07-26
025c9d9Eclipse Gradle Buildship plug-in updated to 1.0.15Karl Tauber • 2016-05-28
2533f30MarkdownEditorPane: use ChangeListener instead of InvalidationListener (for updating scrollY property) to reduce number of eventsKarl Tauber • 2016-05-13
f10e945RichTextFX updated to versoin 0.7-M1Karl Tauber • 2016-05-13
6ee7394FontAwesomeFX updated to versoin 8.10Karl Tauber • 2016-04-15
196f453Travis: use latest Java 8Karl Tauber • 2016-04-15
1094363updated version to 0.2Karl Tauber • 2016-02-12
3061782new screenshot made on Win 10Karl Tauber • 2016-02-12
dc157f7build.gradle: add images (for README.md) to distribution ZIPKarl Tauber • 2016-02-12
c72b2dcexternalized strings to messages.propertiesKarl Tauber • 2016-02-12
dafe8f4FontAwesomeFX updated to versoin 8.9Karl Tauber • 2016-02-11
a914014improved user experience of saving all modified tabs and closing all tabs (no longer close unmodified tabs before saving modified tabs)Karl Tauber • 2015-12-30
1d7b732RichTextFX updated to versoin 0.6.10 and removed code that workarounds issues in older RichTextFX versionsKarl Tauber • 2015-12-29
405f7c4RichTextFX updated to versoin 0.6.9Karl Tauber • 2015-09-27
e03139bpegdown Markdown parser updated to version 1.6; added five new pegdown 1.6 extension flags to Markdown Options tabKarl Tauber • 2015-09-27
db49ddbfixed typo in README.mdKarl Tauber • 2015-08-27
04e2e94README.md: added direct download link to relased ZIPKarl Tauber • 2015-08-25
1217dfbRichTextFX update to 0.6.6Karl Tauber • 2015-08-25
652ee7dParagraphOverlayGraphicFactory and WhitespaceOverlayFactory introduced to editor (use Alt+W to show whitespace characters)Karl Tauber • 2015-08-03
1e6c174eclipse project now depends on buildship Eclipse plugin, which adds dependencies to project (no longer need to keep own copies of libraries)Karl Tauber • 2015-08-02
c5c4826basic build.gradle added; moved *.css to resources folderKarl Tauber • 2015-08-02
6d015d3MainWindow: inlines Edit and Insert action methodsKarl Tauber • 2015-07-30
e21db10MainWindow: simple Action class introducedKarl Tauber • 2015-07-30
78d69efMainWindow: compute keyboard shortcuts for editor from menubarKarl Tauber • 2015-07-30
4d058f0MainWindow: merged createMenuBar() and createToolBar() into single method to share 'disable' bindingsKarl Tauber • 2015-07-30
cd80272'Bold' and 'Insert' actions added to menu/toolbarKarl Tauber • 2015-07-30
aa786ceWebViewPreview: avoid that web preview scrolls to top when typing fast into the editor and web engine is still loading previous change while we try to get window.scrollX and window.scrollY for next changeKarl Tauber • 2015-07-30
13238a9fixed syncronized scrolling (did not always work when activating an alreay opened tab)Karl Tauber • 2015-07-29
ab48211fixed menu shortcuts: When the editor control (RichTextFX) is focused, it consumes all key events and the menu accelerators do not work. Workaround: install keyboard shortcuts into the editor component.Karl Tauber • 2015-07-28