SynWrite (Syn2)
Moderators: Hacker, petermad, Stefan2, white
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 ...
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: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 ...
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 ...Horst.Epp wrote:From the Home page / download tab: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 ...
V3.7.1460: If you've used portable SynWrite installation, you MUST create empty "Portable.ini" file in SynWrite folder.
You must toggle "Non printable characters"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 ...
-
- Junior Member
- Posts: 2
- Joined: 2012-07-03, 03:21 UTC
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:
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?
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( # ???
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?
-
- Junior Member
- Posts: 2
- Joined: 2012-07-03, 03:21 UTC
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!
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!
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?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...