Search found 133 matches

by micha_he
17 Dec 2025 15:51
Forum: Bugs
Topic: [16.53] Smart paste in column mode
Replies: 2
Views: 10924

Re: [16.53] Smart paste in column mode

Thanks, I only noticed both by chance.
by micha_he
17 Dec 2025 09:31
Forum: Bugs
Topic: [16.53] Smart paste in column mode
Replies: 2
Views: 10924

[16.53] Smart paste in column mode

Following example:
aa
bb
cc
11
22
33
44

Cut lines 33 and 44 and copy them to the clipboard.
Set the cursor behind the "11". Activate the "Column mode" and insert a TAB and paste the clipboard-content with "smart paste" (Ctrl+Shift+V)

The result in the line 5 (22 44) are spaces instead of a ...
by micha_he
19 Mar 2025 09:53
Forum: Features
Topic: DONE: Search Clipboard
Replies: 4
Views: 45354

Re: Search Clipboard

No, a search in the current document for the current content of the clipboard.

Or other, a short version for:

- Ctrl-F
- Ctrl-V
- Enter
- ESC
by micha_he
19 Mar 2025 08:08
Forum: Features
Topic: DONE: Search Clipboard
Replies: 4
Views: 45354

DONE: Search Clipboard

If you have to search often or a lot, a function & menue 'Search for clipboard-content' would be great.

Or maybe better: 'Find next clipboard-content'
by micha_he
07 Jun 2024 11:40
Forum: Bugs
Topic: Refresh the file when it's updated elsewhere
Replies: 1
Views: 8277

Re: Refresh the file when it's updated elsewhere

You mean:

Environment / Options / File / Miscellaneus / Warn if document has been changed by external program?
by micha_he
06 Feb 2024 09:38
Forum: Bugs
Topic: FIXED: [V16.11] Last options are ignored in search
Replies: 2
Views: 8880

FIXED: [V16.11] Last options are ignored in search

The last added options, are not found by the option-search. Neither in English nor in German.
IgnoredInSearch.jpg
IgnoredInSearch.jpg (55.94 KiB) Viewed 8880 times
by micha_he
31 Jan 2024 09:39
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 102159

Re: resolved: new syntax files... ugh!!

The change (in V16.02 and newer, tested with actual V16.11) with the AutoIt #ce-line not fully work !
It works only, if #ce is followed by a space.

Otherwise, the entire remaining source code is seen/marked as a comment.
by micha_he
24 Jan 2024 09:11
Forum: Features
Topic: Local Help CHM in Menu
Replies: 2
Views: 42832

Re: Local Help CHM in Menu

If you copy it to "...\InstallData\Help\RJ TextEd.chm" you could use the normal help-menu !?
by micha_he
30 Nov 2023 10:09
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 102159

Re: new syntax files... ugh!!


Anyway, I *do* have a possible, *very* minor, bug in your AutoIt syntax file...
In block comments, #ce is "end of block", but it is *still* a comment line, so the entire line *should* be in the Comment color, but it is not...
The #ce is comment color, but the rest of the line is not... see ...
by micha_he
29 Nov 2023 07:43
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 102159

Re: new syntax files... ugh!!

I have no idea, it should actually work out of the box.
by micha_he
24 Oct 2023 09:46
Forum: Features
Topic: Request: Recognize highlighter with RegEx
Replies: 5
Views: 55297

Re: Request: Recognize highlighter with RegEx

For my case not practical :wink:

Was just an idea, to change extension to RegEx-filename. When there is no general interest, leave it as it is.
by micha_he
24 Oct 2023 08:19
Forum: Features
Topic: Request: Recognize highlighter with RegEx
Replies: 5
Views: 55297

Re: Request: Recognize highlighter with RegEx

The alternative you mentioned sounds good, but it only works if the file is always in the same location.
My the rule-files are some with identical/similar filenames, but in various locations. Then your implementation wouldn't work, or?
by micha_he
23 Oct 2023 09:25
Forum: Features
Topic: Request: Recognize highlighter with RegEx
Replies: 5
Views: 55297

Request: Recognize highlighter with RegEx

My old feuture-request is missing !? Try it again here...

Instead of recognize the highlighter via the file-extension only, recognize it via the full filename and a RegEx-string.

With this change you could assign a separate highlighter to files like:

Rules (name begin with fixed chars, without ...
by micha_he
31 Mar 2023 12:00
Forum: Features
Topic: DONE: Tool output
Replies: 13
Views: 33598

Re: DONE: Tool output


The problem with the lost CRLF still exists in V15.83.
It's not something I can reproduce. It should work with CRLF, CR and LF. As long as the tool running in the background outputs CRLF's.
Repeat the test when "Run in backgroud" is activated!

Edit: Here's my test-tool (compiled AutoIt), which ...
by micha_he
22 Mar 2023 07:45
Forum: Features
Topic: DONE: Tool output
Replies: 13
Views: 33598

Re: DONE: Tool output

The problem with the lost CRLF still exists in V15.83.

And the "Messages"-windows is receive the output-text while the tool is running, but the "Messages"-windows remains unfortunately minimized and is maximized only when the tools ends.