SynWrite (Syn2)

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

Moderators: white, Hacker, petermad, Stefan2

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 »

64Bit version is 3.X. No later updates. http://www.totalcmd.net/plugring/SynWrite_x64.html

@Petermad, do u know Python?
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Ahh - I installed it using TotalUpdater, and didn't notice that it was the 32-bit only version that I got.

After installing separate 64-bit version I have no crash anymore :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
MarianD
Junior Member
Junior Member
Posts: 52
Joined: 2009-05-27, 21:33 UTC
Location: Bratislava, Slovakia

Serious issue in the Visual Basic lexer

Post by *MarianD »

It is nice that Visual Basic lexer finish each unfinished “If” statement with “End if” after pressing Enter (new line), but the part “if” of “End if” is considered as the begin of the new “If” block, so it constanly writes “End if” after each Enter. A pity, because this behavior makes it useless.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I dont see that VB or VBS finishes If. I see VBS has property "Auto closing txt" OFF for "If". So If not closes.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Btw; I unsubscribe here, so pls use forum...
MarianD
Junior Member
Junior Member
Posts: 52
Joined: 2009-05-27, 21:33 UTC
Location: Bratislava, Slovakia

Post by *MarianD »

Thanks for your answer – but where is that forum? I followed the link in your SynWrite at TotalCmd.net, and it brought me here.

In VBS lexer there is not a mentioned problem, but in VB lexer is. (I used VB lexer from your SynWrite_Addons.rar (2015.03.06) with the default settings.)

I tried to find the property "Auto closing txt" OFF for "If" both in VB and VBA lexers – in VBA it is OK but in VB there is no “Begin if” in the upper left list of the “Rules” tab.

Try copy this code:

Code: Select all

    Do While (Not rs.EOF)
        If f1.Value <> f2.Value Then
            Debug.Print (rs!Number & ": " & f2.Value & "->" & f1.Value)
        End If

        f2.Value = f1.Value
        rs.Update
        rs.MoveNext
    Loop
and press Enter after the last but one line (in VB lexer).
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2Alextp
Is it possible to define file types for extensions to use?

My problem is: too many elements in Plugins menu.
It would be better to have such menu limited for some file types, i.e.
I don't need to see all HTML related plugins if I work with simple text file.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
tosbsas
Senior Member
Senior Member
Posts: 428
Joined: 2003-12-19, 13:12 UTC
Location: Lima, Perú
Contact:

Post by *tosbsas »

I need 64bit version - 32 crashes here
A New Generation transformed by the Power of God
thomasmo
Junior Member
Junior Member
Posts: 81
Joined: 2013-11-04, 01:31 UTC

Post by *thomasmo »

tosbsas wrote:I need 64bit version - 32 crashes here
yeah! itis a good wlx plugins, please comblined a x64 version!!
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

There is a 64-Bit version
#5767 Personal license
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

sqa_wizard wrote:There is a 64-Bit version
that version is ancient, abandoned has bugs and missing a lot of features

@author I wanted to ask can CudaText be implemented as a wlx plugin, also can it be compiled in native x64 mode
User avatar
AntonyD
Power Member
Power Member
Posts: 1231
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Post by *AntonyD »

for further discussions please use another forum as developer asked.
http://synwrite.sourceforge.net/forums/

btw developer now is rapidly creating a new text editor.
is should be a "replacement" for SynWrite tool.

http://wiki.freepascal.org/CudaText#About
The plan is to continue Cuda. very limited support for Synw. Cuda support will be ok. i hope. I spend time on Cuda. not Synw.
#146217 personal license
Post Reply