SynWrite

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#46 Post by Alextp »

Oh, good, I use ur file, u're a good man.

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#47 Post 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.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#48 Post by Alextp »

i guess i need to append this only?
Attachments
NewPHP.rar
(1.67 KiB) Downloaded 527 times

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#49 Post by carbonize »

From what I can see yes. And the very first part of your current one

#chars -$[]'

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#50 Post by Alextp »

added.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#51 Post by Alextp »

added lexer for php.ACP: http://shot.qip.ru/008s9h-2QODkgN7M/

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: SynWrite

#52 Post by lautrepay »

Added to the database. If it's useful for you, please vote @ http://www.portablefreeware.com/index.php?id=2375.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#53 Post 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??

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#54 Post by carbonize »

Never used it myself but http://npp-community.tuxfamily.org/docu ... de-editing explains it.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#55 Post 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

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#56 Post by carbonize »

It's a bit like your sync edit function.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#57 Post by Alextp »

maybe. But mul cursors 're shown

User avatar
Midas
Posts: 6710
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: SynWrite

#58 Post 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

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#59 Post 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.

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#60 Post by carbonize »

Got a link as I searched the forum and found nothing

Post Reply