Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

editplus · Join the EditPlus group! The Best Editor

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3542
  • Category: Web Design
  • Founded: Jul 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 389 - 418 of 7013   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#389 From: "johndavidcrossman" <johnc@...>
Date: Fri Feb 1, 2002 9:22 pm
Subject: Automatically reload file (as opposed to prompting)
johndavidcro...
Send Email Send Email
 
I often keep log files open in EditPlus and when those files are
updated I don't like to have to click OK on all the prompts.  Is
there a way they can refresh automatically every N seconds?

#390 From: DZ-Jay <dz@...>
Date: Fri Feb 1, 2002 1:45 pm
Subject: Re: [edit+] Automatically reload file (as opposed to prompting)
dzfoo
Send Email Send Email
 
At around 02/02/2002 01:22 AM, You said something like:
>I often keep log files open in EditPlus and when those files are
>updated I don't like to have to click OK on all the prompts.  Is
>there a way they can refresh automatically every N seconds?

Hello:
          In the newer version (still in beta) there is an option to "Reload
modified files automatically", but it is not at intervals, it is still when
the EditPlus window has the focus.  But at least it will not prompt you.

          I haven't used the current version for a while (I have been
testing the newer beta), so I don't know if that option is there.

          dZ.



>
>+ + + + + + + + + + + +
>http://www.editplus.com/
>EditPlus text editor, HTML editor, programmers editor for Windows
>+ + + + + + + + + + + +
>
>Post message: editplus@yahoogroups.com
>Subscribe:  editplus-subscribe@yahoogroups.com
>Unsubscribe:  editplus-unsubscribe@yahoogroups.com
>______________________________________
>http://groups.yahoo.com/group/editplus
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#391 From: "bahedbanger" <joanf@...>
Date: Sat Feb 2, 2002 1:01 am
Subject: search and replace
bahedbanger
Send Email Send Email
 
i get email text that i need to strip some formatting from.
some of it is pasted below.
there are newlines instead of wrapping.
and where there should be a newline, there are 2 newlines.
any suggestions?
thanks
joan


***THIS IS THE THE EXAMPLE***
My intent is to bring topics to your attention that will benefit you
in
running your groups.  Some of the information below is appropriate
only
for managers.  However, I will include topics that will be of interest
to your memberships.  Please feel free to relay that information to
your
members.

February 2002 Topics

#392 From: "dais_woodshed" <dais_woodshed@...>
Date: Sat Feb 2, 2002 4:21 pm
Subject: edit + & php
dais_woodshed
Send Email Send Email
 
What is it like to use php and edit plus?  i have  a few php editors
and one or two html editors, but what I'm looking for is a good all
round editor that will let me do html & php in one.
The html have limited php ability (some but not much) and the php
editors have limited html ability (again some but not much)has edit
plus got good php abilities if what are they?

thanks in advance

Dai

#393 From: "ross10s" <ross10s@...>
Date: Wed Feb 6, 2002 5:22 pm
Subject: Setting starting column
ross10s
Send Email Send Email
 
I'm editing a Cobol source file, where the code is entered in columns
7 - 72.  Is there any way to hide the first 6 columns so I can get
more displayed on my desktop?

If not, I could edit in columns 1 - 66 and shift everything over 6
columns before I compile.  Does anyone know a quick way to do that
without changing the indent settings, like with regex?  (And the
corresponding shift left?)

#394 From: DZ-Jay <dz@...>
Date: Wed Feb 6, 2002 9:37 am
Subject: Re: [edit+] Setting starting column
dzfoo
Send Email Send Email
 
At around 02/06/2002 09:22 PM, You said something like:
>I'm editing a Cobol source file, where the code is entered in columns
>7 - 72.  Is there any way to hide the first 6 columns so I can get
>more displayed on my desktop?

Not really...

>If not, I could edit in columns 1 - 66 and shift everything over 6
>columns before I compile.  Does anyone know a quick way to do that
>without changing the indent settings, like with regex?  (And the
>corresponding shift left?)

