Page 4 of 5

Re: SynWrite

Posted: Thu Dec 20, 2012 11:46 am
by Alextp
Oh, good, I use ur file, u're a good man.

Re: SynWrite

Posted: Thu Dec 20, 2012 11:51 am
by carbonize
As I said you will have to copy some of your existing file as well since I only put the functions in there.

Re: SynWrite

Posted: Thu Dec 20, 2012 12:09 pm
by Alextp
i guess i need to append this only?

Re: SynWrite

Posted: Thu Dec 20, 2012 1:39 pm
by carbonize
From what I can see yes. And the very first part of your current one

#chars -$[]'

Re: SynWrite

Posted: Thu Dec 20, 2012 1:43 pm
by Alextp
added.

Re: SynWrite

Posted: Thu Dec 20, 2012 1:45 pm
by Alextp
added lexer for php.ACP: http://shot.qip.ru/008s9h-2QODkgN7M/

Re: SynWrite

Posted: Fri Dec 28, 2012 6:31 pm
by lautrepay
Added to the database. If it's useful for you, please vote @ http://www.portablefreeware.com/index.php?id=2375.

Re: SynWrite

Posted: Sun Dec 30, 2012 12:43 pm
by Alextp
At www site:
>>>i gave this just a very quick test drive and it seems ok, but i noticed a couple things i didn't like...
* doesn't appear to have a column edit mode (only column selection)

What the heck is "column edit mode"? Where can i see it??

Re: SynWrite

Posted: Sun Dec 30, 2012 12:51 pm
by carbonize
Never used it myself but http://npp-community.tuxfamily.org/docu ... de-editing explains it.

Re: SynWrite

Posted: Sun Dec 30, 2012 1:05 pm
by Alextp
ah, Tks. I see. I have mult-selection in plan, so... when it comes this mode comes too. Don't want it w/o mult-selection

Re: SynWrite

Posted: Sun Dec 30, 2012 1:14 pm
by carbonize
It's a bit like your sync edit function.

Re: SynWrite

Posted: Sun Dec 30, 2012 1:17 pm
by Alextp
maybe. But mul cursors 're shown

Re: SynWrite

Posted: Tue Mar 26, 2013 6:25 am
by Midas
I have modified the 'UpdateFromRelease.bat' file from the Batch Updater at http://sourceforge.net/projects/synwrit ... 20updater/ for better compatibility with portable installations.

To make this work:
  • - Extract all files from the 'SynWriteUpdater.zip' downloaded from the URL above to a subfolder inside your SynWrite main folder -- for example, to 'SynWrite\SynWriteUpdater';
    - Edit the contents of the 'UpdateFromRelease.bat' file and replace it with the code below;
    - Double click 'UpdateFromRelease.bat' and you're all set with the latest SynWrite release...

Code: Select all

@echo off
PUSHD ..
SET InstDir=%CD%
CLS
ECHO.
ECHO.
ECHO.
ECHO Ready to update your SynWrite installation in "%InstDir%"...
ECHO (Pess CTRL+C, then Y to abort!)
ECHO.
PAUSE
DEL SynWrite.rar > NUL
%~dp0wget http://iweb.dl.sourceforge.net/project/synwrite/Release/SynWrite.rar
%~dp0UnRAR x -y SynWrite.rar *.* %InstDir%\
DEL SynWrite.rar
ECHO Update completed!
PAUSE

Re: SynWrite

Posted: Thu May 02, 2013 2:03 pm
by Alextp
@Carbonize
>Wish this would store any changes you make to it's highlighting in a separate file so it doesn't get overwritten

See the FAQ, question about keeping lexer settings on reinstalling.

Re: SynWrite

Posted: Sat May 04, 2013 11:04 am
by carbonize
Got a link as I searched the forum and found nothing