SynWrite (Syn2)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2Matthias030
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
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

ND wrote:some chars cannot be entered directly in Syn2, e.g. arrows Alt+272 should become ►
Is it reproduced in EC demo (econtrol.ru)?
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

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
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.
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

Also please try open Syn2.wlx (newest beta) in editor and scroll down by mouse wheel. Scrolling hangs on large lines (e.g. line number 156)
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I made modif. to wrap, so wrap should work wrong- not scrolling. Also with mwheel - it not my code(at all).
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

Ok. I thought it has something to do with wrap in Syn2 (b220 and higher), because scroll bug only exists for word wrap and RO enabled. In Ecdemo I can't reproduce scroll bug.
User avatar
ND
Member
Member
Posts: 150
Joined: 2006-04-10, 16:24 UTC
Location: Sibiu, RO

Post by *ND »

Alextp wrote:
ND wrote:some chars cannot be entered directly in Syn2, e.g. arrows Alt+272 should become ►
Is it reproduced in EC demo (econtrol.ru)?
You were right… these bugs are coming from EC: I reproduced all the char-input problems there.
aNDreas Bolotă
The truth always carries the ambiguity of the words used to express it. (Frank Herbert, God Emperor of Dune)
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

@Alextp:

I sent you a mail.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

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.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

thanks. I was thinking what for its added.
I can find smthng.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

1. fixed scroll issue
2. ND
Fixed saving of 'UTF w/o BOM' (saved as 500). Try pls

b.rar will upload later.
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

Alextp wrote:1. fixed scroll issue
Confirmed. Thank you!
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Post by *Matthias030 »

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.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

By typing an closing tag the autocomplete window activates the first entry
oh- fixed. Found how to do it
Also found how to close win/ enter by clicking. =)
Post Reply