this may be bug of ECtl smScrollDown / smScroll*** commands. They dont scroll. Pls write to support _ econtrol.ru -i dont get answerYou can try file "RegEx.html" in Readme-Subfolder of Syn2 directory. If I press ARROW DOWN it goes down some lines and then stops scrolling.
SynWrite (Syn2)
Moderators: Hacker, petermad, Stefan2, white
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
This bug exists since version b220 as you made a fix to word wrap. In b190 and earlier versions the scroll bug was not there. I don't think it's an ECtl bug.You can try file "RegEx.html" in Readme-Subfolder of Syn2 directory. If I press ARROW DOWN it goes down some lines and then stops scrolling.
this may be bug of ECtl smScrollDown / smScroll*** commands. They dont scroll. Pls write to support _ econtrol.ru -i dont get answer
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
You were right… these bugs are coming from EC: I reproduced all the char-input problems there.Alextp wrote:Is it reproduced in EC demo (econtrol.ru)?ND wrote:some chars cannot be entered directly in Syn2, e.g. arrows Alt+272 should become ►
aNDreas Bolotă
The truth always carries the ambiguity of the words used to express it. (Frank Herbert, God Emperor of Dune)
The truth always carries the ambiguity of the words used to express it. (Frank Herbert, God Emperor of Dune)
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
I think you added this code to fix behaviour of CTRL+W. See the following posts here:
http://www.ghisler.ch/board/viewtopic.php?t=25586&postdays=0&postorder=asc&start=87
CTRL+W issue was: If you set the cursor to any position and scroll down some pages. Press CTRL+W and the document jumps back to cursor position and is not hold in the current position of document.
http://www.ghisler.ch/board/viewtopic.php?t=25586&postdays=0&postorder=asc&start=87
CTRL+W issue was: If you set the cursor to any position and scroll down some pages. Press CTRL+W and the document jumps back to cursor position and is not hold in the current position of document.
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
Great work! The scroll bug has finally gone. Well done! Thanks.
Autocomplete: CSS is now working. I have noticed that Syn2 crashes by selecting some entries from CSS list. Here are some examples that crashes Syn2:
- background-attachment
- background-image
- font-family
- font-size-adjust
I have to say that this bug has no high priority for me. I work with CSS rarely.
Another thing that is a bit more annoying: By typing an closing tag (eg. </body>) the autocomplete window activates the first entry in autocomplete list.
Example: You want to write </body>. Begin typing "<". Autocomplete window pops up. Type next character "/". Syn2 now writes "<a /" to screen.
This also happens for PHP and CSS autocomplete lists. The character "/" and some more like "SPACE" and "+#(%" seems to act like "Enter" in autocomplete window.
It would be better that autocomplete window is closed automatically by typing these characters.
Autocomplete: CSS is now working. I have noticed that Syn2 crashes by selecting some entries from CSS list. Here are some examples that crashes Syn2:
- background-attachment
- background-image
- font-family
- font-size-adjust
I have to say that this bug has no high priority for me. I work with CSS rarely.
Another thing that is a bit more annoying: By typing an closing tag (eg. </body>) the autocomplete window activates the first entry in autocomplete list.
Example: You want to write </body>. Begin typing "<". Autocomplete window pops up. Type next character "/". Syn2 now writes "<a /" to screen.
This also happens for PHP and CSS autocomplete lists. The character "/" and some more like "SPACE" and "+#(%" seems to act like "Enter" in autocomplete window.
It would be better that autocomplete window is closed automatically by typing these characters.