|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Colorer-take5 be5Hi all, I've updated mostly all colorer packages with the latest fixes and improvements from SVN trunk.
Thats a service release, no much new features included. Download, as always: http://sourceforge.net/project/showfiles.php?group_id=34855 * MC Colorer was not updated, version 0.9 can be recompiled with new package. copy pasted ChangeLog: take5.be5, 23-Nov 2006
HRC syntaxes
FAR Colorer plugin
Eclipse Colorer 0.7.2
MC-Colorer 0.9
Eclipse Colorer 0.7.1
Igor ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
|
|
Re: Colorer-take5 be5Здравствуйте, Уважаемый(-ая, -ое) Common buzz on colorer!
IR> FAR Colorer plugin IR> - New menu entry "Find Function". Searches for a function in the IR> current file using outline list. IR> - [ 1472737 ] Copy from Outliner - on pressing Ctrl-Enter Что с оутлинером? В упор не видит методов классов в PHP. Вернее, видит только те, что явно определены как public/private/protected (В PHP4 этих префиксов нет). -- С уважением Andrey Repin (colorer@...) пятница, 01.12.2006, <05:16> * Winamp наконец заткнулся... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
|
|
Re: Colorer-take5 be5looks like overoptimization, the patch: Index: php-script.ent.hrc =================================================================== --- php-script.ent.hrc (revision 837) +++ php-script.ent.hrc (working copy) @@ -232,7 +232,7 @@ <regexp match='/(\->)(\s)*\w+((\w)*(\s)*\()?!/' region="Var" region1="Symbol" /> <!-- speedup for big spaced files --> - <regexp match="/^\s*/"/> + <regexp match="/^\s+\M\s/"/> <!-- outlines --> <regexp match="/\M (^|\s)(class|interface) \s+ (?{ClassOutline}[\w_]+ [\w_:\$]*? )/ix"/> <regexp match="/\M (^|\s)(function) [\s&]+ (?{FunctionOutline}[\:\w_*&~]+)/ix"/> thanx.
-- Igor ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
|
|
Re[2]: Colorer-take5 be5Здравствуйте, Уважаемый(-ая, -ое) Common buzz on colorer!
IR> looks like overoptimization, the patch: IR> Index: php-script.ent.hrc IR> =================================================================== IR> --- php-script.ent.hrc (revision 837) IR> +++ php-script.ent.hrc (working copy) IR> @@ -232,7 +232,7 @@ IR> <regexp match='/(\->)(\s)*\w+((\w)*(\s)*\()?!/' region="Var" region1="Symbol" />> IR> <!-- speedup for big spaced files --> IR> - <regexp match="/^\s*/"/> IR> + <regexp match="/^\s+\M\s/"/> IR> <!-- outlines --> IR> <regexp match="/\M (^|\s)(class|interface) \s+ (?{ClassOutline}[\w_]+ [\w_:\$]*? )/ix"/>> IR> <regexp match="/\M (^|\s)(function) [\s&]+ IR> (?{FunctionOutline}[\:\w_*&~]+)/ix"/> IR> thanx. Yes, is it... Thanx :) -- С уважением Andrey Repin (colorer@...) суббота, 02.12.2006, <06:09> * Winamp: Now playing a White dove (Scorpions/RC More gold (Vol 1)) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
|
|
Re[2]: Colorer-take5 be5Здравствуйте, Уважаемый(-ая, -ое) Common buzz on colorer!
Еще маленькая бажка в PHP. Константу NULL забыли. -- С уважением Andrey Repin (colorer@...) суббота, 02.12.2006, <09:11> * Winamp: Now playing a Звук10 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
|
|
Re: Re[2]: Colorer-take5 be5On 12/2/06, Andrey Repin <colorer@...> wrote: Здравствуйте, Уважаемый(-ая, -ое) Common buzz on colorer! thanks, fixed. -- Igor ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ colorer-talks mailing list colorer-talks@... https://lists.sourceforge.net/lists/listinfo/colorer-talks |
| Free Forum Powered by Nabble | Forum Help |