Total Commander Forum Index Total Commander
Forum - Public Discussion and Support
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SynWrite (Syn2)
Goto page Previous  1, 2, 3 ... 61, 62, 63 ... 68, 69, 70  Next
 
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) Printable version
View previous topic :: View next topic  
Author Message
Alextp
Power Member
Power Member


Joined: 16 Aug 2004
Posts: 2248
Location: Russian Federation

PostPosted: Fri Jun 22, 2012 5:31 am    Post subject: Reply with quote

I can't always remember to fix Ver Info. I fix it today.
_________________
Universal Viewer - Log Viewer - SynWrite
Back to top
View user's profile Send private message Visit poster's website
damjang
Member
Member


Joined: 09 Oct 2003
Posts: 150

PostPosted: Fri Jun 22, 2012 10:15 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Alextp
Power Member
Power Member


Joined: 16 Aug 2004
Posts: 2248
Location: Russian Federation

PostPosted: Fri Jun 22, 2012 10:19 am    Post subject: Reply with quote

I won't make auto-readin of About Info from VerInfo. Not OK for me.
Back to top
View user's profile Send private message Visit poster's website
AEN007
Junior Member
Junior Member


Joined: 10 Nov 2011
Posts: 52

PostPosted: Thu Jun 28, 2012 9:23 am    Post subject: Reply with quote

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
View user's profile Send private message
Horst.Epp
Power Member
Power Member


Joined: 06 Feb 2003
Posts: 848
Location: Germany

PostPosted: Thu Jun 28, 2012 9:32 am    Post subject: Reply with quote

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
View user's profile Send private message
AEN007
Junior Member
Junior Member


Joined: 10 Nov 2011
Posts: 52

PostPosted: Thu Jun 28, 2012 5:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
AEN007
Junior Member
Junior Member


Joined: 10 Nov 2011
Posts: 52

PostPosted: Thu Jun 28, 2012 6:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
Horst.Epp
Power Member
Power Member


Joined: 06 Feb 2003
Posts: 848
Location: Germany

PostPosted: Fri Jun 29, 2012 1:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Alextp
Power Member
Power Member


Joined: 16 Aug 2004
Posts: 2248
Location: Russian Federation

PostPosted: Fri Jun 29, 2012 3:25 am    Post subject: Reply with quote

"Toggle non-printable" is in the View menu. Enable it along with "Show EOL chars".
_________________
Universal Viewer - Log Viewer - SynWrite
Back to top
View user's profile Send private message Visit poster's website
ObtuseAngle
Junior Member
Junior Member


Joined: 02 Jul 2012
Posts: 2

PostPosted: Mon Jul 02, 2012 9:36 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Alextp
Power Member
Power Member


Joined: 16 Aug 2004
Posts: 2248
Location: Russian Federation

PostPosted: Mon Jul 02, 2012 11:44 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
ObtuseAngle
Junior Member
Junior Member


Joined: 02 Jul 2012
Posts: 2

PostPosted: Tue Jul 03, 2012 4:57 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
dimidimi
Junior Member
Junior Member


Joined: 17 Jul 2012
Posts: 2

PostPosted: Tue Jul 17, 2012 10:18 am    Post subject: Reply with quote

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
View user's profile Send private message
Alextp
Power Member
Power Member


Joined: 16 Aug 2004
Posts: 2248
Location: Russian Federation

PostPosted: Tue Jul 17, 2012 10:30 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
dimidimi
Junior Member
Junior Member


Joined: 17 Jul 2012
Posts: 2

PostPosted: Tue Jul 17, 2012 10:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) All times are GMT - 6 Hours
Goto page Previous  1, 2, 3 ... 61, 62, 63 ... 68, 69, 70  Next
Page 62 of 70

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Impressum: This site is maintained by Ghisler Software GmbH

Using phpBB © 2001-2005 phpBB Group