Search found 1049 matches

by Rickard Johansson
12 Apr 2024 14:34
Forum: Bugs
Topic: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom
Replies: 5
Views: 118

Re: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom

I can't reproduce that. It zooms fine at my end (without switching to the alt font).

I'm going to need more information to solve your issue...
by Rickard Johansson
12 Apr 2024 14:28
Forum: Bugs
Topic: SOLVED? Tab Insert Spaces Option Not Working Correctly
Replies: 7
Views: 157

Re: Tab Insert Spaces Option Not Working Correctly

"Preserve tabs characters" should be set when you're not using "Tab inserts spaces" (if you're using tab characters you obviously want them preserved when you open or save the document). I'll fix that in a later release. tim_crouse: Please check you setting when the C++ highlight...
by Rickard Johansson
11 Apr 2024 19:01
Forum: MPad
Topic: Version 1.33
Replies: 0
Views: 164

Version 1.33

----------------------------------------------------------- Version 1.33 (Apr 11, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...
by Rickard Johansson
10 Apr 2024 14:01
Forum: Next release
Topic: Version 16.16
Replies: 1
Views: 308

Version 16.16

----------------------------------------------------------- Version 16.16 (Apr 5, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...
by Rickard Johansson
10 Apr 2024 12:40
Forum: Bugs
Topic: FIXED: Find-Replace Default Text bug
Replies: 2
Views: 148

Re: Find-Replace Default Text bug

Ctrl+F/Ctrl+R was fixed when using a search-bar and Ctrl+F when using a dialog window. But not Ctrl+R.

It's fixed now in the final version. Thanks!
by Rickard Johansson
09 Apr 2024 17:04
Forum: Syntax files
Topic: 'Problem' with PHP
Replies: 2
Views: 124

Re: 'Problem' with PHP

I've updated the PHP syntax file (PHP.syx) in v16.16 (final release).

If you want, you can make the change yourself. In PHP.syx change the #Methods=... to

Code: Select all

#Methods=[\w-_]+(?=[\s(])
by Rickard Johansson
09 Apr 2024 16:54
Forum: Bugs
Topic: FIXED: [V16.16b2] Find issue
Replies: 2
Views: 96

Re: [V16.16b2] Find issue

Fixed in final release. Thanks!
by Rickard Johansson
09 Apr 2024 16:41
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 148

Re: V16.16b2 - Ctrl-right/left is broken again...

Fixed in final release. Thanks! This is were it stops in the final version. return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ; stops: | | | | | | | | | expected: | | | | | | |
by Rickard Johansson
09 Apr 2024 15:00
Forum: Bugs
Topic: FIXED: V16.16b2 - Ctrl-right/left is broken again...
Replies: 4
Views: 148

Re: V16.16b2 - Ctrl-right/left is broken again...

Seems you're using the option to "Ignore symbols" with Ctrl+Left/Right... I'll look into it.
by Rickard Johansson
08 Apr 2024 13:26
Forum: Bug reports
Topic: FIXED: [16.16b2] CTRL-BACKSPACE crash
Replies: 1
Views: 170

Re: [16.16b2] CTRL-BACKSPACE crash

Fixed! Thank you :)
by Rickard Johansson
06 Apr 2024 14:52
Forum: Development - Beta Versions
Topic: Version 16.16 beta 2
Replies: 0
Views: 207

Version 16.16 beta 2

Move cursor between words with "Always move to beginning of word Re-wrote the functions to move the cursor a word to the left/right. It should work better now (I think). Delete next word with "Delete to beginning of next word" Re-wrote the function. It should behave better now... ---...
by Rickard Johansson
05 Apr 2024 14:35
Forum: Bug reports
Topic: FIXED: [16.16b1] CTRL-DEL
Replies: 4
Views: 147

Re: [16.16b1] CTRL-DEL

The behavior depends on your settings. If you set the option to "Delete to beginning of next word" - it will not behave like in VS Code...

Still, I guess aaa_bbb_ccc should be considered as one word?
by Rickard Johansson
05 Apr 2024 13:33
Forum: Development - Beta Versions
Topic: Version 16.16 beta 1
Replies: 0
Views: 99

Version 16.16 beta 1

----------------------------------------------------------- Version 16.16 (Apr 5, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...