Search found 136 matches

by vha
14 Dec 2022 10:00
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 7872

Re: Cloning a document

Tooooooo gooooooood...

Tx, vha
by vha
13 Dec 2022 15:07
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 7872

Re: Cloning a document

But the split is only for one document and when you're using TextEd with 2 panes, vertically splitting a document creates a 3rd pane instead of opening it in the right pane

vha
by vha
13 Dec 2022 09:23
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 7872

Cloning a document

Using 15.68 64-bit In older versions, when opening a clone, changes in one of the 2 windows were also applied in the other window. Now it is opened as "filename.ext (1).ext" and modifications in one window are not applied in the other window. If this is not a bug, can you add an option to ...
by vha
03 May 2021 09:54
Forum: Bug reports
Topic: FIXED: v14.80 b1: undo issue
Replies: 1
Views: 10056

FIXED: v14.80 b1: undo issue

- Have a file with following code: 1 aa 2 bb 3 - Cursor on the 2nd line (aa) - CTRL-D to duplicate that line - Select the 2 lines with 'aa", CTRL-C - Select the line with 'bb', CTRL-V to replace with the 2 lines with 'aa' - You now have: 1 aa aa 2 aa aa 3 - 3x CTRL-Z to undo - Result is 1 aa aa...
by vha
03 May 2021 09:20
Forum: Bug reports
Topic: FIXED? v14.80 b1: fold issue
Replies: 1
Views: 9471

FIXED? v14.80 b1: fold issue

in following .cpp code

Code: Select all

#if 0
  #define a 1
  #define a 1
#else
  #define a 2
  #define b 2
#endif
only the #else can be folded

vha
by vha
02 Nov 2020 11:25
Forum: Bug reports
Topic: FIXED: v14.70 b1: modified new file closed without warning
Replies: 2
Views: 10934

FIXED: v14.70 b1: modified new file closed without warning

Open TextEd
CTRL-N to open a new file
Make some changes
Click the x in the file tab to close the file

--> the modified file is closed without any warning

vha
by vha
13 Feb 2020 18:38
Forum: Bug reports
Topic: FIXED: v14.40b1: CTRL-INSERT
Replies: 1
Views: 9453

FIXED: v14.40b1: CTRL-INSERT

If nothing is selected, CTRL-INSERT now copies the word under the cursor instead of the whole line, as CTRL-C does.

In previous versions CTRL-INSERT and CTRL-C had the same behavior


vha
by vha
12 Feb 2020 16:22
Forum: Bug reports
Topic: FIXED: v14.40b1: CTRL-F12 is not working anymore
Replies: 1
Views: 9911

FIXED: v14.40b1: CTRL-F12 is not working anymore

CTRL-F12 doesn't close the right view anymore

vha
by vha
11 Jan 2019 13:39
Forum: Bug reports
Topic: FIXED: [13.60b3] Find from cursor in binary mode
Replies: 1
Views: 10128

FIXED: [13.60b3] Find from cursor in binary mode

Find from cursor in binary mode doesn't work: find is always started from the previously found text instead of at the cursor position

vha
by vha
07 Jan 2019 11:10
Forum: Bug reports
Topic: FIXED: [13.60b3] Find & Replace
Replies: 1
Views: 9064

FIXED: [13.60b3] Find & Replace

- Have following text: aaazzz aaa bbb cccddd - put cursor inside the 'aaazzz' - CTRL-F -> searches for 'aaazzz', which is ok - Hit ENTER - click inside 'bbb', CTRL-F: bbb is set as text to find, hit ESCAPE - click inside 'cccddd', CTRL-F: cccddd is set as text to find, hit ESCAPE - click inside 'aaa...
by vha
03 Jan 2019 16:08
Forum: Bug reports
Topic: FIXED: [13.60b1] Performance issue
Replies: 3
Views: 10852

Re: ??? [13.60b1] Performance issue

Rickard,

Although the performance is not as bad as I first stated (performance is in fact about 10 lines / sec instead), I found the reason of it:
- without document map visible, I delete around 25 lines / sec
- with the document map visible, I delete around 10 lines/ sec

vha
by vha
03 Jan 2019 12:53
Forum: Bug reports
Topic: FIXED: [13.60b1] Performance issue
Replies: 3
Views: 10852

FIXED: [13.60b1] Performance issue

I have a .cpp file with about 1100 lines of code

Deleting lines using CTRL-SHIFT-L is pretty slow (around 3 lines/sec)

vha
by vha
03 Jan 2019 09:08
Forum: Bug reports
Topic: FIXED: [13.60b1] Find & Replace
Replies: 4
Views: 12667

FIXED: [13.60b1] Find & Replace

It is not possible to modify the text of the Text to Find in the search dialog box once you selected a string of the MRU list

vha
by vha
29 Nov 2018 17:45
Forum: Bug reports
Topic: FIXED: [13.50b1] Scroll with mouse wheel
Replies: 6
Views: 14383

Re: ??? [13.50b1] Scroll with mouse wheel

The mouse cursor remains in the document window but the scroll speed is different depending if document map is visible or not

btw. there is also a different scroll speed when e.g. holding down the CURSOR DOWN key


vha
by vha
29 Nov 2018 09:23
Forum: Bug reports
Topic: FIXED: [13.50b1] Scroll with mouse wheel
Replies: 6
Views: 14383

Re: ??? [13.50b1] Scroll with mouse wheel

My problem is that scrolling inside the document is different depending if the document map is visible or not

vha