Veronica Berglyd Olsen
|
a5b2e47098
|
Don't block auto-replace on keyword lines, and only show completer on single keypresses
|
2023-11-12 21:27:24 +01:00 |
|
Veronica Berglyd Olsen
|
28b3046e51
|
Update editor code history
|
2023-11-12 20:55:31 +01:00 |
|
Veronica Berglyd Olsen
|
45b278f999
|
Fix an outdated comment
|
2023-11-12 20:38:38 +01:00 |
|
Veronica Berglyd Olsen
|
37e0319598
|
Clean up code a bit
|
2023-11-12 20:38:03 +01:00 |
|
Veronica Berglyd Olsen
|
597b788254
|
Implement a new word auto select feature that is more careful with punctuation
|
2023-11-12 20:11:31 +01:00 |
|
Veronica Berglyd Olsen
|
e4206bdcc0
|
Make autoselect and formatting selection a bit smarter
|
2023-11-12 19:44:24 +01:00 |
|
Veronica Berglyd Olsen
|
ebe1998b0b
|
Fix initial visibility of editor toolbar
|
2023-11-08 23:26:00 +01:00 |
|
Veronica Berglyd Olsen
|
003615c3be
|
Make some minor modifications to the doc toolbar, and add typings in themes
|
2023-11-08 21:27:14 +01:00 |
|
Veronica Berglyd Olsen
|
5fbcca35a5
|
Make sure toolbar is hidden when document is closed
|
2023-11-08 18:16:55 +01:00 |
|
Veronica Berglyd Olsen
|
711766cf52
|
Change main menu to emit signals
|
2023-11-08 18:00:43 +01:00 |
|
Veronica Berglyd Olsen
|
1a6072be2c
|
Add editor toolbar icons
|
2023-11-08 16:54:42 +01:00 |
|
Veronica Berglyd Olsen
|
394cdd5dad
|
Add a basic document editor toolbar
|
2023-11-07 17:48:34 +01:00 |
|
Veronica Berglyd Olsen
|
d2a0ff88a6
|
Add shortcodes to main menu
|
2023-11-07 13:54:02 +01:00 |
|
Veronica Berglyd Olsen
|
eb5a98f482
|
Sort imports
|
2023-11-06 22:45:37 +01:00 |
|
Veronica Berglyd Olsen
|
ccd3122633
|
Make some improvements and update tests
|
2023-11-06 22:42:02 +01:00 |
|
Veronica Berglyd Olsen
|
f17e1f38de
|
Add option to create note from tag, and improve auto-completer a bit
|
2023-11-06 22:25:28 +01:00 |
|
Veronica Berglyd Olsen
|
ce53971836
|
Improve code flow in completer class
|
2023-11-06 19:15:43 +01:00 |
|
Veronica Berglyd Olsen
|
d827b5204b
|
Add meta data autocomplete menu
|
2023-11-06 18:22:39 +01:00 |
|
Veronica Berglyd Olsen
|
b03603cc9b
|
Update tests and word counter
|
2023-11-06 11:49:26 +01:00 |
|
Veronica Berglyd Olsen
|
654ff3e81d
|
Fix bug from merged branch
|
2023-11-05 21:00:23 +01:00 |
|
Veronica Berglyd Olsen
|
a2a1e2e6d0
|
Merge branch 'main' into dev
|
2023-11-05 18:54:52 +01:00 |
|
Veronica Berglyd Olsen
|
dd61897d11
|
Force a rehighlight on theme switch for small documents (#1535)
|
2023-11-04 17:43:02 +01:00 |
|
Veronica Berglyd Olsen
|
8abcada86e
|
Make sure all QMenu instances have a parent widget set (#1536)
|
2023-11-04 17:24:43 +01:00 |
|
Veronica Berglyd Olsen
|
9dd8f65795
|
Clean up a few bits in the editor code, fix margins, and fix issue in spell checker
|
2023-10-17 20:25:17 +02:00 |
|
Veronica Berglyd Olsen
|
c3a4b840fb
|
Improve handling of spell check state
|
2023-09-14 16:26:05 +02:00 |
|
Veronica Berglyd Olsen
|
309c7de5de
|
Clean up variables in editor
|
2023-09-14 16:20:38 +02:00 |
|
Veronica Berglyd Olsen
|
45a4503fa3
|
Clean up variables in document editor
|
2023-09-10 23:43:50 +02:00 |
|
Veronica Berglyd Olsen
|
dea5c54ef0
|
Make some minor improvements to spell check suggest
|
2023-09-10 21:52:38 +02:00 |
|
Veronica Berglyd Olsen
|
f1e28e21f8
|
Cache spell check errors for usage in the editor when correcting
|
2023-09-10 21:27:34 +02:00 |
|
Veronica Berglyd Olsen
|
e210bca319
|
Move the thread pool to the shared object instance
|
2023-09-10 17:46:35 +02:00 |
|
Veronica Berglyd Olsen
|
16e2e0cc83
|
Add a custom text document in the editor
|
2023-09-07 19:20:00 +02:00 |
|
Veronica Berglyd Olsen
|
915b9da5d0
|
Remove document size constraint
|
2023-09-06 20:35:48 +02:00 |
|
Veronica Berglyd Olsen
|
0ef46ef0ea
|
Simplify editor scrolling features
|
2023-09-06 20:05:13 +02:00 |
|
Veronica Berglyd Olsen
|
0bfa3cb592
|
Simplify setting cursor position in the editor
|
2023-09-06 18:20:25 +02:00 |
|
Veronica Berglyd Olsen
|
8c3e906fc5
|
Remove the big doc limit feature
|
2023-09-06 17:56:39 +02:00 |
|
Veronica Berglyd Olsen
|
2b98e0d4d2
|
Make the editor a plain text editor again
|
2023-09-06 17:47:25 +02:00 |
|
Veronica Berglyd Olsen
|
ca3a493932
|
Fix type checking warning
|
2023-09-04 20:12:26 +02:00 |
|
Veronica Berglyd Olsen
|
b450fa1818
|
Annotate the doc editor source
|
2023-09-01 21:36:57 +02:00 |
|
Veronica Berglyd Olsen
|
d7c8f97d47
|
Add test coverage and fix a few minor things
|
2023-08-31 16:38:51 +02:00 |
|
Veronica Berglyd Olsen
|
94329b334a
|
Forward all scroll events in editor/viewer areas to their text area widgets (#1425)
|
2023-08-31 11:40:52 +02:00 |
|
Veronica Berglyd Olsen
|
9bf43aa40f
|
Update the file info dialog box
|
2023-08-30 18:57:48 +02:00 |
|
Veronica Berglyd Olsen
|
b3fcea29da
|
Change how text hash is calculated in documents, and add dates
|
2023-08-25 16:55:08 +02:00 |
|
Veronica Berglyd Olsen
|
56fc5ec40c
|
Add spell check languages to Tools menu
|
2023-08-25 13:09:05 +02:00 |
|
Veronica Berglyd Olsen
|
a72c824d8b
|
Move all handling of spell check instance to shared class
|
2023-08-24 22:33:53 +02:00 |
|
Veronica Berglyd Olsen
|
b54f81355a
|
Clean up the syntax highlighter class
|
2023-08-24 20:40:10 +02:00 |
|
Veronica Berglyd Olsen
|
f7ed133b2e
|
Move the spell check instance to the shared class
|
2023-08-24 20:17:23 +02:00 |
|
Veronica Berglyd Olsen
|
a17e73b5a2
|
Let the shared class handle alert dialogs
|
2023-08-14 17:08:53 +02:00 |
|
Veronica Berglyd Olsen
|
156a6fac98
|
Use a signal for status bar messages
|
2023-08-14 00:03:55 +02:00 |
|
Veronica Berglyd Olsen
|
c4140d753c
|
Improve handling of project closing
|
2023-08-13 23:32:10 +02:00 |
|
Veronica Berglyd Olsen
|
863dcf8b37
|
Move theme and project instances to new shared data class
|
2023-08-10 21:13:10 +02:00 |
|