SynWrite (Syn2)
Moderators: Hacker, petermad, Stefan2, white
- AlleyKat
- Senior Member
- Posts: 203
- Joined: 2003-06-15, 10:51 UTC
- Location: for personal info, see wiki
- Contact:
Excellent work, Alextp! Thanks!! Works excellent with UTF-8 w/o BOM.
Translate your favorite Mozilla Extension ~ Your Language Is Important Too.
#tcmd on irc.freenode.net - the place to idle
#tcmd on irc.freenode.net - the place to idle
Pls send video in mail.. Btw I recommend www.uvsoftium.com for video
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
I have sent you mail.
Uvsoftium is a very good screen recorder. I have used it for creating video file.
Only big problem is: Language and font are in russian. I do not see cyrillic fonts. Only "???????" is visible in every menu. So hopefully they release an english or german version some day.
Edit: my email provider seems to have temporary problems. mail is going out now, i hope that you will receive it.
Uvsoftium is a very good screen recorder. I have used it for creating video file.
Only big problem is: Language and font are in russian. I do not see cyrillic fonts. Only "???????" is visible in every menu. So hopefully they release an english or german version some day.
Edit: my email provider seems to have temporary problems. mail is going out now, i hope that you will receive it.
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
sorry. I don't understandFound another thing- cannot enter <video> with auto-compl..(or other tag, <kk>)
Ok. I see the same bug in demonstration of autocomplete "autocomplete.exe". So it's a econtrol bug.Other issue- wait for EC author
Do you know if Econtrol is still developed? I looked on www.econtrol.ru. Last version is dated 2008. Also no news in support forum. Project seems to be no longer active

- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin
Ah. Now i understand. Never tried before<video> - try to enter with autocomplete
Here is another little thing:
In search-dialog see help-button:
\n - CR #13
\r - LF #10
In help document regexp.html:
\n newline (LF), same as \x0a =#10
\r car.return (CR), same as \x0d =#13
These values are switched. Regexp.html is right. To replace a word to CRLF (¶) usually \r\n is used. In syn you have to use \n\r.
Please see also here: http://www.wilsonmar.com/1eschars.htm
- 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
Thank you for new version. Have tested it and "change lexer after file extension change" works really good.
By looking into file open/save dialogs I have seen that in dropdown-list "filetype" all enabled lexers are listed in unsorted order. Is there any way to sort this list alphabetically?
In save dialog this list is without function. If I enable "Batch files" then extension *.bat can automatically added to filename.
Maybe it's hard to implement. I see that open/save dialog comes from windows itself. It's the only menu where I see german language. So if not possible then it is not a big problem.
Edit: In exe mode after save with new file extension, the filename in title bar is also changed. In wlx mode filename in title bar is not changed. I am sure it is a restriction by TC lister. I only want to let you know.
By looking into file open/save dialogs I have seen that in dropdown-list "filetype" all enabled lexers are listed in unsorted order. Is there any way to sort this list alphabetically?
In save dialog this list is without function. If I enable "Batch files" then extension *.bat can automatically added to filename.
Maybe it's hard to implement. I see that open/save dialog comes from windows itself. It's the only menu where I see german language. So if not possible then it is not a big problem.
Edit: In exe mode after save with new file extension, the filename in title bar is also changed. In wlx mode filename in title bar is not changed. I am sure it is a restriction by TC lister. I only want to let you know.
- Matthias030
- Senior Member
- Posts: 423
- Joined: 2007-03-04, 10:48 UTC
- Location: Berlin