Search found 1047 matches

by Rickard Johansson
24 Apr 2015 13:32
Forum: Scripts
Topic: Current line index
Replies: 9
Views: 24903

Re: Current line index

A simpler way to delete the current line would be add:

Code: Select all

...
  Document.SelectCurrentLine;
  Document.SelText := '';
...
Just saying :wink:
by Rickard Johansson
14 Apr 2015 16:41
Forum: Bug reports
Topic: ??? Copy/Paste in TextED File Explorer not working
Replies: 3
Views: 7686

Re: ??? Copy/Paste in TextED File Explorer not working

Windows Explorer seems to work the same way, so no bug.
by Rickard Johansson
14 Apr 2015 15:30
Forum: Bug reports
Topic: ??? Copy/Paste in TextED File Explorer not working
Replies: 3
Views: 7686

Re: Copy/Paste in TextED File Explorer not working

I can't reproduce it. I've tested both the explorer panels and file commander.
by Rickard Johansson
14 Apr 2015 15:09
Forum: Bug reports
Topic: FIXED: Split window syntax highlighting
Replies: 1
Views: 5316

Re: Split window syntax highlighting

Fixed. Thank you!
by Rickard Johansson
14 Apr 2015 13:24
Forum: Bug reports
Topic: FIXED? Find/Replace in selection works unstably
Replies: 5
Views: 9500

Re: Find/Replace in selection works unstably

If some of your problems occurred in Unix/Linux files I may have fixed your other issues as well.
by Rickard Johansson
14 Apr 2015 13:23
Forum: Bug reports
Topic: FIXED: Find/Replace bug
Replies: 4
Views: 8861

Re: Find/Replace bug

The issues are connected to some changes I made to handle mixed line breaks. It's been fixed. Thanks!
by Rickard Johansson
14 Apr 2015 12:29
Forum: Bug reports
Topic: FIXED? Find/Replace in selection works unstably
Replies: 5
Views: 9500

Re: Find/Replace in selection works unstably

The count issue in selection has been fixed...
by Rickard Johansson
13 Apr 2015 16:45
Forum: Bug reports
Topic: FIXED: Find/Replace bug
Replies: 4
Views: 8861

Re: Find/Replace bug

Did you mean replace or replace all? Do you know which options you used?
by Rickard Johansson
13 Apr 2015 16:41
Forum: Bug reports
Topic: FIXED? Find/Replace in selection works unstably
Replies: 5
Views: 9500

Re: Find/Replace in selection works unstably

I tried with some different options but I can't reproduce the issue. I did find a count problem with the option "Match whole word", but nothing else...
by Rickard Johansson
13 Apr 2015 16:04
Forum: Bug reports
Topic: FIXED: Find-Next after GoTo Line
Replies: 1
Views: 5334

Re: Find-Next after GoTo Line

Fixed. Thanks!
by Rickard Johansson
10 Apr 2015 21:50
Forum: Bug reports
Topic: FIXED: Options panel | help via "?" button | Dual Monitor
Replies: 3
Views: 8244

Re: ??? Options panel | help via "?" button | Dual Monitor

Fixed in v10.23 final.

It was caused by a bug in Microsoft HTML Help Control "hhctrl.ocx". I replaced the HTML popup help with normal tooltips.
by Rickard Johansson
09 Apr 2015 17:52
Forum: Bug reports
Topic: FIXED: Options panel | help via "?" button | Dual Monitor
Replies: 3
Views: 8244

Re: Options panel | Control help via "?" button | Dual Monit

I've tried to reproduce it with the secondary monitor to the right. I can't see anything wrong. I've also tried themes and 32/64 bit versions.
by Rickard Johansson
07 Apr 2015 15:45
Forum: Bug reports
Topic: SOLVED? TextED slow to open a file
Replies: 2
Views: 7106

Re: TextED slow to open a file

I tried this with both the exception catching software enabled and disabled and there seems to be a very noticeable difference. It should work faster in the final release (release version without the exception catcher).
by Rickard Johansson
07 Apr 2015 15:10
Forum: Bug reports
Topic: Bug reports in this forum
Replies: 0
Views: 19500

Bug reports in this forum

Please use this forum when posting bug reports for beta versions. It will keep the normal bug report thread a bit cleaner and all beta related issues in the same place.
by Rickard Johansson
07 Apr 2015 14:15
Forum: Bug reports
Topic: SOLVED? Crash
Replies: 5
Views: 9171

Re: SOLVED? Crash

Well, the crash occur in the exception catcher software and not in the main program. It's not 100% reliable (and never has been) but it's still usable in a beta build to catch problems...