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 »

I can't always remember to fix Ver Info. I fix it today.
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

I think that if possible you can make the version in About window a variable readed from the file version. In this way you have to change the version in only one place. If it is automatic can be done the same?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I won't make auto-readin of About Info from VerInfo. Not OK for me.
User avatar
AEN007
Junior Member
Junior Member
Posts: 53
Joined: 2011-11-10, 15:44 UTC

Post by *AEN007 »

28June2012

I have always downloaded the SynW rar,
more or less just unpacked it & copied the files into my SynW "install" directory.
Today I did that with 3.7.1460 and find that
the exe no longer reads my/the Syn.ini file in/from the "install" root directory.
What must I do to make the new exe do that?
I prefer to keep all file under one subdir and
not have other/various files under Docs & Settings ...
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6512
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

AEN007 wrote:28June2012

I have always downloaded the SynW rar,
more or less just unpacked it & copied the files into my SynW "install" directory.
Today I did that with 3.7.1460 and find that
the exe no longer reads my/the Syn.ini file in/from the "install" root directory.
What must I do to make the new exe do that?
I prefer to keep all file under one subdir and
not have other/various files under Docs & Settings ...
From the Home page / download tab:
V3.7.1460: If you've used portable SynWrite installation, you MUST create empty "Portable.ini" file in SynWrite folder.
User avatar
AEN007
Junior Member
Junior Member
Posts: 53
Joined: 2011-11-10, 15:44 UTC

Post by *AEN007 »

Horst.Epp wrote:
AEN007 wrote:28June2012

I have always downloaded the SynW rar,
more or less just unpacked it & copied the files into my SynW "install" directory.
Today I did that with 3.7.1460 and find that
the exe no longer reads my/the Syn.ini file in/from the "install" root directory.
What must I do to make the new exe do that?
I prefer to keep all file under one subdir and
not have other/various files under Docs & Settings ...
From the Home page / download tab:
V3.7.1460: If you've used portable SynWrite installation, you MUST create empty "Portable.ini" file in SynWrite folder.
I'm glad it was that simple ...
User avatar
AEN007
Junior Member
Junior Member
Posts: 53
Joined: 2011-11-10, 15:44 UTC

Post by *AEN007 »

29June2012

Something I (somehow) never noticed until this evening
is that it seems SyW has no "show whitespaces" option ...
is that correct?

Also, this evening I enable "Show EOL characters"
but SynW is still not displaying any EOL characters ...
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6512
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

AEN007 wrote:29June2012

Something I (somehow) never noticed until this evening
is that it seems SyW has no "show whitespaces" option ...
is that correct?

Also, this evening I enable "Show EOL characters"
but SynW is still not displaying any EOL characters ...
You must toggle "Non printable characters"
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

"Toggle non-printable" is in the View menu. Enable it along with "Show EOL chars".
ObtuseAngle
Junior Member
Junior Member
Posts: 2
Joined: 2012-07-03, 03:21 UTC

Post by *ObtuseAngle »

Greetings - testing SynWrite - very impressed.

I see in the Options > Keys that there is a Parameters Popup feature.
Can anyone tell me how to get this working?

Example Python script:

Code: Select all

def generateString(minLength, maxLength):
    someString='only testing'
    return someString

if __name__ == '__main__':
    print generateString(5, 5)

generateString(    # ???
Ctrl+Space works for Auto Complete Popup.
Shift+Ctrl+Space does not work for Parameter Popup
How would I get the parameter popup for generateString?

I also tried some other programming language samples.

Have I misunderstood this feature?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

It works for Php. Maybe HL\Python.acp file 's not complete.
In new php file type

<?php
file_exists(

then Ctrl+Shift+Space calls param popup.
ObtuseAngle
Junior Member
Junior Member
Posts: 2
Joined: 2012-07-03, 03:21 UTC

Post by *ObtuseAngle »

Ah, I understand now, it's using an API file, not looking at my own function definitions in the current file.

Thank you for clarifying that!
dimidimi
Junior Member
Junior Member
Posts: 5
Joined: 2012-07-17, 11:18 UTC

Post by *dimidimi »

Hi all!

I have been using SynWrite mainly as a Lister Plugin and I would like to be able to select multiple file and then view them in the same SynWrite window but in different tabs. Currently, when I select some files and press [F3] I view each file in its own SynWrite window and I can go back and forth using tne [N] and [P] key. Is this possible?

I’m sorry if this was something answered before... I tried some searches but could not find something relevant.

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

Post by *Alextp »

To open differ. Synwrite tabs in one window, you
a) must use Syn.exe program (not Syn2.wlx)
b) must configure TC toolbar button so it would call
"Syn.exe <fn1> <fn2> <fn3> ..."
consult TC help how to do it...
dimidimi
Junior Member
Junior Member
Posts: 5
Joined: 2012-07-17, 11:18 UTC

Post by *dimidimi »

Alextp wrote:To open differ. Synwrite tabs in one window, you
a) must use Syn.exe program (not Syn2.wlx)
b) must configure TC toolbar button so it would call
"Syn.exe <fn1> <fn2> <fn3> ..."
consult TC help how to do it...
Thanks for the reply Alextp! Does this mean that I cannot configure SynWrite as an external viewer and assign it to [F3] key in TC’s "Edit/View" options? Do I have to do it via a toolbar button?
Post Reply