0.0.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1 (2020-02-11)
Features
- control-view: added dummy control-view (2a8df6b), closes #1
- control-view: Added dummy-window for editing profiles (236fe8a), closes #1
- control-view: control-view has reference of editor (b7918ac)
- control-view: control-view redraws for textmodel and buttons work (a33c2ea)
- control-view: edit profile dialog (504bca6)
- control-view: profile editor supports meta data (4a75d5d)
- control-view: switched dummy tree to actual buttons in control-view (b6e4103), closes #1
- hover: started working on hover provider (b0e1365)
- info-view: added edit-profile-shortcut from info view (1f7f697)
- info-view: info view shows metadata for profile and annotation (c464362)
- info-view: info view, refactorings (d8a7134)
- perspective: implemented text annotation perspective (91c8336)
- profile-editor: basic profile and annotationclass implementations (0f4ed51), closes #4
- profile-editor: dummy window for profile editor (5c169c2), closes #2
- profile-editor: started logic implementation for profile editor (3908d68), closes #2
- structure: basic project structure from vogella tutorial (740da2b)
- structure: new file extensions (taf, tap), better exception handl. (8333f09)
- structure: preference files added (09bd2c7)
- structure: rcp plugin can be started from product file (5f05569)
- structure: removed releng/update, added icons (f3a47b3)
- structure: replaced rcp plugin with native plugin (61de2be)
- text-model: annotation meta data (c704a59)
- text-model: implement external profiles and profile registry (0c794ff)
- text-model: meta data can be edited in info view (e521b7a)
- text-model: profile datastructure supports metadata and descriptions (d28a60d)
- text-model: reeimplement textmodel logic in custom editor #large (7dea2f3)
- text-model: support annotation trimming on preannotated text (535fe41)
- text-model: syntax-highlighting uses proper coloring (033d6f2)
- text-model: use xml as internal data structure (640198e)
- text-model: xml source files are validated against xsd schemas (e8702ea)
- textmodel: replaced genericeditor with custom editor (85bc9ad)
- textmodel: started poc for integrated model and text highlighting (8e38f8d)
- textmodel: started poc for keeping textmodel in sync (5200564)
- wizard: add template file option for annotated text file wizard (b5ccc32)
- wizard: create profile file wizard (96c678a)
- wizard: create text annotation file wizard (af00d6d)
Bug Fixes
- ci: add window manager setup to ci config (aa7f071)
- ci: attempt to report coverage from exec file via jacoco cli (8c1313b)
- ci: CI Test environment needs additional setup for eclipse tests (0369518)
- ci: fix coverage report generation (1718c0c)
- ci: fix junit report path for sonar scanner (4e316c3)
- ci: fixed release deployment (ef73cb5)
- ci: fixed sonarcloud config in travis cfg (a9d9770)
- ci: merge reports for modules and then report coverage (a60fadc)
- ci: use xvfb service (885c2d8)
- control-view: dont update view if editor did not change (85f2833)
- control-view: editor finder keeps reference of workbench (f117d56)
- control-view: fixed combo box selection listener (a199bc6)
- control-view: fixed disposed error (c53630d)
- control-view: propagate profile update to editor (fb7aae6)
- control-view: update control view after profile has changed (5bf1452)
- info-view: info view now scrolls when content exceeds size (2c40c8a)
- structure: added missing dependency for nullable annotations (f0e9454)
- structure: updated eclipse repo (3e42dd2)
- test-setup: fix parser tests (8f519d5)
- text-model: damage region attempt, fix color parsing (0e76ed0)
- text-model: fixed syntax highlighting bug (f388f9c)
- text-model: rehighlight code after annotationset fix (818846a)