There is a cool feature of editplus that lets you select/copy/cut/paste
data in columns, maybe this will help you?  If you hit the "ALT" key and
then click-drag text with your mouse left button, you will be able to
select in column blocks.  Also, once the column block is selected, using
the TAB key will move the selection independently of what is around it.

I might be able to offer some regexps if you send at least a sample line of
the format you need....

          dZ.

#395 From: "Rainaer" <rainaer2001@...>
Date: Wed Feb 6, 2002 5:33 pm
Subject: RE: [edit+] Setting starting column
rainaer2001
Send Email Send Email
 
crtl + a                select all text
ctrl + shift + I        decrease indent

then when your done

ctrl + a
ctrl + I                increase indent.


you may also want to reset your indent size to fit your specific needs as
well under the Document menu -> Tabs/Indent
   -----Original Message-----
   From: ross10s [mailto:ross10s@...]
   Sent: Wednesday, February 06, 2002 11:23 AM
   To: editplus@yahoogroups.com
   Subject: [edit+] Setting starting column


   I'm editing a Cobol source file, where the code is entered in columns
   7 - 72.  Is there any way to hide the first 6 columns so I can get
   more displayed on my desktop?

   If not, I could edit in columns 1 - 66 and shift everything over 6
   columns before I compile.  Does anyone know a quick way to do that
   without changing the indent settings, like with regex?  (And the
   corresponding shift left?)


         Yahoo! Groups Sponsor
               ADVERTISEMENT




   + + + + + + + + + + + +
   http://www.editplus.com/
   EditPlus text editor, HTML editor, programmers editor for Windows
   + + + + + + + + + + + +

   Post message: editplus@yahoogroups.com
   Subscribe:  editplus-subscribe@yahoogroups.com
   Unsubscribe:  editplus-unsubscribe@yahoogroups.com
   ______________________________________
   http://groups.yahoo.com/group/editplus


   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]

#396 From: "Scott Matthewman" <smatthewman@...>
Date: Wed Feb 6, 2002 5:47 pm
Subject: RE: [edit+] Setting starting column
samatthewman
Send Email Send Email
 
> -----Original Message-----
> From: ross10s [mailto:ross10s@...]
>
> If not, I could edit in columns 1 - 66 and shift everything over 6
> columns before I compile.  Does anyone know a quick way to do that
> without changing the indent settings, like with regex?  (And the
> corresponding shift left?)

Other people have dealt with how to shift everything across. However, if
you've set up "Cobol" as an entry under Preferences|Files|Settings and
syntax, why not add a column marker at column 6?

That should allow you to easily indent in using the Alt+Left arrow
combination. Providing the other syntax settings are correct, hitting Return
should retain the indentation from the line above.

Scott

#397 From: "ross10s" <ross10s@...>
Date: Wed Feb 6, 2002 5:51 pm
Subject: Re: [edit+] Setting starting column
ross10s
Send Email Send Email
 
Thanks.  That did the trick.

--- In editplus@y..., "Rainaer" <rainaer2001@y...> wrote:
> crtl + a                select all text
> ctrl + shift + I        decrease indent
>
> then when your done
>
> ctrl + a
> ctrl + I                increase indent.
>
>
> you may also want to reset your indent size to fit your specific
needs as
> well under the Document menu -> Tabs/Indent
of this message have been removed]

#398 From: "Scott Matthewman" <smatthewman@...>
Date: Wed Feb 6, 2002 5:59 pm
Subject: RE: [edit+] Setting starting column
samatthewman
Send Email Send Email
 
> -----Original Message-----
> From: Scott Matthewman [mailto:smatthewman@...]
>
> That should allow you to easily indent in using the Alt+Left arrow
> combination.

I did, of course, mean Alt+Right arrow ;-)

Scott

