Search found 132 matches

by vha
03 May 2021 09:20
Forum: Bug reports
Topic: FIXED? v14.80 b1: fold issue
Replies: 1
Views: 6667

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

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

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

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

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

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

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

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

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

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

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
by vha
26 Nov 2018 09:02
Forum: Bug reports
Topic: FIXED: [13.50b1] Scroll with mouse wheel
Replies: 6
Views: 12420

FIXED: [13.50b1] Scroll with mouse wheel

If the option "Hide vertical scrollbar when document map is visible" is set, scrolling with the mouse wheel is scrolling about 12 lines at a time while. With the option not set, scrolling with the mouse wheel is scrolling 30+ lines at a time

vha
by vha
24 Nov 2018 09:44
Forum: Bug reports
Topic: FIXED: [13.50b1] old one not fixed
Replies: 1
Views: 7274

FIXED: [13.50b1] old one not fixed

this one is not fixed

vha
by vha
03 Jul 2018 14:08
Forum: Bug reports
Topic: FIXED: v13.30b2 - Default control in GoTo
Replies: 1
Views: 4589

FIXED: v13.30b2 - Default control in GoTo

The default control (Functions, Line:Column or Bookmark) is reset to Functions after executing a Find

vha
by vha
03 Jul 2018 13:36
Forum: Bug reports
Topic: FIXED: v13.30b2 - Replace and TAB
Replies: 1
Views: 4598

FIXED: v13.30b2 - Replace and TAB

- Select some text
- CTRL-R to replace
- Text is automatically copied in "Text to find"
- TAB
--> text is not copied to the "Replace with"

vha