Search found 131 matches

by vha
08 Sep 2016 14:05
Forum: Bug reports
Topic: FIXED: [11.20b1] Another isssue with CTRL-Click
Replies: 3
Views: 8427

FIXED: [11.20b1] Another isssue with CTRL-Click

- Have this text

Code: Select all

aa
bb
cc
dd
- Select line 1 and 2
- Ctrl-Click to also select line 4
- Ctrl-C to copy yo clipboard
- Set cursor past the last line, Ctrl-V

--> result:

Code: Select all

aa
bb
cc
dd
aa
bb

dd
--> an extra empty line is added

vha
by vha
08 Sep 2016 14:01
Forum: Bug reports
Topic: FIXED: [11.20b1] Issue with CTRL-Click
Replies: 3
Views: 8253

FIXED: [11.20b1] Issue with CTRL-Click

- Have this text

Code: Select all

aa
bb
cc
- Click left of aa to select the line
- CTRL-Click left of bb to also select bb

--> aa is deselected

vha
by vha
03 Jul 2016 17:53
Forum: Bug reports
Topic: [11.10b1] Hibernate use trashcan
Replies: 3
Views: 9127

Re: [11.10b1] Hibernate use trashcan

Make it an option?
by vha
23 May 2016 12:32
Forum: Bug reports
Topic: FIXED:11.07b1: Access violation when DBLCLCK in the explorer
Replies: 1
Views: 7280

FIXED:11.07b1: Access violation when DBLCLCK in the explorer

Using 11.07b1 - 64-bit

When double clicking in an empty area in the explorer window, I get en access violation at address 0000000000E08D64, read of address 0000000000000000


vha
by vha
15 Feb 2016 15:37
Forum: Bug reports
Topic: FIXED: [11.0b4] CTRL-A on a 2MB file
Replies: 1
Views: 6199

FIXED: [11.0b4] CTRL-A on a 2MB file

Using 11.0b4

Executing CTRL-A (select all) on a 2MB ANSI file (about 50k lines) makes TextED hang (using 100% of a CPU core)


vha
by vha
12 Feb 2016 13:58
Forum: Bug reports
Topic: FIXED: [11.0b3] Selected row number not counted
Replies: 4
Views: 10749

Re: [11.0b3] Selected row number not counted

I think he means the number of selected rows is missing in the first screenshot: "(114)" shound be "(114|4)" in the status bar

vha
by vha
08 Feb 2016 08:14
Forum: Bug reports
Topic: FIXED: 11.0b3: Shortcut to tools not working anymore?
Replies: 1
Views: 6819

FIXED: 11.0b3: Shortcut to tools not working anymore?

I have F9 assigned to a tool (make) but pressing F9 doesn't do anything anymore


vha
by vha
10 Nov 2015 17:00
Forum: Bug reports
Topic: SOLVED: Filter in explorer window
Replies: 1
Views: 6566

SOLVED: Filter in explorer window

Using 10.80b2

The default filter in the file explorer is *.*

Shouldn't that filter also show files without extension (e.g. Makefile)?


vha
by vha
06 Nov 2015 15:29
Forum: Bug reports
Topic: FIXED? Bug in list view in (new) explorer window
Replies: 1
Views: 6888

FIXED? Bug in list view in (new) explorer window

Using v10.80b1

The width of the column in the explorer window is too small when in list view: files are only listed partially with ... at the end

It is also not possible to make the column width larger


vha
by vha
02 Nov 2015 07:55
Forum: Bug reports
Topic: FIXED: v10.80b1 crashes using CTRL-LMOUSE
Replies: 1
Views: 6537

FIXED: v10.80b1 crashes using CTRL-LMOUSE

TextED crashes frequently when testing with CTRL-LMOUSE with the following message:

Code: Select all

Access violation at address 0000000001F97493 in module 'rtl200.bpl'.
Read of address 0000000000000011.
haven't find a way yet to reproduce it 100%. Still trying...

vha
by vha
02 Nov 2015 07:36
Forum: Bug reports
Topic: FIXED: CTRL-LMOUSE bug
Replies: 1
Views: 6570

FIXED: CTRL-LMOUSE bug

Using v10.80b1

- Open a file
- Add the following lines

Code: Select all

a
b
- Ctrl-LMOUSE on 1st line
--> 1st line is selected
- Ctrl-LMOUSE on 2nd line
--> both lines are deselected instead of selected

vha
by vha
02 Nov 2015 07:32
Forum: Bug reports
Topic: SOLVED: 2 instances running
Replies: 1
Views: 6363

SOLVED: 2 instances running

Using 10.80b1

Is it normal that there are 2 instances of TextED running whenever I open a file?

vha
by vha
13 Oct 2015 15:46
Forum: Bug reports
Topic: FIXED: v10.70 b1 still crashes when scrolling in hex view
Replies: 17
Views: 27290

Re: v10.70 b1 still crashes when scrolling in hex view

Rickard Johansson wrote:BTW. You really shouldn't set the right margin to a larger value than the max line length.
My right margin is set to -1, which is an option in the dropdown list

vha
by vha
13 Oct 2015 15:43
Forum: Bug reports
Topic: FIXED: v10.70 b1 still crashes when scrolling in hex view
Replies: 17
Views: 27290

Re: v10.70 b1 still crashes when scrolling in hex view

I did that because I didn't want to see that vertical line...