Commit Graph

14 Commits

Author SHA1 Message Date
305ec124ac Continuously render the debug syntax tree 2023-01-21 16:01:59 +01:00
924fd4b226 Replace block separators with "\n\n" when copying text.
Add Settings dialog.
Started implementing Emacs-like keymap.
2023-01-20 15:33:26 +01:00
1abefce1ec Fix broken Mod-L shortcut 2023-01-19 13:10:52 +01:00
0d6d5daa40 Pixel push 2023-01-19 12:43:32 +01:00
221e42e30a Add ability to display the Lezer syntax tree for debugging 2023-01-19 12:29:23 +01:00
14152fbede Implement persistent buffer 2023-01-19 00:20:50 +01:00
335390d8e5 Update key binding help text 2023-01-18 21:36:48 +01:00
80feeed26c First block should not be have auto language 2023-01-17 01:25:07 +01:00
8214bf1bbb Add ability to change language using a language selector dialog 2023-01-16 21:30:30 +01:00
fc63ad1651 Add isMac, isWindows, isLinux to a global window.platform object in the renderer 2023-01-16 15:32:45 +01:00
996d4338ce Use different initial content for development/release
#build
2023-01-15 20:24:31 +01:00
7595d3fc86 Add ability to toggle dark/light theme 2023-01-15 02:37:12 +01:00
856a9b16fd Set theme as a data property in App component 2023-01-14 23:32:53 +01:00
6dee4f81f2 Integrate Editor into Vue app
Add status bar that shows the current line number, column and block language
2023-01-14 19:51:24 +01:00