#399 From: "~John" <jmmorse@...>
Date: Wed Feb 6, 2002 7:10 pm
Subject: Re: [edit+] Setting starting column
john63960
Send Email Send Email
 
How do you use the columns.....and what do you use them for?

~John


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.317 / Virus Database: 176 - Release Date: 1/21/2002

#400 From: "Rainaer" <rainaer2001@...>
Date: Wed Feb 6, 2002 9:50 pm
Subject: RE: [edit+] Setting starting column
rainaer2001
Send Email Send Email
 
np
   -----Original Message-----
   From: ross10s [mailto:ross10s@...]
   Sent: Wednesday, February 06, 2002 11:52 AM
   To: editplus@yahoogroups.com
   Subject: Re: [edit+] Setting starting column


   Thanks.  That did the trick.

   --- In editplus@y..., "Rainaer" <rainaer2001@y...> wrote:
   > crtl + a                select all text
   > ctrl + shift + I        decrease indent
   >
   > then when your done
   >
   > ctrl + a
   > ctrl + I                increase indent.
   >
   >
   > you may also want to reset your indent size to fit your specific
   needs as
   > well under the Document menu -> Tabs/Indent
   of this message have been removed]


         Yahoo! Groups Sponsor
               ADVERTISEMENT




   + + + + + + + + + + + +
   http://www.editplus.com/
   EditPlus text editor, HTML editor, programmers editor for Windows
   + + + + + + + + + + + +

   Post message: editplus@yahoogroups.com
   Subscribe:  editplus-subscribe@yahoogroups.com
   Unsubscribe:  editplus-unsubscribe@yahoogroups.com
   ______________________________________
   http://groups.yahoo.com/group/editplus


   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]

#401 From: "ross10s" <ross10s@...>
Date: Thu Feb 7, 2002 6:08 am
Subject: Re: [edit+] Setting starting column
ross10s
Send Email Send Email
 
--- In editplus@y..., "~John" <jmmorse@s...> wrote:
> How do you use the columns.....and what do you use them for?
> ~John
>
I'm not sure I understand your question, but if you're referring to
my need to use columns 7 thru 72, that's a requirement of mainframe
IBM Cobol.  Columns 1-6 can be used for sequence numbers.  Columns 73-
80 can be used for anything.

#402 From: "ross10s" <ross10s@...>
Date: Thu Feb 7, 2002 6:11 am
Subject: And for my next question...
ross10s
Send Email Send Email
 
How do I set the indent & tab to have the tab move 2 positions and
stop on even-numbered columns?  I can't get the tab to stop on
anything other than odd-numbered columns.

#403 From: "computerwiggy" <computerwiggy@...>
Date: Fri Feb 8, 2002 4:18 am
Subject: Updates to Java Syntax and color coding when writing *.java files.
computerwiggy
Send Email Send Email
 
I am new to Edit Plus!

Thanks to the creators of this wonderfull editor.  I hear is a news
flash I am now a paid up registered USER.

BIGUP EditPlus!!!!!!

Question
---------

I am learning to program Java using JDK 1.3.1.. downloaded from Sun.
No prizes for guessing my editor of choice when programming java.

Is there any updates for Edit Plus  which will color code and
highlight the syntax of the code so it is more user friendly. I mean
things like keywords an such. If the updates exist - even if they are
user files -  what is the latest one that you would recomend that I
download and install?

Look for you to your help and just remember I am a junior member of
this fan club so nuture me please!!!!!!!!1

ComputerWiggy

#404 From: "hey_its_tim" <sophiesubmit@...>
Date: Fri Feb 8, 2002 9:35 am
Subject: PHP support?
hey_its_tim
Send Email Send Email
 
Hi,

I've been using edit plus for a long time for Java, Perl and HTML,
but would really like to use it for PHP too. I can get it to point at
my PHP engine and execute, but the output can only be pointed to the
output window. Has anyone come up with a work around, where this
output can be sent to the in built browser, or an external (HTML)
file?

