SynUs 1.5 (former BorlandViewer)

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

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
lzvk25
Member
Member
Posts: 183
Joined: 2003-02-09, 04:28 UTC
Location: Collierville, TN

Post by *lzvk25 »

Since we are talking about supporting several more programming lenguages, is there a way we could help you in order to give you the reserved words, comments, strings, etc. So you can add them to SynUs without the need for you to know the languages themselves ?
In my case, I work a lot with Microfocus Cobol for Unix and Cobol II for the mainframe (*.cob and *.cbl) and I would like to help you in defining the corresponding keywords.
Memo to Boss : No TC, No Work
User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

SCHMaster wrote:To pdavit
:D
If you want to get support Tcl-Tk language, I can do this :lol:
That would be great!!!!!!!

Thanks in advance!
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
User avatar
SCHMaster
Member
Member
Posts: 199
Joined: 2003-02-08, 00:39 UTC
Location: Ukraine
Contact:

Post by *SCHMaster »

Download last update
New in version
V 1.5.2
1.Added support of the language Tcl/Tk
2.Remowed (?) bug when use cursor keys
3.Removed several small bugs
User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

Wow! That was fast! Not unreliable though! It works more than fine for me. Thanks a lot SCHMaster you are my Master! ;)
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 225
Joined: 2003-02-05, 12:41 UTC

Post by *Nigurrath »

Hi SCHMaster,

I wrote some time ago a syntaxcolorizer plugin, more simpler than yours, but more colorful :lol:

Before reinventing the wheel, could I suggest to you to include in your excellent plugin the support for colorizing syntax files from UltraEdit32 (them are completely free textual files out-of-the-shelf, available for several languages): take a look here http://www.ultraedit.com/downloads/additional.html

It would be extremely interesting to let users place all the files into a folder and let SynUS scan that folder to get predefined colors for specific languages!
always latest 32b TC on a WIN10 64b
User avatar
bago
Member
Member
Posts: 102
Joined: 2003-02-05, 12:18 UTC
Location: Italy
Contact:

Post by *bago »

SCHMaster wrote:2.Remowed (?) bug when use cursor keys
YES!... it works fine now! :mrgreen:

Thank you!
License #55385
User avatar
SCHMaster
Member
Member
Posts: 199
Joined: 2003-02-08, 00:39 UTC
Location: Ukraine
Contact:

Post by *SCHMaster »

Before reinventing the wheel, could I suggest to you to include in your excellent plugin the support for colorizing syntax files from UltraEdit32 (them are completely free textual files out-of-the-shelf, available for several languages):
This impossible - a different format configuratin files - it is necessary completely to copy SynUs
It would be extremely interesting to let users place all the files into a folder and let SynUS scan that folder to get predefined colors for specific languages!
This possible... Later :D
it works fine now
8)
User avatar
fabiochelly
Power Member
Power Member
Posts: 603
Joined: 2003-02-05, 12:03 UTC
Location: Rambouillet, France

Post by *fabiochelly »

This impossible - a different format configuratin files - it is necessary completely to copy SynUs
Isn't it possible to create a import function to convert UltraEdit wordfile to SynEdit format ?
With that, you'll get dozens of different formats without writing a single line of code !
I never found a dev language not implemented in UE wordfiles.
Fabio Chelly.
#60241
Lorsqu'on s'occupe d'informatique il faut faire comme les canards...
Paraître calme en surface et pédaler comme un forcené par en dessous
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 225
Joined: 2003-02-05, 12:41 UTC

Post by *Nigurrath »

Yes, i do not understand why, a bridge is always possible, from one file format to another one, at least also an external conversion tool could be enough..
always latest 32b TC on a WIN10 64b
User avatar
fabiochelly
Power Member
Power Member
Posts: 603
Joined: 2003-02-05, 12:03 UTC
Location: Rambouillet, France

Post by *fabiochelly »

The better way would be to support both formats in SynUS
Fabio Chelly.
#60241
Lorsqu'on s'occupe d'informatique il faut faire comme les canards...
Paraître calme en surface et pédaler comme un forcené par en dessous
User avatar
SCHMaster
Member
Member
Posts: 199
Joined: 2003-02-08, 00:39 UTC
Location: Ukraine
Contact:

Post by *SCHMaster »

On cause other format, not supported SynUs
I can do plugin with tunability of the viewing of any format of the files.
The User itself will be able to enter all keywords.
In this case, I think, will possible import the color schemes other editor.
But it is impossible will use old adjustment SynUs.
The Question to all:
Write such plugin?
:)
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 225
Joined: 2003-02-05, 12:41 UTC

Post by *Nigurrath »

I'm not sure I got your point, but let me summarize. You mean writing a plugin (better a standalone) application to convert other formats to the one used by SynUS?

In this case it would be ok, or at least, better than nothing :lol:

The scope of the my suggestion that fabiochelly also supported, is to have *already* cooked configuration files, not an editor to cook new ones.

So importing in such a tool would be the *only* important features, editing would be an additional gadget, IMHO :wink:
always latest 32b TC on a WIN10 64b
User avatar
SCHMaster
Member
Member
Posts: 199
Joined: 2003-02-08, 00:39 UTC
Location: Ukraine
Contact:

Post by *SCHMaster »

In SynUs i use TSynEdit
All keywords are found in code of the SynEdit library
On this add or export keywords in run-time difficult :(
But, on base SynEdit and the other sources I began to write plugin, in which will be a possibility to adjust the color schemes to any file.
The Interface of plugin nearly will not change.
User avatar
Aezay
Senior Member
Senior Member
Posts: 269
Joined: 2003-02-12, 07:27 UTC
Location: Denmark
Contact:

Post by *Aezay »

I'm using TSynEdit myself, v1.03 until now, but I've updated it to v1.1 today. Is wordwrap something new in v1.1 because I'm certain that its was not supported in SynEdit v1.03. But how do u enable it, theres no property called wordwrap, or maybe I didnt install v1.1 properly.
Of all the planets I've been to, this one is my favorite.
shinca
Junior Member
Junior Member
Posts: 10
Joined: 2003-02-07, 08:36 UTC
Location: Slovenia

html export - background

Post by *shinca »

Could you add in export to html to also set background color. I use dark background and yellow characters and when I export to html I get white background with yellow chars - not so very visible :)

Other than that - gr8 plugin :)

shinca
Post Reply