Search found 131 matches

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: 9110

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: 9110

??? 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: 6486

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: 5668

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: 5591

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
by vha
05 Jul 2017 06:26
Forum: Bug reports
Topic: FIXED: v12.20 b1: drag&drop in explorer panel not working
Replies: 1
Views: 4713

FIXED: v12.20 b1: drag&drop in explorer panel not working

Using v12.20 b1 64bit

It is not possible anymore to drag&drop the selected files in the explorer panel to TextEd's main window to open them


vha
by vha
05 Jul 2017 06:24
Forum: Bug reports
Topic: FIXED: v12.20 b1: right click in explorer panel
Replies: 1
Views: 4505

FIXED: v12.20 b1: right click in explorer panel

Using v12.20 b1 64bit

When right clicking on an empty area in the explorer panel, no context menu is opened anymore

In the previous versions one could use that to e.g. create a new file


vha
by vha
05 Jul 2017 06:22
Forum: Bug reports
Topic: NOBUG: v12.20 b1: column width of explorer panel
Replies: 1
Views: 4843

NOBUG: v12.20 b1: column width of explorer panel

Using v12.20 b1 64-bit - Explorer panel in "Detail View" - Double click on the file with the longest name - File is opened, the font of it's name is changed to bold --> Column width is not resized and the name is displayed with "..." at the end It also seems like the columns are ...
by vha
05 Jul 2017 06:18
Forum: Bug reports
Topic: FIXED:v12.20 b1: Error reading VSTColumnNames.CheckImageKind
Replies: 1
Views: 4939

FIXED:v12.20 b1: Error reading VSTColumnNames.CheckImageKind

Using v12.20 b1 64bit

- Explorer panel in "Detailed View"
- Right click the column header of the explorer panel
- Select More
--> popup: Error reading VSTColumnNames.CheckImageKind: Invalid property value

vha
by vha
11 May 2017 09:22
Forum: Bug reports
Topic: FIXED: v12.10b2: Strange message
Replies: 1
Views: 5370

FIXED: v12.10b2: Strange message

When hitting CTRL-SHIFT-INSERT I get a popup with the following text:

Code: Select all

Error reading btnOK.Kind: Property Kind does not exist
vha
by vha
05 May 2017 11:29
Forum: Bug reports
Topic: FIXED: Log File Monitoring not working in separate window
Replies: 1
Views: 5170

FIXED: Log File Monitoring not working in separate window

When dragging the window that is monitoring a file outside TextEd's main window to a separate window, TextEd stops updating that file

vha
by vha
08 Feb 2017 18:09
Forum: Bug reports
Topic: SOLVED? [12.00b2] Screen position after paste
Replies: 2
Views: 6611

Re: [12.00b2] Screen position after paste

I'm also unable to reproduce the this one and this one

I guess TextEd went into an unstable state for whatever reason...


vha
by vha
08 Feb 2017 12:32
Forum: Bug reports
Topic: SOLVED? [12.00b2] Screen position after paste
Replies: 2
Views: 6611

SOLVED? [12.00b2] Screen position after paste

Using 12.00b2 64-bit

- Have a line of text that is larger than the width of the TextEd window
- Copy some characters to the clipboard
- Set the cursor at the end of the line
- Paste

--> Screen shows the left part of the text instead of remaining at the end of the line


vha
by vha
08 Feb 2017 11:57
Forum: Bug reports
Topic: SOLVED? [12.00b2] Cursor pos when scrolling in column mode
Replies: 9
Views: 13877

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

Using 12.00b2 64-bit

- Have following text

Code: Select all

aaa

bbb
- Cursor at the end of the 1st line
- Switch to column mode
- CURSOR DOWN
- CURSOR DOWN

--> cursor is now at the start of the 3rd line instead of at the end of it

vha
by vha
02 Feb 2017 14:56
Forum: Bug reports
Topic: FIXED: [12.00b1] Tab order changed in Replace dialog box?
Replies: 2
Views: 6701

FIXED: [12.00b1] Tab order changed in Replace dialog box?

Was the tab order in the Replace dialog box of previous versions of TextED not "Text to find", then "Replace with" and the the rest? Now the icons to the right of "Text to find" come before "Replace with". Since most of the time you only use the 2 edit boxes, ...