Search found 28 matches

by HarryH
01 Sep 2015 07:08
Forum: Bug reports
Topic: FIXED: V10.60 B4: Code Explorer doesn't shows css blocks
Replies: 1
Views: 6979

FIXED: V10.60 B4: Code Explorer doesn't shows css blocks

Hello,

the Code Explorer doesn't shows css blocks at my end. On previous versions all was well.

Bye,
HarryH!
by HarryH
31 Aug 2015 11:46
Forum: Bug reports
Topic: FIXED: Sync edit mode on text file: Black background
Replies: 1
Views: 6785

FIXED: Sync edit mode on text file: Black background

Hello,

the background color inside Sync edit mode on pure text files results in a pure black background. The attached snapshot shows it.

Bye,
HarryH!
by HarryH
31 Aug 2015 10:16
Forum: Bug reports
Topic: FIXED: Strange behavior at Undo
Replies: 1
Views: 6223

FIXED: Strange behavior at Undo

Hello, found a strange behavior at Undo. Do the following steps with the attached python test file ... 1. For instance, positioning the cursor at the end of line 10 (after the colon). The position isn't really decisive. 2. Press the quotation mark key (") three times 3. Do Undo (and you will se...
by HarryH
27 Aug 2015 14:11
Forum: Bug reports
Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
Replies: 5
Views: 11006

Re: FIXED: V10.60B2: Two Bugs in Code Explorer for python sy

Now all four problems are fixed in Beta 4. Thanks!
But one new is alive: If the cursor is over the class definition the Code Explorer jumps to module section. That's wrong. It should select the class :wink:
by HarryH
27 Aug 2015 14:04
Forum: Bug reports
Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
Replies: 3
Views: 8944

Re: FIXED: V10.60B2: Sync edit mode bug on first sel line

Now it is ok (Beta 4)! Thanks.
Still one suggestion: Can you temporary switch off the option "Auto highlight selected words" when the Sync Edit Mode is on? Because the highlighting partially overlaying the selection boxes of the Sync Edit Mode.
by HarryH
24 Aug 2015 06:15
Forum: Bug reports
Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
Replies: 5
Views: 11006

Re: FIXED: V10.60B2: Two Bugs in Code Explorer for python sy

Thanks! But there is still something tricky: 1. The function in line 99 (test2) still doesn't appear in the Code explorer. 2. The function in line 94 (test1) is recognizing as a method that belongs to the previous class. But that is wrong! It is an independent function and doesn't belongs to the cla...
by HarryH
24 Aug 2015 05:37
Forum: Bug reports
Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
Replies: 3
Views: 8944

Re: V10.60B2: Sync edit mode bug on first sel line

It isn't correct in beta3. Please can you fix it in the final version?
by HarryH
17 Aug 2015 05:43
Forum: Bug reports
Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
Replies: 5
Views: 11006

FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax

Hello, There are two Bugs in Code Explorer for python syntax. 1. Docstrings starts with 'class' are recognized as a real class. See line 6 in the attached test file. That line isn't a class definition. 2. Classes or functions inside an if-statement aren't recognized. See line 96 and 99. Bye, HarryH!
by HarryH
17 Aug 2015 05:33
Forum: Bug reports
Topic: FIXED: V10.60 B1: CSS Block comment + Undo Bug
Replies: 3
Views: 8709

Re: FIXED: V10.60 B1: CSS Block comment + Undo Bug

There is still (in BETA 2) a small bug rebuilding the selection. Try following steps with the attached ccs-file from my first reply: 1. Select until the colon 2. Do adding and removing comment after another 3. Do undo twice and redo twice after another 4. Selection is not correctly restored This scr...
by HarryH
17 Aug 2015 05:25
Forum: Bug reports
Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
Replies: 3
Views: 8944

FIXED: V10.60B2: Sync edit mode bug on first sel line

Hello,

the selection inside the Sync edit mode is wrong on the first line of selection, at least for python files. Look at this screen record => https://imgrush.com/cZ8Mv5HnEDF6

Bye,
HarryH!
by HarryH
14 Aug 2015 07:11
Forum: Bug reports
Topic: FIXED: V10.60 B1: Word wrap/scrollbar problems
Replies: 3
Views: 8033

Re: V10.60 B1: Word wrap/scrollbar problems

I read it and sought for it but I didn't found it again :roll: Sorry! :( Now it's clear. Thanks!
by HarryH
14 Aug 2015 06:51
Forum: Bug reports
Topic: FIXED: V10.60 B1: Word wrap/scrollbar problems
Replies: 3
Views: 8033

FIXED: V10.60 B1: Word wrap/scrollbar problems

Hello, found two Word wrap/scrollbar problems. Horizontal Scroll bar not visible for new documents - check the steps: 1. Open a new document 2. Insert a very long line (longer than the window) 3. The Horizontal Scroll bar is invisible! (until you save the document or switch to another one and back) ...
by HarryH
13 Aug 2015 11:12
Forum: Bug reports
Topic: FIXED: V10.60 B1: CSS Block comment + Undo Bug
Replies: 3
Views: 8709

FIXED: V10.60 B1: CSS Block comment + Undo Bug

Hello, "Block comment" + "Undo" right away in a cssfile delivers a bad result. I attached a test file and here you find a screen record https://imgrush.com/ARSpsl3Ur3vZ . I didn't test it with earlier versions. Edit: Same problem with html files. The bug appears if the comment do...
by HarryH
12 Aug 2015 20:21
Forum: Bug reports
Topic: FIXED: [10.60b1] Document tab mouse wheel scroll
Replies: 4
Views: 9048

Re: ??? [10.60b1] Document tab mouse wheel scroll

pjj wrote:With multiple tab rows there are no "left/right scroll arrow buttons." -- Personally, I'd love to see an option to switch it off completely, ...
I agree. It makes no sense, if all tabs are visible. But for a single row it is superb :-D
by HarryH
11 Aug 2015 15:24
Forum: Bug reports
Topic: FIXED: Method tracking: Wrong pos if cursor is on a class
Replies: 1
Views: 5521

FIXED: Method tracking: Wrong pos if cursor is on a class

Hello, if the cursor is directly on a class (e.g. with double click on the class or manually), the last method of the previous class is activated in the Code Explorer. Better would be to activate the current class and select nothing in the method list. Besides there are also positioning problems if ...