Page 1 of 5

SynWrite

Posted: Mon May 02, 2011 1:50 am
by Mat030
SynWrite is a text editor designed to edit programs source codes with such features as syntax highlighting, code folding, tree structure, auto-completion and code templates. It also offers support for many encodings. It is not only an editor for programmers and can also be used as notepad replacement. Program is small in size and portable. Currently user interface is available in 6 languages. It's possible to use program as lister plugin for file manager "Total Commander".
Image

Version: 2.5.835
Download: http://www.uvviewsoft.com/files_syn/
Please read the F.A.Q in help section for instructions to install program portable

Re: SynWrite

Posted: Sun May 15, 2011 11:52 am
by webfork
Mat030 wrote:
SynWrite
I've almost suggested this program on several occasions, but I'm not clear on how it differs from NotePad++ or other code editors.

SynWrite 2.5.838

Posted: Tue Jun 28, 2011 10:53 am
by webfork
Its closed source. Authors are pointing to the softpedia address as the home page.

So I guess I'll use their info:

What's new in Portable SynWrite 2.5.838:
June 27th, 2011

· NSIS lexer
· PHP lexer: functions shown in tree
· C++ lexer: hilighting of "\""
· Clipper lexer: function blocks

Re: SynWrite

Posted: Mon Aug 01, 2011 5:03 am
by rbon
Now it's open source.
current release is 2.5.850 (update July 24, 2011).
web site: http://www.totalcmd.net/plugring/syn2.html
direct dowbload portable: http://www.totalcmd.net/download.php?id=syn2

b.t.w. the portable version archive has .rar extension.

Re: SynWrite

Posted: Mon Aug 01, 2011 2:49 pm
by webfork
rbon wrote:Now it's open source.
I couldn't find the code. Is it included in the RAR file?

Re: SynWrite

Posted: Mon Aug 01, 2011 10:22 pm
by rbon
webfork wrote:
rbon wrote:Now it's open source.
I couldn't find the code. Is it included in the RAR file?
NO
I think that the code must be ask to programmer.

Re: SynWrite

Posted: Wed Aug 17, 2011 7:13 am
by Alextp
-but I'm not clear on how it differs from NotePad++ or other code editors.
1-It has more powerful hilighter settings. More easy to create new hiligthers.
2-It has little less funcs than Notepad++, but some funcs missed in N++.
Has Less not useful N++ commands.
-I couldn't find the code.
Code included in Readme folder, Src.rar.

Re: SynWrite

Posted: Tue Aug 30, 2011 5:55 am
by Alextp
V2.6.900 update.

Re: SynWrite

Posted: Fri Sep 16, 2011 8:17 am
by Emka
v2.7.010 is available

Re: SynWrite

Posted: Wed Sep 21, 2011 10:30 pm
by lautrepay
Updated to v2.7.015.

Re: SynWrite

Posted: Mon Oct 03, 2011 10:15 am
by Emka
v2.7.020 available

Re: SynWrite

Posted: Thu Oct 20, 2011 3:26 am
by Alextp
V2.7.040.

Re: SynWrite

Posted: Sat Dec 10, 2011 11:59 am
by Emka
v2.7.245 available

Re: SynWrite

Posted: Sun Dec 11, 2011 6:31 am
by carbonize
I personally always use PSPad although I have RJTexted for when I'm just doing web design due to internal IE, Gecko and Chrome previewing.

Anyway decided to give this a go. Definitely missing some major features but mainly FTP which is a must for me. Told it to open a new PHP file and weirdly it's template is PHP in the middle of a HTML page :-/

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Title</title>
</head>

<body>
<?php
print "Hello World!"
?>

</body>
</html>
Has somethings going for it but unfortunately a lot against it it my opinion.

Re: SynWrite

Posted: Sun Dec 11, 2011 7:11 am
by Alextp
How, in ur opinion, new Php file looks like?
just "<?php ?>" ?

FTP not planned to add, AFAIK.