Thanks

#405 From: "thanjavurthavillu" <prasanna@...>
Date: Sat Feb 9, 2002 4:35 am
Subject: Re: Updates to Java Syntax and color coding when writing *.java files.
thanjavurtha...
Send Email Send Email
 
hi

Welcome to the world of Edit+.
Teh following link will lead to a huge list of user files which
are created by fans but shared for the exact purpose of not doing things twice.

http://www.editplus.com/javacpp.html

My advice - first go through the complete list and select the one which suits
you the most - not necessarily the latest.(Say jdk1.4 stx(syntax) might not help
you with jdk1.3.1).

Hope this suffice.

Regards,

pRasanna

PEEK:

- i wonder why - Java syntax and keywords files are available by Standard with
Edit+. You need the above only in case of updating the stx files. I think
instead of saving the file with ".java" extension you might have created just a
plain ascii text file. Try opening a .java source file in editplus 2.10c(latest
available) and it should highlight your needs.







--- In editplus@y..., "computerwiggy" <computerwiggy@a...> wrote:
> I am new to Edit Plus!
>
> Thanks to the creators of this wonderfull editor.  I hear is a news
> flash I am now a paid up registered USER.
>
> BIGUP EditPlus!!!!!!
>
> Question
> ---------
>
> I am learning to program Java using JDK 1.3.1.. downloaded from Sun.
> No prizes for guessing my editor of choice when programming java.
>
> Is there any updates for Edit Plus  which will color code and
> highlight the syntax of the code so it is more user friendly. I mean
> things like keywords an such. If the updates exist - even if they are
> user files -  what is the latest one that you would recomend that I
> download and install?
>
> Look for you to your help and just remember I am a junior member of
> this fan club so nuture me please!!!!!!!!1
>
> ComputerWiggy

#406 From: "thanjavurthavillu" <prasanna@...>
Date: Sat Feb 9, 2002 4:40 am
Subject: Help needed for Regular Expressions
toprasanna
Send Email Send Email
 
hi all,

Being an ardent fan of Edit+ and a java programmer for more than a year i was
made to felt ashamed of not knowing about Regular Expressions.

I would be very much obliged if anyone could atleast explain how the Regular
Expressions for selecting Methods in Java works.
Best if you people could suggest some nice sites for learning Regular
Expressions.

Thank you,
pRasanna

#407 From: "Herbert Mraz" <herb@...>
Date: Sun Feb 10, 2002 12:31 am
Subject: Re: [edit+] PHP support?
herbmraz
Send Email Send Email
 
Hi, itīs much easier than you might think:

To get your PHP-files rendered by your local server and displayed in Edit+,
select preferences/tools and choose the seamless browser option; then just
type in your server document root and server name (localhost or whatever you
named it...)
et voila! Type your code, hit the browse-keycommand (ctl - b is the default,
I believe) and watch the result! Of course, the files have to be located
under the server doc root...
If you actually want to run the script in a standalone PHP-engine, I donīt
know how to do it...

Edit + is a nice companion, isnīt it?
Herb

----- Original Message -----
From: "hey_its_tim" <sophiesubmit@...>
To: <editplus@yahoogroups.com>
Sent: Friday, February 08, 2002 10:35 AM
Subject: [edit+] PHP support?


> Hi,
>
> I've been using edit plus for a long time for Java, Perl and HTML,
> but would really like to use it for PHP too. I can get it to point at
> my PHP engine and execute, but the output can only be pointed to the
> output window. Has anyone come up with a work around, where this
> output can be sent to the in built browser, or an external (HTML)
> file?
>
> Thanks
>
>
>
> + + + + + + + + + + + +
> http://www.editplus.com/
> EditPlus text editor, HTML editor, programmers editor for Windows
> + + + + + + + + + + + +
>
> Post message: editplus@yahoogroups.com
> Subscribe:  editplus-subscribe@yahoogroups.com
> Unsubscribe:  editplus-unsubscribe@yahoogroups.com
> ______________________________________
> http://groups.yahoo.com/group/editplus
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#408 From: "vvsingh76" <vvsingh@...>
Date: Mon Feb 11, 2002 1:51 pm
Subject: Using Cygwin through User Tools
vvsingh76
Send Email Send Email
 
