Commit Graph

119 Commits

Author SHA1 Message Date
c865a38349 Redefine property path 2021-04-20 20:38:57 +02:00
Oystein
d2f7ad1828 Lot of stuff 2021-04-20 17:37:50 +02:00
f0a724888d Add jar bundler 2021-04-20 15:29:10 +02:00
d4d6be1930 Fix controller test 2021-04-20 12:23:40 +02:00
77ddb56d69 Extract logic from classes 2021-04-20 09:28:45 +00:00
4e6c12e7c9 Fix api docs 2021-04-15 16:27:40 +02:00
94e81e5e08 Add test templates 2021-04-15 14:17:46 +00:00
Oystein
38ea6a91fe added interfaces for file management 2021-04-12 15:51:57 +02:00
Oystein
6d1794421c comment handleCreateFolder 2021-04-12 10:58:23 +02:00
Oystein
fcab3df9fc exit dialog 2021-04-12 10:51:53 +02:00
Oystein
1156b827ac added some more with writing and reading to file 2021-04-07 12:39:52 +02:00
Oystein
79e684228f added FileStateChanged 2021-04-07 08:34:03 +02:00
Oystein
509f5224b5 if one tries to SaveAs now and projectpatch i selected, it will op there instead of deafult 2021-04-07 07:11:27 +02:00
Oystein
06397cc6cf checked for null in menubar 2021-04-07 06:51:30 +02:00
Oystein
be748d9138 added som comments 2021-04-07 06:42:48 +02:00
Oystein
ac7069e640 added some icons for fun and updated readme 2021-04-07 06:00:21 +02:00
Oystein
382ae5cbbc can now double click on directory without error 2021-04-07 04:53:36 +02:00
Oystein
2ecda54d7f added som restrictions to filetype and error alert 2021-04-07 03:26:26 +02:00
Oystein
df41e3df58 Added some to saving, add more to exceptions tomorrow 2021-04-06 20:45:15 +02:00
180627578b Add some documentation 2021-03-02 18:57:31 +01:00
41362a45d4 Add several pieces of documentation 2021-03-02 02:21:55 +01:00
1626f79ffa Fix scanner memory leak issue 2021-03-01 14:10:54 +01:00
73e2f15232 Fix java commenting issues 2021-03-01 14:10:34 +01:00
Øystein Martinussen
610411fc22 Filetreefix 2021-03-01 09:21:28 +01:00
5d25c125e1 Fix some commenting issues 2021-02-24 22:59:00 +01:00
80ebb93f5c Fix commenting issues 2021-02-24 22:25:03 +01:00
83309ea8d1 Remove unused about items 2021-02-24 15:01:47 +01:00
47c10bbc90 Add events for default editing actions 2021-02-24 14:58:27 +01:00
8ddcb9743e Add themes 2021-02-24 14:22:14 +01:00
4661495683 Add textwrap feature 2021-02-24 13:14:27 +01:00
bcbf6b5153 Add about feature 2021-02-24 11:36:04 +01:00
bfc867b8fd small regex fix 2021-02-24 10:32:13 +01:00
a299221be4 Add light theme 2021-02-23 17:51:28 +01:00
c037d09f33 Add empty language class 2021-02-23 17:30:32 +01:00
3edaf61c46 Small cleanup 2021-02-23 17:10:33 +01:00
302b10a5a6 Add comment toggle feature 2021-02-23 16:44:26 +01:00
0ba350395b Add exit handler 2021-02-23 15:10:09 +01:00
06276bcda1 Add Save/Modified display in modeline 2021-02-23 13:30:45 +01:00
d4aff39f55 Fix syntax highlight completing before char added 2021-02-23 13:06:41 +01:00
4e24363e63 Automate switching between languages 2021-02-23 00:46:43 +01:00
1860d4c57f Add syntax highlighting framework 2021-02-22 15:17:31 +01:00
f94612cf87 Add fields to model 2021-02-22 14:50:14 +01:00
Oystein
d0bddf7d46 filtre 2021-02-22 10:11:56 +01:00
8d00a00804 Restyle to banana theme 2021-02-20 13:11:45 +01:00
7fba05d279 Style application 2021-02-20 12:33:56 +01:00
066fdb26ce Add shortcuts 2021-02-20 12:15:46 +01:00
fc055382d0 Set up eventbus system 2021-02-19 22:11:33 +01:00
132749eb34 Add some text to modeline 2021-02-19 16:57:12 +01:00
0f1bcd3739 Add EventBus dependency 2021-02-19 16:56:30 +01:00
cb11a8ccd5 Remove module-info 2021-02-19 16:53:58 +01:00
d10667c193 Add Menubar items 2021-02-19 15:13:04 +01:00
2a499d09ce Rename project and add logo 2021-02-18 15:18:53 +01:00
73e389339c Modularize all components 2021-02-17 21:36:12 +01:00
c8d37c2754 Add error catch on FXMLLoader 2021-02-17 21:17:02 +01:00
8dfcaa36ec Move FileTree component 2021-02-17 21:16:34 +01:00
4c1c475520 Remove unnecessary imports 2021-02-17 21:15:36 +01:00
2d6fdd018f Extract editor from main fxml and add linenumbers 2021-02-17 21:06:09 +01:00
6d93c4cbb5 Make test public 2021-02-17 19:34:47 +01:00
1c191e2c17 Fix temp test 2021-02-17 18:43:31 +01:00
b4ca81cbcc Add Temporary test 2021-02-17 17:28:39 +01:00
24aebc1aeb Fix some imports and configuration 2021-02-17 17:28:27 +01:00
0b9791ee0c Add EditorController 2021-02-17 16:23:57 +01:00
3f591b07e0 Replace TextFlow with RichTextFX CodeArea 2021-02-17 15:40:50 +01:00
d0da791e76 Process scenebuilder output 2021-02-16 17:23:30 +01:00
Oystein
23d002b5a3 tree 2021-02-16 13:46:48 +01:00
Oystein
590f9fadc0 treecontroller 2021-02-16 13:41:47 +01:00
Oystein
98f000786c r 2021-02-16 12:35:02 +01:00
4edeb162b8 Move fxml location to resources 2021-02-16 11:40:12 +01:00
61e34a3cdf Initial commit 2021-02-12 22:25:41 +01:00