| View previous topic :: View next topic |
| Author |
Message |
Alextp Power Member


Joined: 16 Aug 2004 Posts: 2248 Location: Russian Federation
|
|
| Back to top |
|
 |
damjang Member

Joined: 09 Oct 2003 Posts: 150
|
Posted: Fri Jun 22, 2012 10:15 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
Alextp Power Member


Joined: 16 Aug 2004 Posts: 2248 Location: Russian Federation
|
Posted: Fri Jun 22, 2012 10:19 am Post subject: |
|
|
| I won't make auto-readin of About Info from VerInfo. Not OK for me. |
|
| Back to top |
|
 |
AEN007 Junior Member


Joined: 10 Nov 2011 Posts: 52
|
Posted: Thu Jun 28, 2012 9:23 am Post subject: |
|
|
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 ... |
|
| Back to top |
|
 |
Horst.Epp Power Member


Joined: 06 Feb 2003 Posts: 848 Location: Germany
|
Posted: Thu Jun 28, 2012 9:32 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
AEN007 Junior Member


Joined: 10 Nov 2011 Posts: 52
|
Posted: Thu Jun 28, 2012 5:58 pm Post subject: |
|
|
| 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 ... |
|
| Back to top |
|
 |
AEN007 Junior Member


Joined: 10 Nov 2011 Posts: 52
|
Posted: Thu Jun 28, 2012 6:01 pm Post subject: |
|
|
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 ... |
|
| Back to top |
|
 |
Horst.Epp Power Member


Joined: 06 Feb 2003 Posts: 848 Location: Germany
|
Posted: Fri Jun 29, 2012 1:02 am Post subject: |
|
|
| 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" |
|
| Back to top |
|
 |
Alextp Power Member


Joined: 16 Aug 2004 Posts: 2248 Location: Russian Federation
|
Posted: Fri Jun 29, 2012 3:25 am Post subject: |
|
|
"Toggle non-printable" is in the View menu. Enable it along with "Show EOL chars". _________________ Universal Viewer - Log Viewer - SynWrite |
|
| Back to top |
|
 |
ObtuseAngle Junior Member

Joined: 02 Jul 2012 Posts: 2
|
Posted: Mon Jul 02, 2012 9:36 pm Post subject: |
|
|
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: | 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? |
|
| Back to top |
|
 |
Alextp Power Member


Joined: 16 Aug 2004 Posts: 2248 Location: Russian Federation
|
Posted: Mon Jul 02, 2012 11:44 pm Post subject: |
|
|
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. _________________ Universal Viewer - Log Viewer - SynWrite |
|
| Back to top |
|
 |
ObtuseAngle Junior Member

Joined: 02 Jul 2012 Posts: 2
|
Posted: Tue Jul 03, 2012 4:57 pm Post subject: |
|
|
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! |
|
| Back to top |
|
 |
dimidimi Junior Member

Joined: 17 Jul 2012 Posts: 2
|
Posted: Tue Jul 17, 2012 10:18 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
Alextp Power Member


Joined: 16 Aug 2004 Posts: 2248 Location: Russian Federation
|
Posted: Tue Jul 17, 2012 10:30 am Post subject: |
|
|
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... _________________ Universal Viewer - Log Viewer - SynWrite |
|
| Back to top |
|
 |
dimidimi Junior Member

Joined: 17 Jul 2012 Posts: 2
|
Posted: Tue Jul 17, 2012 10:47 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
|