Hi!

Could someone please post a step by step process how to use Cygwin to
compile files using gcc through edit plus.

Cheers (and Thanks in advance),

V.V. Singh

#409 From: Alexander Plakidin <alex@...>
Date: Mon Feb 11, 2002 3:58 pm
Subject: PHP & Multi-Line String Values
plakidin
Send Email Send Email
 
Hey there...

I am using multi-line strings in my PHP code like following:

$DB->query("
         SELECT
                 table1.name AS name,
                 table1.id AS id
         FROM
                 table2
         LEFT JOIN
                 table1 ON (table1.id=table2.id1)
         WHERE
                 whatever='".addslashes($something)."'");

How can I make EditPlus recognize the string used above as an entire string?
Currently it does not recognize second line as continuation of first line
(does recognize PHP keywords in it, etc)... How can I make it work?

Thanks,
Alex.

#410 From: DZ-Jay <dz@...>
Date: Mon Feb 11, 2002 4:10 pm
Subject: Re: [edit+] PHP & Multi-Line String Values
dzfoo
Send Email Send Email
 
Try this:
          In the php.stx (syntax) file, make sure that the value for
'#CONTINUE_QUOTE' is 'y', like this:
#CONTINUE_QUOTE=y

If this line does not exist in your syntax file, then add it.

          dZ.

At around 02/11/2002 11:58 AM, You said something like:
>Hey there...
>
>I am using multi-line strings in my PHP code like following:
>
>$DB->query("
>         SELECT
>                 table1.name AS name,
>                 table1.id AS id
>         FROM
>                 table2
>         LEFT JOIN
>                 table1 ON (table1.id=table2.id1)
>         WHERE
>                 whatever='".addslashes($something)."'");
>
>How can I make EditPlus recognize the string used above as an entire string?
>Currently it does not recognize second line as continuation of first line
>(does recognize PHP keywords in it, etc)... How can I make it work?
>
>Thanks,
>Alex.
>
>
>
>+ + + + + + + + + + + +
>http://www.editplus.com/
>EditPlus text editor, HTML editor, programmers editor for Windows
>+ + + + + + + + + + + +
>
>Post message: editplus@yahoogroups.com
>Subscribe:  editplus-subscribe@yahoogroups.com
>Unsubscribe:  editplus-unsubscribe@yahoogroups.com
>______________________________________
>http://groups.yahoo.com/group/editplus
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#411 From: Alexander Plakidin <alex@...>
Date: Mon Feb 11, 2002 4:05 pm
Subject: Re[2]: [edit+] PHP & Multi-Line String Values
plakidin
Send Email Send Email
 
WOOOHOOO, it helped!! Thanks :-)

Alex.



> Try this:
>          In the php.stx (syntax) file, make sure that the value for
> '#CONTINUE_QUOTE' is 'y', like this:
> #CONTINUE_QUOTE=y

> If this line does not exist in your syntax file, then add it.

>          dZ.

> At around 02/11/2002 11:58 AM, You said something like:
>>Hey there...
>>
>>I am using multi-line strings in my PHP code like following:
>>
>>$DB->query("
>>         SELECT
>>                 table1.name AS name,
>>                 table1.id AS id
>>         FROM
>>                 table2
>>         LEFT JOIN
>>                 table1 ON (table1.id=table2.id1)
>>         WHERE
>>                 whatever='".addslashes($something)."'");
>>
>>How can I make EditPlus recognize the string used above as an entire string?
>>Currently it does not recognize second line as continuation of first line
>>(does recognize PHP keywords in it, etc)... How can I make it work?
>>
>>Thanks,
>>Alex.
>>
>>
>>
>>+ + + + + + + + + + + +
>>http://www.editplus.com/
>>EditPlus text editor, HTML editor, programmers editor for Windows
>>+ + + + + + + + + + + +
>>
>>Post message: editplus@yahoogroups.com
>>Subscribe:  editplus-subscribe@yahoogroups.com
>>Unsubscribe:  editplus-unsubscribe@yahoogroups.com
>>______________________________________
>>http://groups.yahoo.com/group/editplus
>>
>>
>>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



> + + + + + + + + + + + +
> http://www.editplus.com/
> EditPlus text editor, HTML editor, programmers editor for Windows
> + + + + + + + + + + + +

> Post message: editplus@yahoogroups.com
> Subscribe:  editplus-subscribe@yahoogroups.com
> Unsubscribe:  editplus-unsubscribe@yahoogroups.com
> ______________________________________
> http://groups.yahoo.com/group/editplus


> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#412 From: "chonchobar" <chonchobar@...>
Date: Mon Feb 11, 2002 4:49 pm
Subject: ftp meaningful labels in Recent list ?.
chonchobar
Send Email Send Email
 
In the Recent files list, those files FTP'd from different servers are
prefaced with "ftp(0):.." ,  "ftp(1): ..", etc.

Is there a way to use the FTP Settings Account name as the preface
label, instead of these array-like references?

When working with the same named file from 2 different servers,
there's a big risk in doing damage if I am unsure which boxes are (0),
(1), or (2)

Thanks

#413 From: "chonchobar" <chonchobar@...>
Date: Mon Feb 11, 2002 5:04 pm
Subject: detachable "accessory" views (output, directory, etc.)?
chonchobar
Send Email Send Email
 
Is there a way to make the Command Output, Directory, Cliptext, etc.
views/windows act as detachable windows within the workspace?

That is, when activated, these viwes are treated as resizable frames
within the main Edit Plus application window.

I would like to be able to access them as document windows within the
whole Edit Plus workspace, so that I could minimize, tab them, move
and resize them?

Is this a current setting I've overlooked, or has it been requested as
a feature enhancement?

Thanks

#414 From: "kewlinger" <kewlinger@...>
Date: Mon Feb 11, 2002 10:23 pm
Subject: xml/dtd - was: customizing e+
kewlinger
Send Email Send Email
 
Will there be a DTD-validating parser within EditPlus3 (so that one knows w=
hich XML-elements are allowed at the current cursor location)? If not, XEmac=
s (w/psgml) still will be the best (but somewhat hard to manage;) alternativ=
e.

--- In editplus@y..., "gregorsprite" <gg@n...> wrote:
> it would be great to use some validating parser like Xerces together
> with E+. So you could use any DTD/Schema to generate a correct "tag-
> list" with possible attributes...
> Iīm new to E+, are there any efforts concerning this? In general I
> would be glad to hear from XML developers about their tools, as I
> actually cannot aford right now one of those $100 and more XML tools.
> I love the work of the Apache XML project and would be glad if there
> is a possibility to employ it with E+ or another good editor.
> I know that I can use Parsers via "Usertools", but i was thinking of
> a way to fully adapt features of a XML Parser (and XSLT-Processor) in
> th E+interface. Is this possible or is there another Editor out there
> that is worth to check out?
> And 2 things i just canīt figure out: how can i move the
> directory+cliptext window to the right side?
> And the function window, i also want it permanent on the right side,
> and not as an active window that has to be closed before i can resume
> editing. After trying out without success, maybe someone here has a
> solution. Or can at least tell me that there is no solution ;-)
>
> TIA

#415 From: Alexandru Savescu <alex@...>
Date: Tue Feb 12, 2002 7:36 am
Subject: Re: [edit+] detachable "accessory" views (output, directory, etc.)?
alexsavescu
Send Email Send Email
 
Hello chonchobar,


I don't think so. I believe that the Command Output, Directory, Cliptext are
designed as windows with splitters in the MFC architecture and cannot be torn
off or made docked at other sides like in MSOffice applications. I really think
that it would be a really cool feature enhancement.


c> Is there a way to make the Command Output, Directory, Cliptext, etc.
c> views/windows act as detachable windows within the workspace?

c> That is, when activated, these viwes are treated as resizable frames
c> within the main Edit Plus application window.

c> I would like to be able to access them as document windows within the
c> whole Edit Plus workspace, so that I could minimize, tab them, move
c> and resize them?

c> Is this a current setting I've overlooked, or has it been requested as
c> a feature enhancement?

c> Thanks




c> Yahoo! Groups SponsorADVERTISEMENT

c> + + + + + + + + + + + +
c> http://www.editplus.com/
c> EditPlus text editor, HTML editor, programmers editor for Windows
c> + + + + + + + + + + + +

c> Post message: editplus@yahoogroups.com
c> Subscribe:  editplus-subscribe@yahoogroups.com
c> Unsubscribe:  editplus-unsubscribe@yahoogroups.com
c> ______________________________________
c> http://groups.yahoo.com/group/editplus


c> Your use of Yahoo! Groups is subject to theYahoo! Terms of Service.




--
Best regards,
   Alex                            mailto:asavescu@...

#416 From: "sbashforduk" <sbashford@...>
Date: Tue Feb 12, 2002 12:20 pm
Subject: Go to line number on startup (from command line)?
sbashforduk
Send Email Send Email
 
Is it possible to invoke EditPlus with a filename and line number to jump
straight to that line?

#417 From: "morrispeckham" <banana@...>
Date: Tue Feb 12, 2002 12:25 pm
Subject: Re: Help needed for Regular Expressions
morrispeckham
Send Email Send Email
 
The default RE used by E+ for selecting methods in Java is:

^[ \t]*[ps].*\([^;]*$

The ^ and $ match the start and end of a line, so this RE will match a
whole line.

The [ \t]* part means match zero or more spaces or tabs.

The [ps] part matches either a "p" or an "s" (because it's looking for
"public", "private", "protected" or "static" as the first word in a
method declaration).

The .* part matches any string (any character, zero or more times -
i.e. the rest of the words "public", etc.)

The \( part matches a "(" at the start of the parameter list (and the
backslash escapes the special meaning that round brakets normally have
in an RE).

The [^;]* part matches the rest of the line, provided it doesn't
contain a semi-colon.

This isn't a perfect RE for finding method signatures in Java. For
example, it doesn't find these:

// default visibility (doesn't have "p" or "s")
void someMethod()

// no "(" on first line
public void someMethod
     ( Strind someParameter )

// abstract methods (ends with ";")
public abstract void someMethod();


It also gets some false matches, such as a switch:

switch ( someVariable )


J.


--- In editplus@y..., "thanjavurthavillu" <prasanna@p...> wrote:
> hi all,
>
> Being an ardent fan of Edit+ and a java programmer for more than a
year i was made to felt ashamed of not knowing about Regular Expressions.
>
> I would be very much obliged if anyone could atleast explain how the
Regular Expressions for selecting Methods in Java works.
> Best if you people could suggest some nice sites for learning
Regular Expressions.
>
> Thank you,
> pRasanna

#418 From: DZ-Jay <dz@...>
Date: Tue Feb 12, 2002 12:36 pm
Subject: Re: [edit+] Go to line number on startup (from command line)?
dzfoo
Send Email Send Email
 
Some time around 02/12/2002, I think I heard you say:
>Is it possible to invoke EditPlus with a filename and line number to jump
>straight to that line?

Yes.  Check out the Help and search for "Command-line options".  Here's
what it sez:

Locate cursor at "line" and "column":
          editplus.exe -cursor line:column

          dZ.

Messages 389 - 418 of 7013   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help