Search found 1073 matches

by Rickard Johansson
23 May 2025 15:58
Forum: Bugs
Topic: FIXED: Unable to save file with hidden attribute
Replies: 2
Views: 928

Re: Unable to save file with hidden attribute

Still working on new features, but I'll get around to it eventually...
by Rickard Johansson
20 May 2025 18:50
Forum: Bugs
Topic: Rickard is In Absentia
Replies: 4
Views: 1216

Re: Rickard is In Absentia

Image
by Rickard Johansson
20 May 2025 17:08
Forum: Next release
Topic: Version 16.40
Replies: 4
Views: 4876

Version 16.40

----------------------------------------------------------- Version 16.40 (May 27, 2025) ----------------------------------------------------------- Text compare Added a few new options to handle spaces, tabs and linefeeds when comparing text. Options Added a new page for text compare to make it eas...
by Rickard Johansson
17 Mar 2025 17:36
Forum: Features
Topic: DONE? Treat tabs as n of spaces in file comparison
Replies: 2
Views: 1798

Re: Treat tabs as n of spaces in file comparison

There is an option to ignore spaces and tabs that may work.

I'll add some new option in the next release:

- Ignore leading spaces
- Ignore trailing spaces
- Ignore line endings (Windows/Unix/Mac)
...
by Rickard Johansson
17 Mar 2025 17:19
Forum: MPad
Topic: Version 1.40
Replies: 0
Views: 3664

Version 1.40

----------------------------------------------------------- Version 1.40 (Mar 12, 2025) ----------------------------------------------------------- Sort lines (unique) Added new menu items to sort selected lines and remove duplicates (unique). PHP Regions should work properly now. E.g. #region ... #...
by Rickard Johansson
16 Mar 2025 21:44
Forum: Bugs
Topic: FIXED? Tooltips for icons in file comparison tool
Replies: 1
Views: 1244

Re: Tooltips for icons in file comparison tool

I think this has been fixed in v16.38. Thanks!
by Rickard Johansson
16 Mar 2025 21:43
Forum: Next release
Topic: Version 16.38
Replies: 0
Views: 19831

Version 16.38

----------------------------------------------------------- Version 16.38 (Mar 16, 2025) ----------------------------------------------------------- Sort lines (unique) Added new menu items to sort selected lines and remove duplicates (unique). The sort commands are also available as macro commands ...
by Rickard Johansson
05 Mar 2025 21:15
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3607

Re: Weird cursor display issue

This is what I get when trying:

cursor1.png
cursor1.png (4.52 KiB) Viewed 3429 times
cursor2.png
cursor2.png (9.51 KiB) Viewed 3429 times
by Rickard Johansson
05 Mar 2025 19:09
Forum: Bugs
Topic: DONE: Menu / Keyboard / Macro / Script Commands
Replies: 3
Views: 2303

Re: Menu / Keyboard / Macro / Script Commands

Added 2 new menu items to sort unique asc/desc.

Added sort unique and trim trailing spaces to macros and as functions in scripts (MainApp object).

Done in v16.38.
by Rickard Johansson
05 Mar 2025 14:14
Forum: Bugs
Topic: Consecutive ligatures in a string aren't displayed correctly
Replies: 1
Views: 1707

Re: Consecutive ligatures in a string aren't displayed correctly

It seems to work at my end. Maybe you need some specific setting for it to happen? (Or maybe you've made some change in the syntax file?).

2025-03-05_141210.png
2025-03-05_141210.png (9.27 KiB) Viewed 1615 times
by Rickard Johansson
05 Mar 2025 14:02
Forum: Bugs
Topic: SOLVED? Numeric Sort
Replies: 2
Views: 1708

Re: Numeric Sort

It's an really old feature used when natural sorting wasn't used in Windows (before Windows XP).

Use the normal sort function instead. Also, it doesn't work properly if letters are found before the numbers.
by Rickard Johansson
05 Mar 2025 13:39
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3607

Re: Weird cursor display issue

I haven't seen that myself, but it looks like a selection over 3 lines on the same column.
Maybe you could confirm it (it should disappear if you press an arrow key).
by Rickard Johansson
19 Feb 2025 15:36
Forum: Next release
Topic: Version 16.37
Replies: 2
Views: 25717

Re: Version 16.37

by Rickard Johansson
15 Feb 2025 15:20
Forum: Next release
Topic: Version 16.37
Replies: 2
Views: 25717

Version 16.37

----------------------------------------------------------- Version 16.37 (Feb 14, 2024) ----------------------------------------------------------- PHP Regions should work properly now. E.g. #region ... #endregion //__START__ ... //__END__ Keyboard actions Added two new actions. - NextChangedLineAl...
by Rickard Johansson
14 Feb 2025 19:25
Forum: Features
Topic: DONE: ChangedLineAction - extend functionality
Replies: 1
Views: 1527

Re: ChangedLineAction - extend functionality

Added in next release (v16.37). Thanks!