Search found 132 matches
- 07 Jan 2019 11:10
- Forum: Bug reports
- Topic: FIXED: [13.60b3] Find & Replace
- Replies: 1
- Views: 2288
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...
- 03 Jan 2019 16:08
- Forum: Bug reports
- Topic: FIXED: [13.60b1] Performance issue
- Replies: 3
- Views: 3094
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
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
- 03 Jan 2019 12:53
- Forum: Bug reports
- Topic: FIXED: [13.60b1] Performance issue
- Replies: 3
- Views: 3094
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
Deleting lines using CTRL-SHIFT-L is pretty slow (around 3 lines/sec)
vha
- 03 Jan 2019 09:08
- Forum: Bug reports
- Topic: FIXED: [13.60b1] Find & Replace
- Replies: 4
- Views: 3561
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
vha
- 29 Dec 2018 10:59
- Forum: Bugs
- Topic: FIXED: [13.50] Find issue
- Replies: 1
- Views: 2164
FIXED: [13.50] Find issue
- Edit a 1st file in normal mode - Edit a 2nd file in binary mode - CTRL-F, click the button to the right of the text to find to do a binary search - Do the search, close the binary file to now have the "normal" file being edited - CTRL-F --> text to find is still in binary mode (accepting only 0..9...
- 19 Dec 2018 10:32
- Forum: Bugs
- Topic: FIXED: [13.50] Document map & dragged windows
- Replies: 1
- Views: 2019
FIXED: [13.50] Document map & dragged windows
- Open TextEd - Edit a 1st file - Edit a 2nd file - Drag the 2nd file outside TextEd - Show the document map --> the document map is only shown in the main window, not in the window of the file that was dragged outside TextEd - Close the 2nd file --> the file is opened in the main window of TextEd b...
- 19 Dec 2018 10:25
- Forum: Bugs
- Topic: FIXED: [13.50] PGUP/PGDOWN/HOME/END
- Replies: 1
- Views: 2026
FIXED: [13.50] PGUP/PGDOWN/HOME/END
PGUP, PGDOWN, END, HOME is not working in a document that is dragged outside the main window of TextEd
vha
vha
- 16 Dec 2018 12:07
- Forum: Bugs
- Topic: ??? [13.50] Close of modified clone
- Replies: 3
- Views: 2749
Re: ??? [13.50] Close of modified clone
Oops, my fault. It shound be:
- Open a file
- Modify something
- Open a clone to the right
- Close the dual document view
-> popup "save changes made to the file"
vha
- Open a file
- Modify something
- Open a clone to the right
- Close the dual document view
-> popup "save changes made to the file"
vha
- 14 Dec 2018 07:54
- Forum: Bugs
- Topic: ??? [13.50] Close of modified clone
- Replies: 3
- Views: 2749
??? [13.50] Close of modified clone
- Open a file
- Modify something
- Open a clone to the right
- Close the clone
-> popup "save changes made to the file"
I would expect that this question is only asked when the last instance of the file is closed
vha
- Modify something
- Open a clone to the right
- Close the clone
-> popup "save changes made to the file"
I would expect that this question is only asked when the last instance of the file is closed
vha
- 13 Dec 2018 14:42
- Forum: Bugs
- Topic: FIXED: [13.50] Document map on desktop
- Replies: 1
- Views: 2113
FIXED: [13.50] Document map on desktop
Using Windows 10 64-bit - minimize all applications - open TextEd, edit a file - enable minimize to system tray - enable the document map - minimize TextEd -> The (empty) rectangle of the document map is till visible on the desktop (cfr. attached file) -> When moving the cursor inside that rectangle...
- 12 Dec 2018 16:19
- Forum: Features
- Topic: DONE: v13.30 - Find question
- Replies: 10
- Views: 6886
Re: DONE: v13.30 - Find question
I referred to auto completion
vha
vha
- 11 Dec 2018 12:22
- Forum: Bugs
- Topic: FIXED: [13.50] multiselect & overwrite mode
- Replies: 1
- Views: 2005
FIXED: [13.50] multiselect & overwrite mode
- Have the following text:- Switch to overwrite mode
- double click the 1st "aaa" to select the 3 chars
- press CTRL and double click the 2nd "aaa" so both are selected
- type xxx (to replace the aaa with xxx)
--> the result is
vha
Code: Select all
aaa bbb
aaa bbb
- double click the 1st "aaa" to select the 3 chars
- press CTRL and double click the 2nd "aaa" so both are selected
- type xxx (to replace the aaa with xxx)
--> the result is
Code: Select all
x bbb
xxxbb
- 10 Dec 2018 10:27
- Forum: Features
- Topic: DONE: v13.30 - Find question
- Replies: 10
- Views: 6886
Re: DONE: v13.30 - Find question
This is still not working - entered text is now completely ignored
vha
vha
- 05 Dec 2018 15:18
- Forum: Bugs
- Topic: FIXED: [13.50] PGUP/PGDOWN
- Replies: 2
- Views: 2501
FIXED: [13.50] PGUP/PGDOWN
Using 13.50
When the document map is visible, PGUP/PGDOWN is executed against the document map:
- PGUP jumps to the start of the document
- PGDOWN jumps to the end of the document
vha
When the document map is visible, PGUP/PGDOWN is executed against the document map:
- PGUP jumps to the start of the document
- PGDOWN jumps to the end of the document
vha
- 29 Nov 2018 17:45
- Forum: Bug reports
- Topic: FIXED: [13.50b1] Scroll with mouse wheel
- Replies: 6
- Views: 4703
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
btw. there is also a different scroll speed when e.g. holding down the CURSOR DOWN key
vha