Hello,
the Code Explorer doesn't shows css blocks at my end. On previous versions all was well.
Bye,
HarryH!
Search found 28 matches
- 01 Sep 2015 07:08
- Forum: Bug reports
- Topic: FIXED: V10.60 B4: Code Explorer doesn't shows css blocks
- Replies: 1
- Views: 7630
- 31 Aug 2015 11:46
- Forum: Bug reports
- Topic: FIXED: Sync edit mode on text file: Black background
- Replies: 1
- Views: 7493
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!
the background color inside Sync edit mode on pure text files results in a pure black background. The attached snapshot shows it.
Bye,
HarryH!
- 31 Aug 2015 10:16
- Forum: Bug reports
- Topic: FIXED: Strange behavior at Undo
- Replies: 1
- Views: 6925
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...
- 27 Aug 2015 14:11
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
- Replies: 5
- Views: 12073
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
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

- 27 Aug 2015 14:04
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
- Replies: 3
- Views: 9921
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.
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.
- 24 Aug 2015 06:15
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
- Replies: 5
- Views: 12073
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...
- 24 Aug 2015 05:37
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
- Replies: 3
- Views: 9921
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?
- 17 Aug 2015 05:43
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Two Bugs in Code Explorer for python syntax
- Replies: 5
- Views: 12073
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!
- 17 Aug 2015 05:33
- Forum: Bug reports
- Topic: FIXED: V10.60 B1: CSS Block comment + Undo Bug
- Replies: 3
- Views: 9678
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...
- 17 Aug 2015 05:25
- Forum: Bug reports
- Topic: FIXED: V10.60B2: Sync edit mode bug on first sel line
- Replies: 3
- Views: 9921
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!
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!
- 14 Aug 2015 07:11
- Forum: Bug reports
- Topic: FIXED: V10.60 B1: Word wrap/scrollbar problems
- Replies: 3
- Views: 9070
Re: V10.60 B1: Word wrap/scrollbar problems
I read it and sought for it but I didn't found it again
Sorry!
Now it's clear. Thanks!


- 14 Aug 2015 06:51
- Forum: Bug reports
- Topic: FIXED: V10.60 B1: Word wrap/scrollbar problems
- Replies: 3
- Views: 9070
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) ...
- 13 Aug 2015 11:12
- Forum: Bug reports
- Topic: FIXED: V10.60 B1: CSS Block comment + Undo Bug
- Replies: 3
- Views: 9678
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...
- 12 Aug 2015 20:21
- Forum: Bug reports
- Topic: FIXED: [10.60b1] Document tab mouse wheel scroll
- Replies: 4
- Views: 10118
Re: ??? [10.60b1] Document tab mouse wheel scroll
I agree. It makes no sense, if all tabs are visible. But for a single row it is superbpjj 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, ...

- 11 Aug 2015 15:24
- Forum: Bug reports
- Topic: FIXED: Method tracking: Wrong pos if cursor is on a class
- Replies: 1
- Views: 6275
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 ...