Veronica Berglyd Olsen
|
58eda950f8
|
Add test coverage for spell checker with 4 byte Unicode
|
2025-07-05 17:52:19 +02:00 |
|
Veronica Berglyd Olsen
|
ad3760762f
|
Fix spell checking when 4 byte are in use
|
2025-07-05 17:19:02 +02:00 |
|
Veronica Berglyd Olsen
|
c12a864e8a
|
Revert Qt regex and use UTF-16 to UCS-4 index map for all highlighting
|
2025-07-05 15:53:34 +02:00 |
|
Veronica Berglyd Olsen
|
8067acdc1c
|
Merge branch 'main' into unicode_fix
|
2025-07-05 14:17:16 +02:00 |
|
Veronica Berglyd Olsen
|
57bed18ccf
|
Make dialog parser and keyword lines work with 4 byte unicode
|
2025-07-05 01:50:47 +02:00 |
|
Veronica Berglyd Olsen
|
f8a333c4ea
|
Make editor auto-replace work with 4 byte Unicode
|
2025-07-05 01:50:03 +02:00 |
|
Veronica Berglyd Olsen
|
680fc32786
|
Fix highlighting of markup and spell checking for 4 byte Unicode
|
2025-07-04 23:24:23 +02:00 |
|
Veronica Berglyd Olsen
|
9af498d69a
|
Drop redundant re.UNICODE flag
|
2025-07-04 20:20:48 +02:00 |
|
Veronica Berglyd Olsen
|
5b24d8e61a
|
Fix merge issue
|
2025-06-24 17:16:39 +02:00 |
|
Veronica Berglyd Olsen
|
23ff933d38
|
Merge 2.7.2 into main
|
2025-06-24 17:12:43 +02:00 |
|
Veronica Berglyd Olsen
|
ad2288e2fc
|
Add tag value for novel docs in Outline and Novel View (#2428)
|
2025-06-24 16:05:59 +02:00 |
|
Veronica Berglyd Olsen
|
b64c2f3597
|
Refactor the theme setting meta fields and requirements
|
2025-06-20 16:35:58 +02:00 |
|
Veronica Berglyd Olsen
|
c598fdd009
|
Add separate toggle for notes in viewer
|
2025-06-19 20:30:54 +02:00 |
|
Veronica Berglyd Olsen
|
e690243fc3
|
Show notes and story structure comments in the viewer
|
2025-06-19 20:21:19 +02:00 |
|
Veronica Berglyd Olsen
|
c0da955fc6
|
Add button and menu entry for markdown highlight
|
2025-06-16 18:47:16 +02:00 |
|
Veronica Berglyd Olsen
|
148fc68590
|
Add markdown highlight format
|
2025-06-16 18:46:37 +02:00 |
|
Veronica Berglyd Olsen
|
cbc79d7082
|
Merge line highlight with existing signal handler for cursor move
|
2025-06-14 17:30:30 +02:00 |
|
Veronica Berglyd Olsen
|
6d04c88d83
|
Keep the ExtraSelection object around to prevent garbage collector race and segfault
|
2025-06-14 17:20:34 +02:00 |
|
Veronica Berglyd Olsen
|
7a95980d2f
|
Add theme setting for current line
|
2025-06-14 17:04:53 +02:00 |
|
Veronica Berglyd Olsen
|
5032ffdfd4
|
Add current line highlight
|
2025-06-14 16:44:51 +02:00 |
|
Veronica Berglyd Olsen
|
fe46a82e63
|
Change how colours are stored for status labels to use theme colour or hex format
|
2025-06-12 16:55:12 +02:00 |
|
Veronica Berglyd Olsen
|
045b2619b2
|
Merge release 2.7.1 into 2.8a0
|
2025-06-10 00:10:20 +02:00 |
|
Veronica Berglyd Olsen
|
53355dbcc6
|
Don't remove tags for the tag keyword (#2386)
|
2025-06-06 19:16:59 +02:00 |
|
Veronica Berglyd Olsen
|
53784b310e
|
Close instead of hide auto-complete menu when inactive (#2386)
|
2025-06-06 18:39:21 +02:00 |
|
Veronica Berglyd Olsen
|
0a37981251
|
Add Blue Streak Light, and update dark theme
|
2025-06-06 18:25:45 +02:00 |
|
Veronica Berglyd Olsen
|
550cba2f43
|
Add theme settings for active icons, a base colour, and accent palette colour (#2382)
|
2025-06-05 18:15:31 +02:00 |
|
Veronica Berglyd Olsen
|
0ab33e1843
|
Allow adjusting lighter and darker as well in theme files
|
2025-06-04 21:09:35 +02:00 |
|
Veronica Berglyd Olsen
|
8ce6c678aa
|
Use a transparent image for the welcome dialog
|
2025-06-04 20:37:30 +02:00 |
|
Veronica Berglyd Olsen
|
334f946870
|
Add remaining missing coverage and revert loadTheme return type
|
2025-06-03 22:47:17 +02:00 |
|
Veronica Berglyd Olsen
|
bd2353f7bc
|
Add tests for sidebar and themes
|
2025-06-03 22:36:53 +02:00 |
|
Veronica Berglyd Olsen
|
638f93499b
|
Scan themes on startup instead
|
2025-06-03 17:31:52 +02:00 |
|
Veronica Berglyd Olsen
|
60b5f660e8
|
Rename colour aqua to cyan in themes
|
2025-06-03 17:30:13 +02:00 |
|
Veronica Berglyd Olsen
|
82188d156b
|
Change the name and alpha format of colour themes
|
2025-06-03 12:02:38 +02:00 |
|
Veronica Berglyd Olsen
|
44528b6173
|
Fix icon theme reload
|
2025-06-02 23:20:51 +02:00 |
|
Veronica Berglyd Olsen
|
89a7c3e5cb
|
Add dark/light toggle button to sidebar
|
2025-06-02 23:08:01 +02:00 |
|
Veronica Berglyd Olsen
|
072d0f0acd
|
Merge and update the default themes
|
2025-06-02 18:40:58 +02:00 |
|
Veronica Berglyd Olsen
|
857327e9ef
|
Update theme colour processing and fix current tests
|
2025-06-02 17:06:28 +02:00 |
|
Veronica Berglyd Olsen
|
1fafa0dae7
|
Remove syntax theme parsing and add light and dark theme user settings
|
2025-06-02 16:28:06 +02:00 |
|
Veronica Berglyd Olsen
|
47814e35cb
|
Add support for including notes in manuscript
|
2025-05-18 22:46:54 +02:00 |
|
Veronica Berglyd Olsen
|
f22f80dafd
|
Add support for indexing and auto-completing story notes
|
2025-05-18 22:36:25 +02:00 |
|
Veronica Berglyd Olsen
|
f2f2e6cb46
|
Extend completer for editor to also support comments
|
2025-05-18 21:56:58 +02:00 |
|
Veronica Berglyd Olsen
|
bbcd11531a
|
Fix order of story structure columns in CSV export (#2313)
|
2025-05-18 17:10:32 +02:00 |
|
Veronica Berglyd Olsen
|
916039b420
|
Allow display of character count in editor footer and status bar
|
2025-05-18 16:27:30 +02:00 |
|
Veronica Berglyd Olsen
|
d58a883ca5
|
Merge branch 'main' into primary_count
|
2025-05-12 19:41:33 +02:00 |
|
Veronica Berglyd Olsen
|
9b0890c9b7
|
Improve accessibility labels for novel and project trees
|
2025-05-11 18:32:10 +02:00 |
|
Veronica Berglyd Olsen
|
6d2e9d8a04
|
Refresh novel view on count method change
|
2025-04-29 23:45:05 +02:00 |
|
Veronica Berglyd Olsen
|
9c8030e588
|
Connect the splash screen and add messages to track progress
|
2025-04-25 18:41:28 +02:00 |
|
Veronica Berglyd Olsen
|
b75ec3677c
|
Fix tests and update coverage
|
2025-04-18 19:20:56 +02:00 |
|
Veronica Berglyd Olsen
|
b60ce68fcd
|
Also record keyboard selections as a selection change
|
2025-04-18 18:20:13 +02:00 |
|
Veronica Berglyd Olsen
|
bec414a405
|
Move the decision logic of where to put new items to the NWTree class and improve (#2260)
|
2025-04-18 17:38:55 +02:00 |
|