Search found 105 matches

by crtrubshaw
05 Jun 2025 23:56
Forum: Development - Beta Versions
Topic: Version 16.40 beta 1
Replies: 2
Views: 465

Re: Version 16.40 beta 1

I only noticed this now, but it seems like all my favourites are gone, if I click on the star icon on the toolbar, there is nothing there :shock:
by crtrubshaw
22 May 2025 09:28
Forum: Bugs
Topic: FIXED: Unable to save file with hidden attribute
Replies: 2
Views: 632

FIXED: Unable to save file with hidden attribute

Hi Rickard, I am able to open and edit hidden files, but I get this error when I try to save...

20250522-0927.png
20250522-0927.png (9.39 KiB) Viewed 632 times
by crtrubshaw
20 May 2025 14:48
Forum: Bugs
Topic: Rickard is In Absentia
Replies: 4
Views: 783

Re: Rickard is In Absentia

+1000

Wishing Rickard all the best in any case.
by crtrubshaw
02 Apr 2025 12:20
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3347

SOLVED: Weird cursor display issue

FYI, I think this is somehow fixed. I had set an alternative font called "Hasklig", and it got stuck at size 30 in the settings, I changed the alt. font to Consolas (10), same as my main font, and the issue stopped happening. I don't know if/why the alt. font would affect column mode or th...
by crtrubshaw
18 Mar 2025 18:31
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3347

Re: Weird cursor display issue

I can now reproduce it every time, I attached a video.

Steps were:

1. Enter column mode
2. Select over multiple lines
2. Smart paste
3. Exit column mode
by crtrubshaw
13 Mar 2025 11:59
Forum: Bugs
Topic: DONE: Menu / Keyboard / Macro / Script Commands
Replies: 3
Views: 1921

Re: DONE: Menu / Keyboard / Macro / Script Commands

Just a note on this, can you make a function to trim all white space (leading AND trailing), or separate function for trim leading? Will be useful for sort unique.

Thank you.
by crtrubshaw
06 Mar 2025 19:49
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3347

Re: Weird cursor display issue

Just to say, the issue is that the cursor remains that way after exiting column mode.

I tried this on my home PC and I cannot reproduce it, only on my work laptop - so it may be something else, it's only started in the last month or so.

Thanks for checking it though.
by crtrubshaw
05 Mar 2025 15:40
Forum: Bugs
Topic: SOLVED? Numeric Sort
Replies: 2
Views: 1496

Re: SOLVED? Numeric Sort

I have been using the regular sort, works fine.

Cheers.
by crtrubshaw
05 Mar 2025 15:39
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3347

Re: Weird cursor display issue

HI Rickard, here's what I did to reproduce... 1. Cut a bit of text to the clipboard e.g. "insert into ..." 2. With a few lines of text (Carebrook Ireland, Dallas etc), enter column select mode by holding Alt+Shift+Down (at the beginning of each line) 4. Use the shortcut for "SmartPast...
by crtrubshaw
18 Feb 2025 15:44
Forum: Bugs
Topic: SOLVED? Numeric Sort
Replies: 2
Views: 1496

SOLVED? Numeric Sort

Hi Rickard. How is the sort numeric algorithm supposed to work, does it only look at numbers, what about other data, simply ignored or subject to some other processing? Maybe I don't understand but it seems to be doing weird stuff. Just try running numeric sort (asc/desc) on this small sample below ...
by crtrubshaw
18 Feb 2025 13:47
Forum: Bugs
Topic: DONE: Menu / Keyboard / Macro / Script Commands
Replies: 3
Views: 1921

DONE: Menu / Keyboard / Macro / Script Commands

Hi Rickard, it seems the commands in the app aren't consistent depending how you use it. For example, what is available in the menus/keyboard commands aren't the same as what's available in the Macro Editor or within script (objects like MainApp, Document & ScriptUtils). Case in point I was tryi...
by crtrubshaw
18 Feb 2025 11:54
Forum: Bugs
Topic: Weird cursor display issue
Replies: 6
Views: 3347

Weird cursor display issue

Hi Rickard, sometimes when I switch to column mode or record a macro, the cursor goes weird like it takes up 3 lines (see attached).

cursor2.png
cursor2.png (7.39 KiB) Viewed 3347 times

cursor.png
cursor.png (6.1 KiB) Viewed 3347 times
by crtrubshaw
06 Feb 2025 16:16
Forum: Features
Topic: DONE: ChangedLineAction - extend functionality
Replies: 1
Views: 1410

DONE: ChangedLineAction - extend functionality

Hi Rickard, there are 2 functions - "PreviousChangedLineAction" and "NextChangedLineAction", these take you to lines which have been changed since (I think) the document was opened. These lines have a colour indicator in the gutter (green for saved, yellow for unsaved). Is it pos...
by crtrubshaw
30 Jan 2025 10:46
Forum: Features
Topic: DONE: Code folding #region in PHP
Replies: 2
Views: 1606

DONE: Code folding #region in PHP

Hi Rickard, is it possible for TextEd to recognise "#region... #endregion" as a fold node in PHP? I think it might be possible by editing PHP.syx but can't figure it out.

Thank you.