Search found 126 matches

by vha
28 Jun 2018 14:15
Forum: Bug reports
Topic: FIXED: v13.30b1 - <Enter> in Find/Replace/... dialog box
Replies: 3
Views: 6490

FIXED: v13.30b1 - <Enter> in Find/Replace/... dialog box

- CTRL-F to open the Find dialog box
- Enter some text
- Hit Enter

-->popup message asking if I want to replace some text

Clicking the Find button instead of <Enter> works fine


vha
by vha
28 Jun 2018 14:03
Forum: Bug reports
Topic: FIXED: v13.30b1 - GoTo line number
Replies: 6
Views: 9404

FIXED: v13.30b1 - GoTo line number

Seems like GoTo <line> isn't working

Also, is it possible to have the line number edit box as the default focus field in the goto dialog box (as it was before)

Tx, vha
by vha
19 Apr 2018 14:10
Forum: Bug reports
Topic: FIXED: 13.0 Beta 1 - highlight bug
Replies: 1
Views: 4403

FIXED: 13.0 Beta 1 - highlight bug

- Have following text

Code: Select all

aa bb
- Cursor just before 'aa'
- Hit CTRL-F, ENTER

--> aa is highlighted in dark blue, but the next 2 chars are also highlighted (in lightblue)

vha
by vha
16 Oct 2017 12:35
Forum: Bug reports
Topic: SOLVED? [12.00b2] Cursor pos when scrolling in column mode
Replies: 9
Views: 13803

Re: SOLVED? [12.00b2] Cursor pos when scrolling in column mode

- Open TextEd - CTRL-N to open a new file - Copy/paste the following text: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB AAAAAAAAAAAA AAAAAAAAAAAA AAAAAAAAAAAA AAAAAAAAAAAA AAAAAAAAAAAA AAAAAAAAAAAA...
by vha
05 Oct 2017 11:18
Forum: Bug reports
Topic: SOLVED? [12.00b2] Cursor pos when scrolling in column mode
Replies: 9
Views: 13803

Re: SOLVED? [12.00b2] Cursor pos when scrolling in column mode

Using v12.40: Reopening because not fixed - Open an existing file containing a line that is longer than the width of the edit window so the horizontal scroll bar is displayed - Copy some text to the clipboard - Go to the end of the long line - Paste the text - Switch to column mode - Cursor Down/Up ...
by vha
26 Sep 2017 06:15
Forum: Bug reports
Topic: FIXED: v12.40 b1 - unable to send bug report
Replies: 1
Views: 3997

FIXED: v12.40 b1 - unable to send bug report

When clicking the send button, entering an email address and clicking the OK button, I get the error message:

ERROR: Connection Closed Gracefully


vha
by vha
17 Jul 2017 09:11
Forum: Bug reports
Topic: ??? v12.20 b1: Error: Crash on right click in explorer panel
Replies: 5
Views: 9064

Re: ??? v12.20 b1: Error: Crash on right click in explorer p

I installed the debug version but when TextEd crashes, it doesn't create anything in %ProgramData%...

vha
by vha
12 Jul 2017 08:45
Forum: Bug reports
Topic: ??? v12.20 b1: Error: Crash on right click in explorer panel
Replies: 5
Views: 9064

Re: ??? v12.20 b1: Error: Crash on right click in explorer p

Still crashing with v12.20 64-bit...

Don't you have a test version that creates dump info you can use instead of the crash info being sent to MS?


vha
by vha
06 Jul 2017 10:14
Forum: Bug reports
Topic: ??? v12.20 b1: Error: Crash on right click in explorer panel
Replies: 5
Views: 9064

Re: v12.20 b1: Error: Crash on right click in explorer panel

One way to provoke the crash is selecting a file in the explorer panel and hit CTRL-RIGHT several times

vha
by vha
05 Jul 2017 13:59
Forum: Bug reports
Topic: ??? v12.20 b1: Error: Crash on right click in explorer panel
Replies: 5
Views: 9064

??? v12.20 b1: Error: Crash on right click in explorer panel

Using v12.20 b1 64-bit

From time to time, when selecting multiple files in the explorer panel and right clicking, TextEd crashes.

A crash report should have been sent

Edit: crash report was (automatically) sent to Microsoft instead of you...


vha
by vha
05 Jul 2017 07:01
Forum: Bug reports
Topic: FIXED: v12.20 b1: Error: Cannot make a visible window modal.
Replies: 3
Views: 6442

FIXED: v12.20 b1: Error: Cannot make a visible window modal.

Using v12.20 b1 64-bit - Open a file in TextEd - Switch to hex mode - CTRL-F to open the find window - Text to find: 20 (space character) - Hit Enter to find the 1st occurrence - F3 to find the next one - CTRL-F to open the find window - Don't enter anything, just hit the Enter key --> popup: Cannot...
by vha
05 Jul 2017 06:48
Forum: Bug reports
Topic: FIXED: v12.20 b1: right margin after hex view
Replies: 2
Views: 5632

FIXED: v12.20 b1: right margin after hex view

using v12.20 b1 64bit - Open a file in TextEd - Switch to hex view - Close TextEd - Open that same file in TextEd -> the file is displayed in non-hex view but its right margin is the one of hex view mode - Switching to hex view mode and back to normal mode restores the margin Edit: This in fact brea...
by vha
05 Jul 2017 06:44
Forum: Bug reports
Topic: FIXED: v12.20 b1: undo bug in hex mode
Replies: 2
Views: 5559

FIXED: v12.20 b1: undo bug in hex mode

using v12.20 b1 64bit - Open a file TextEd - Switch to hex view - Delete the first character - CTRL-Z -> first character is restored - CTRL-Z -> a character with hex code 0x09 is inserted - CTRL-Z -> the 0x09 is removed again - CTRL-Z -> a character with hex code 0x09 is inserted again vha