Search the web
Sign In
New User? Sign Up
editplus · Join the EditPlus group! The Best Editor
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6425 - 6454 of 6454   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries   (Group by Topic) Sort by Date ^  
#6425 From: JAMES LANDIS <jhlandis@...>
Date: Thu Sep 24, 2009 8:27 pm
Subject: Re: [edit+] What happened to Editplus v2?
jamesl6474
Offline Offline
Send Email Send Email
 
I tried adding AB to html list with <A HREF="^!"></A> as the text.
But when I click on AB in the HTML list it returns <A HREF=""></A>
every time.

Any other entry works but this does not.
The file type can be HTML or something else and I get the same results.

Would  you know why. (ver 3,11 (421))




On Thu, Sep 24, 2009 at 3:26 PM, dz@... <dz@...> wrote:

>
>
>
>
> >------- Original Message -------
> >From :
>
richarddunne1971[mailto:richarddunne1971@...<richarddunne1971%40yahoo.com>
> ]
> >Sent : 9/24/2009 2:41:14 PM
> >To : editplus@yahoogroups.com <editplus%40yahoogroups.com>
> >Cc :
> >Subject : RE: [edit+] What happened to Editplus v2?
>
> > To cut a long story short, I had to buy a new
> > laptop. My old one ran on XP, new one runs on
> > Vista. I had EditPlus v2 on my old machine
> > which I was more than happy with. It had some
> > really good functionality, which I am surprised
> > and frustrasted to find is missing in v3.
>
> Actually, v3 has everything from v1 and v2, and more.
> I can attest to that; I've been using it since v1.
> In v3, things may have been moved around in the menus
> or in the preference screen, but they are still
> there. Also, some functionality that was available
> by default may now need to be turned on (Yeah, I'm
> looking at you, Cursor Indicator!).
>
> Other than that, you should still be comfortable
> using EditPlus v3 as you were with the previous one.
> You may want to check the "What's New" page to see
> what new goodies EditPlus offers now.
>
> > When inserting an anchor from the toolbar, the
> > anchor tags appeared, when the cursor was
> > positioned between the "" where one would place
> > the location of the anchored file, a file window
> > opened from which one could navigate to the
> > required file.
>
> I'm afraid your memory may be conflating two separate
> features. The icon for the "img" tag in the toolbar
> brought up the file-open dialog window to choose a
> file. The anchor icon just added an "<a>" tag.
>
> However, you are in luck! In EditPlus v3 is smart
> enough that if you select a non-image file from the
> file-open dialog window of the "img" icon, it'll
> create an anchor instead. Nifty.
>
> As for the position of the cursor after adding an
> anchor, I'm afraid you are right: The caret now
> appears between the open and close tags. This is to
> be more consistent with other tags in the toolbar.
>
> As far as I know, you can't change that for the
> toolbar button. However, you can change it for the
> ClipText window: Select HTML and from the ClipText
> list, right-click the "A" tag entry, and choose
> "Modify". Just change it to the following:
> <A HREF="^!"></A>
>
> The "^!" (without the quotation marks) designates
> where the cursor will be set after inserting the tag.
> You can then double-click the entry in the ClipText
> window to insert an anchor.
>
> > Also in the previous version, when I typed the
> > "<" symbol to start a new tag, a drop-down scrolled
> > list of available tags appeared. This is no longer
> > avaialble.
>
> I don't remember that functionality ever been there.
> EditPlus offered the most rudimentary auto-completion,
> which allowed you to set special keywords that could
> be expanded into a bigger term. For example, if you
> typed 'a', it could detect this and complete it as
> '<a href=""></a>'.
>
> A drop-down list in the style of "Intelli-sense" in
> VisualStudio or "Code-Complete" in Delphi was never
> in EditPlus, as far as I know.
>
> That said, there was always the ClipText window
> (which is still there in v3) that allows you to
> double-click any entry in it and insert text snippets
> into your document. A full tag list for HTML 4.0 and
> CSS 2.0 are included with EditPlus. If you don't see
> the ClipText window, just enable it in the
> "View"|"Toolbars/Views"|"ClipText Window" menu.
>
> > Apart from the table icon in the middle of the
> > toolbar, how do you insert a table. The icon
> > dropdown only allows 4 rows and 5 columns. The
> > advanced toober is gone. Sadly v3 is a major step
> > backwards from v2.
>
> You can insert a table by using the ClipText window
> and double-clicking on the appropriate tags, or
> creating your own entry for a full table of any size
> you want.
>
> As for the table icon in the toolbar, it allows you
> to create tables of any size: Just click and hold on
> any of the squares that show up when you click the
> icon, and drag to the lower right. You'll see that
> the box will expand indefinitely to whatever size you
> wish.
>
> EditPlus is still the same capable little editor you
> remember, just better and faster. If there is any
> other feature you used that you cannot find, just
> write again to this list and we'll try to help.
>
> Cheers!
> dZ.
>
>
>


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

#6426 From: "dz@..." <dz@...>
Date: Thu Sep 24, 2009 8:35 pm
Subject: Re: [edit+] What happened to Editplus v2?
dzfoo
Offline Offline
Send Email Send Email
 
>------- Original Message -------
>From    : JAMES LANDIS[mailto:jhlandis@...]
>Sent    : 9/24/2009 4:27:04 PM
>To      : editplus@yahoogroups.com
>Cc      :
>Subject : RE: Re: [edit+] What happened to Editplus v2?
>

> I tried adding AB to html list with <A
HREF="^!"></A> as the text.
> But when I click on AB in the HTML list it returns
<A HREF=""></A>
> every time.

I don't understand... Do you mean you are adding a
new entry to the ClipText list?  If so, what is it
that you are expecting it to do?

That entry will insert <A HREF=""></A> into the
document, in the current cursor position, and move
the cursor to between the quotation marks (that's
what the ^! means: put cursor here).

    -dZ.

#6427 From: "soapergem" <soapergem@...>
Date: Thu Sep 24, 2009 9:12 pm
Subject: Syntax Coloring
soapergem
Offline Offline
Send Email Send Email
 
I use EditPlus 2 primarily to edit PHP files, but I'm having trouble configuring
it so the colors are to my liking. Right now the plain text outside of <?php
tags is black, but all the non-reseved PHP code is a reddish brown. How do I
make this black as well?

#6428 From: "gilichiriac2002" <gili@...>
Date: Fri Sep 25, 2009 2:44 pm
Subject: evaluation version
gilichiriac2002
Offline Offline
Send Email Send Email
 
well, looks like with the latest patch there's another fix, not mentioned
the window telling you your copy has expired (if your copy has expired) will not
get closed...

#6429 From: DZ-Jay <dz@...>
Date: Fri Sep 25, 2009 9:52 pm
Subject: Re: [edit+] evaluation version
dzfoo
Offline Offline
Send Email Send Email
 
Do you mean that the "nag" screen stays open on top all the time after
the 30 days?

Well, I can't really fault Sangil Kim for that.  I remember a few
years ago I changed jobs and forgot to bring my registration code to
the office, but continued using EditPlus for months.  It got to the
point that the nag screen would say something like "This is the 287th
day of your 30 day trial."  I always thought that was just too linient.

	 dZ.
--
"There can be only Juan!"
	 -- Juan McCloud of the Clan McCloud, El Highlandero

On Sep 25, 2009, at 10:44, gilichiriac2002 wrote:

> well, looks like with the latest patch there's another fix, not
> mentioned
> the window telling you your copy has expired (if your copy has
> expired) will not get closed...
>
>
>
> ------------------------------------
>
> http://www.editplus.comYahoo! Groups Links
>
>
>

#6430 From: John Smith <john@...>
Date: Mon Sep 28, 2009 3:20 pm
Subject: Re: [edit+] evaluation version
john@...
Send Email Send Email
 
well i suspect if you buy it then this will go away


>
>
> well, looks like with the latest patch there's another fix, not mentioned
> the window telling you your copy has expired (if your copy has
> expired) will not get closed...
>
>

#6431 From: "php_phanatic" <douglasa@...>
Date: Wed Sep 30, 2009 1:49 am
Subject: Re: Syntax Coloring
php_phanatic
Offline Offline
Send Email Send Email
 
This reply applies to EditPlus 3, and I presume will work for EditPlus 2. Under
the Tools, Preferences menu, single-click the item labeled Settings & syntax
under Files in the area on the left-hand side of the dialog box. In the box on
the top-right labeled File types, scroll down and select PHP. The syntax file
php.stx should appear in the lower area next to the label Syntax file:. There
are two tabs, the default tab is labeled Settings and syntax, the other tab is
labeled Syntax colors. You can select different colors according to the type of
keyword in the file php.stx (which you can edit as well). Change the colors to
your liking here. You may have to re-start EditPlus in order for the changes to
take effect.

php_phanatic

--- In editplus@yahoogroups.com, "soapergem" <soapergem@...> wrote:
>
> I use EditPlus 2 primarily to edit PHP files, but I'm having trouble
configuring it so the colors are to my liking. Right now the plain text outside
of <?php tags is black, but all the non-reseved PHP code is a reddish brown. How
do I make this black as well?
>

#6432 From: "tc_online2000" <tc_online2000@...>
Date: Thu Oct 1, 2009 4:56 pm
Subject: Re: [edit+] Recovering unsaved files
tc_online2000
Offline Offline
Send Email Send Email
 
Speaking of bak files I'd like to throw out a request. I'd actually like to see
more bak files - so keep something like 10 prior revisions (bak01, bak02, etc.).
The bak file actually saved me alot of time just a few weeks back, but more
often in the past, I would've like to have gone back a few versions.

--- In editplus@yahoogroups.com, Bronius Motekaitis <subscription@...> wrote:
>
> A default operation of EditPlus is to clutter with .bak files.
[...]

#6433 From: "dz@..." <dz@...>
Date: Thu Oct 1, 2009 5:36 pm
Subject: Re: [edit+] Recovering unsaved files
dzfoo
Offline Offline
Send Email Send Email
 
tc_online2000 wrote:
>
>
> Speaking of bak files I'd like to throw out a
request. I'd actually like
> to see more bak files - so keep something like 10
prior revisions
> (bak01, bak02, etc.). The bak file actually saved
me alot of time just a
> few weeks back, but more often in the past, I
would've like to have gone
> back a few versions.

It actually does this.  On the Preferences|Files
screen, click the button "Backup options...".  From
there, tick the boxes "Include directory name" and
"Include date and time".

The backups will then be stamped with the date and
time in the filename every time they are saved.

Note that this will only work if you enable the
option "Create backup file when saving", not for the
auto-save.  Then, every time you save your file, a
backup is made of every version.

	 dZ.



------- Original Message -------
From    : tc_online2000[mailto:tc_online2000@...]
Sent    : 10/1/2009 12:56:23 PM
To      : editplus@yahoogroups.com
Cc      :
Subject : RE: Re: [edit+] Recovering unsaved files








                   Speaking of bak files I'd like to
throw out a request. I'd actually like to see more
bak files - so keep something like 10 prior revisions
(bak01, bak02, etc.). The bak file actually saved me
alot of time just a few weeks back, but more often in
the past, I would've like to have gone back a few
versions.



--- In editplus@yahoogroups.com, Bronius Motekaitis
<subscription@...> wrote:

>

> A default operation of EditPlus is to clutter with
.bak files.

[...]

#6434 From: "Thomas Tremain" <Thomas@...>
Date: Thu Oct 15, 2009 10:12 pm
Subject: Code beautifier
thomastremai...
Online Now Online Now
Send Email Send Email
 
Is there a code formatting tool that can easily integrate into EditPlus?



Often when working with someone else's code, I prefer a different
formatting.



Thomas Tremain









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

#6435 From: "srdjan.markovic" <srdjan@...>
Date: Fri Oct 16, 2009 2:52 pm
Subject: Re: Code beautifier
srdjan.markovic
Offline Offline
Send Email Send Email
 
Try Polystyle (http://www.polystyle.com/)

--- In editplus@yahoogroups.com, "Thomas Tremain" <Thomas@...> wrote:
>
> Is there a code formatting tool that can easily integrate into EditPlus?
>
>
>
> Often when working with someone else's code, I prefer a different
> formatting.
>
>
>
> Thomas Tremain
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#6436 From: "Thomas Tremain" <Thomas@...>
Date: Mon Oct 19, 2009 5:22 am
Subject: RE: [edit+] Re: Code beautifier
thomastremai...
Online Now Online Now
Send Email Send Email
 
I did try this, but it doesn't work with the FTP feature of editplus.  I
would love one that would work with the file

in memory at the time.







From: editplus@yahoogroups.com [mailto:editplus@yahoogroups.com] On Behalf
Of srdjan.markovic
Sent: Friday, October 16, 2009 7:53 AM
To: editplus@yahoogroups.com
Subject: [edit+] Re: Code beautifier





Try Polystyle (http://www.polystyle.com/)







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

#6437 From: "mljones1947" <mljones1947@...>
Date: Mon Oct 19, 2009 12:23 pm
Subject: [edit+] Re: Code beautifier
mljones1947
Offline Offline
Send Email Send Email
 
Have you tried using it as a user tool text filter?

--- In editplus@yahoogroups.com, "Thomas Tremain" <Thomas@...> wrote:
>
> I did try this, but it doesn't work with the FTP feature of editplus.  I
> would love one that would work with the file
>
> in memory at the time.
>
>
>
>
>
>
>
> From: editplus@yahoogroups.com [mailto:editplus@yahoogroups.com] On Behalf
> Of srdjan.markovic
> Sent: Friday, October 16, 2009 7:53 AM
> To: editplus@yahoogroups.com
> Subject: [edit+] Re: Code beautifier
>
>
>
>
>
> Try Polystyle (http://www.polystyle.com/)
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#6438 From: "Thomas Tremain" <Thomas@...>
Date: Tue Oct 20, 2009 12:46 am
Subject: RE: [edit+] Re: Code beautifier
thomastremai...
Online Now Online Now
Send Email Send Email
 
No, I have not.  I would not know how to begin.  Any assistance would be
appreciated.



From: editplus@yahoogroups.com [mailto:editplus@yahoogroups.com] On Behalf
Of mljones1947
Sent: Monday, October 19, 2009 5:23 AM
To: editplus@yahoogroups.com
Subject: [edit+] Re: Code beautifier





Have you tried using it as a user tool text filter?

--- In editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com> ,
"Thomas Tremain" <Thomas@...> wrote:
>
> I did try this, but it doesn't work with the FTP feature of editplus. I
> would love one that would work with the file
>
> in memory at the time.
>
>
>
>
>
>
>
> From: editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com>
[mailto:editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com> ] On
Behalf
> Of srdjan.markovic
> Sent: Friday, October 16, 2009 7:53 AM
> To: editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com>
> Subject: [edit+] Re: Code beautifier
>
>
>
>
>
> Try Polystyle (http://www.polystyle.com/)
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>





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

#6439 From: "mljones1947" <mljones1947@...>
Date: Tue Oct 20, 2009 1:04 pm
Subject: [edit+] Re: Code beautifier
mljones1947
Offline Offline
Send Email Send Email
 
I downloaded the trial version, and I don't think that it's going to work as a
user tool text filter. Search for "text filter" in the EditPlus help file, which
explains how it needs to work. Polystyle seems to work only with files as input
and uses stdout for messages, which won't work for a text filter. Bummer.

Maybe some script hacker could find a way to save the EditPlus text as a local
file, run Polystyle on it, then replace the EditPlus text with that from the
re-formatted local file, but I'm not up to trying that. That would be useful in
many cases. Heck, maybe someone already did it!

--- In editplus@yahoogroups.com, "Thomas Tremain" <Thomas@...> wrote:
>
> No, I have not.  I would not know how to begin.  Any assistance would be
> appreciated.
>
>
>
> From: editplus@yahoogroups.com [mailto:editplus@yahoogroups.com] On Behalf
> Of mljones1947
> Sent: Monday, October 19, 2009 5:23 AM
> To: editplus@yahoogroups.com
> Subject: [edit+] Re: Code beautifier
>
>
>
>
>
> Have you tried using it as a user tool text filter?
>
> --- In editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com> ,
> "Thomas Tremain" <Thomas@> wrote:
> >
> > I did try this, but it doesn't work with the FTP feature of editplus. I
> > would love one that would work with the file
> >
> > in memory at the time.
> >
> >
> >
> >
> >
> >
> >
> > From: editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com>
> [mailto:editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com> ] On
> Behalf
> > Of srdjan.markovic
> > Sent: Friday, October 16, 2009 7:53 AM
> > To: editplus@yahoogroups.com <mailto:editplus%40yahoogroups.com>
> > Subject: [edit+] Re: Code beautifier
> >
> >
> >
> >
> >
> > Try Polystyle (http://www.polystyle.com/)
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#6440 From: Bronius Motekaitis <subscription@...>
Date: Thu Oct 29, 2009 6:05 pm
Subject: feature request: lines in reverse order
bcswebstudio
Offline Offline
Send Email Send Email
 
Would anyone else out there see enough value in an upside-down or
reverse-line-order file display to warrant a feature request?  I have in
mind something that displays the latest entries (say.. I dunno.. to a LOG
FILE??) on top of the file, so when you reload (ALT+D, E), you don't have to
jump to the bottom when looking for latest log entries.

--
http://www.bcswebstudio.com
web | drupal cms development


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

#6441 From: Bronius Motekaitis <subscription@...>
Date: Thu Oct 29, 2009 6:07 pm
Subject: feature request: document auto reload, interval
bcswebstudio
Offline Offline
Send Email Send Email
 
Would anyone else out there see enough value in an automatic document reload
function to warrant a feature request?  It would help when ssh/cli is not
enabled at a host, and you wish to "tail -f" a log file.  Currently, you
have to manually reload (ALT+D, E), but this would allow you to specify and
interval and just have the document auto-reload.

--
http://www.bcswebstudio.com
web | drupal cms development


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

#6442 From: "mljones1947" <mljones1947@...>
Date: Fri Oct 30, 2009 12:31 pm
Subject: Re: feature request: lines in reverse order
mljones1947
Offline Offline
Send Email Send Email
 
I wouldn't use it very often.

--- In editplus@yahoogroups.com, Bronius Motekaitis <subscription@...> wrote:
>
> Would anyone else out there see enough value in an upside-down or
> reverse-line-order file display to warrant a feature request?  I have in
> mind something that displays the latest entries (say.. I dunno.. to a LOG
> FILE??) on top of the file, so when you reload (ALT+D, E), you don't have to
> jump to the bottom when looking for latest log entries.
>
> --
> http://www.bcswebstudio.com
> web | drupal cms development
>
>
> [Non-text portions of this message have been removed]
>

#6443 From: "mljones1947" <mljones1947@...>
Date: Fri Oct 30, 2009 12:49 pm
Subject: Re: feature request: document auto reload, interval
mljones1947
Offline Offline
Send Email Send Email
 
I rarely edit documents that change while EP has focus, so it wouldn't be a
priority for me. I do use the "Check file modification when activated" switch,
however.

Based on your previous post, it seems that you're monitoring log files. There's
already a timer in EP for auto-saving files, plus code for checking for changes
when EP is activated, so it doesn't seem that tying the two together to
automatically fresh files on a timer rather than on activation would add much
bloat.

--- In editplus@yahoogroups.com, Bronius Motekaitis <subscription@...> wrote:
>
> Would anyone else out there see enough value in an automatic document reload
> function to warrant a feature request?  It would help when ssh/cli is not
> enabled at a host, and you wish to "tail -f" a log file.  Currently, you
> have to manually reload (ALT+D, E), but this would allow you to specify and
> interval and just have the document auto-reload.
>
> --
> http://www.bcswebstudio.com
> web | drupal cms development
>
>
> [Non-text portions of this message have been removed]
>

#6444 From: Bronius Motekaitis <subscription@...>
Date: Fri Oct 30, 2009 1:35 pm
Subject: Re: [edit+] Re: feature request: lines in reverse order
bcswebstudio
Offline Offline
Send Email Send Email
 
I knew this part but forgot: As it turns out, if I hit reload, the
cursor stays about where it was before the load.  So, Open remote log
file, hit CTRL-END to jump to the bottom, then every reload ALT-D, E
keeps the window scroll and cursor in about the same place, making it
easy to see the latest log entries.

-Bronius

On 10/30/09, mljones1947 <mljones1947@...> wrote:
> I wouldn't use it very often.
>
> --- In editplus@yahoogroups.com, Bronius Motekaitis <subscription@...>
> wrote:
>>
>> Would anyone else out there see enough value in an upside-down or
>> reverse-line-order file display to warrant a feature request?  I have in
>> mind something that displays the latest entries (say.. I dunno.. to a LOG
>> FILE??) on top of the file, so when you reload (ALT+D, E), you don't have
>> to
>> jump to the bottom when looking for latest log entries.
>>
>> --
>> http://www.bcswebstudio.com
>> web | drupal cms development
>>
>>
>> [Non-text portions of this message have been removed]
>>
>
>
>


--
http://www.bcswebstudio.com
web | drupal cms development

#6445 From: Bronius Motekaitis <subscription@...>
Date: Fri Oct 30, 2009 1:37 pm
Subject: Re: [edit+] Re: feature request: document auto reload, interval
bcswebstudio
Offline Offline
Send Email Send Email
 
Thanks for the insight, Michael- I look forward to hearing others'
responses..  This is, after all, kind of a hack.  EP is a super text
editor that supports opening remote files.  If it weren't for the
remote file load, I wouldn't be turning to this tool for log viewing.

On 10/30/09, mljones1947 <mljones1947@...> wrote:
> I rarely edit documents that change while EP has focus, so it wouldn't be a
> priority for me. I do use the "Check file modification when activated"
> switch, however.
>
> Based on your previous post, it seems that you're monitoring log files.
> There's already a timer in EP for auto-saving files, plus code for checking
> for changes when EP is activated, so it doesn't seem that tying the two
> together to automatically fresh files on a timer rather than on activation
> would add much bloat.
>
> --- In editplus@yahoogroups.com, Bronius Motekaitis <subscription@...>
> wrote:
>>
>> Would anyone else out there see enough value in an automatic document
>> reload
>> function to warrant a feature request?  It would help when ssh/cli is not
>> enabled at a host, and you wish to "tail -f" a log file.  Currently, you
>> have to manually reload (ALT+D, E), but this would allow you to specify
>> and
>> interval and just have the document auto-reload.
>>
>> --
>> http://www.bcswebstudio.com
>> web | drupal cms development
>>
>>
>> [Non-text portions of this message have been removed]
>>
>
>
>


--
http://www.bcswebstudio.com
web | drupal cms development

#6446 From: Mark Kahn <cwolves@...>
Date: Sat Oct 31, 2009 9:53 pm
Subject: Re: [edit+] Re: feature request: lines in reverse order
CWolves
Offline Offline
Send Email Send Email
 
tail -f

:)

-Mark

On Fri, Oct 30, 2009 at 8:35 AM, Bronius Motekaitis <
subscription@...> wrote:

>
>
> I knew this part but forgot: As it turns out, if I hit reload, the
> cursor stays about where it was before the load. So, Open remote log
> file, hit CTRL-END to jump to the bottom, then every reload ALT-D, E
> keeps the window scroll and cursor in about the same place, making it
> easy to see the latest log entries.
>
> -Bronius
>
>
> On 10/30/09, mljones1947 <mljones1947@... <mljones1947%40yahoo.com>>
> wrote:
> > I wouldn't use it very often.
> >
> > --- In editplus@yahoogroups.com <editplus%40yahoogroups.com>, Bronius
> Motekaitis <subscription@...>
> > wrote:
> >>
> >> Would anyone else out there see enough value in an upside-down or
> >> reverse-line-order file display to warrant a feature request? I have in
> >> mind something that displays the latest entries (say.. I dunno.. to a
> LOG
> >> FILE??) on top of the file, so when you reload (ALT+D, E), you don't
> have
> >> to
> >> jump to the bottom when looking for latest log entries.
> >>
> >> --
> >> http://www.bcswebstudio.com
> >> web | drupal cms development
> >>
> >>
> >> [Non-text portions of this message have been removed]
> >>
> >
> >
> >
>
> --
> http://www.bcswebstudio.com
> web | drupal cms development
>
>
>


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

#6447 From: "ilehh" <ilehh@...>
Date: Sat Oct 31, 2009 7:41 pm
Subject: Feature request: remember undo history
ilehh
Offline Offline
Send Email Send Email
 
In addition to "Reload working files at startup", I would like it to remember
Undo history as well.

This would make sense if you think about it: at the start of the day it would be
easy to see where you left off yesterday by doing a couple Undos.

#6448 From: Tom Ditmars <thomas.ditmars@...>
Date: Sun Nov 1, 2009 11:40 pm
Subject: Re: [edit+] Re: feature request: lines in reverse order
alephstar
Online Now Online Now
Send Email Send Email
 
On 31-Oct-09 17:53, Mark Kahn wrote:
> tail -f
>
> :)

Yes, but he's running Windows, not *nix. ;)

Bronius, check out <http://gnuwin32.sourceforge.net/>. As Mark
indicated, the tail utility (in the CoreUtils package) will pretty much
do what you want.
--
_______________________________________________________________
Tom Ditmars    zarggg [at] zarggg [dot] net   KeyID: 0xBB48FA7D
---------------------------------------------------------------

#6449 From: Marc Seiler <mseiler@...>
Date: Tue Nov 17, 2009 12:26 pm
Subject: Linux and EditPlus
digitalfiz
Online Now Online Now
Send Email Send Email
 
I was wondering if there are any talks of a linux version of editplus? I
have recently switched back over to ubuntu which I've always enjoyed better
then windows and quanta and netbeans seem to be much desired compared to my
fav editplus. I'd definately pay for another license to use it in linux if
there was one availible.


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

#6450 From: Gilles Jobin <gilles_jobin@...>
Date: Wed Nov 18, 2009 11:43 pm
Subject: Re: [edit+] Linux and EditPlus
gilles_jobin
Offline Offline
Send Email Send Email
 
Bonjour,
Please excuse my poor english,

Just to let you know that Edit+ work fine on Ubuntu Linux with WINE.
I use it since I switched on Linux in 2002.

G.
------------------------------------------------------------------
  Gilles G. Jobin ( jgilles@... ou gilles_jobin@... )

Au fil de mes lectures http://www.aufildemeslectures.net
Jobineries http://www.gilles-jobin.org/jobineries
Épigraphe http://www.epigraphe.org
Incipit : http://www.incipit.org
Les échecs artistiques : http://www.echiquier.net
Mon petit-fils ! :
http://www.stebou.net-----------------------------------------------------------\
-------


--- On Tue, 11/17/09, Marc Seiler <mseiler@...> wrote:

> From: Marc Seiler <mseiler@...>
> Subject: [edit+] Linux and EditPlus
> To: editplus@yahoogroups.com
> Date: Tuesday, November 17, 2009, 5:26 PM
> I was wondering if there are any
> talks of a linux version of editplus? I
> have recently switched back over to ubuntu which I've
> always enjoyed better
> then windows and quanta and netbeans seem to be much
> desired compared to my
> fav editplus. I'd definately pay for another license to use
> it in linux if
> there was one availible.
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> http://www.editplus.comYahoo! Groups Links
>
>
>     editplus-fullfeatured@yahoogroups.com
>
>
>

#6451 From: Marc Seiler <mseiler@...>
Date: Thu Nov 19, 2009 3:23 pm
Subject: Re: [edit+] Linux and EditPlus
digitalfiz
Online Now Online Now
Send Email Send Email
 
I am using ubuntu karmic and i cant get it to work with ftp. It didnt work
for me in juanty or gutsy either. Maybe just that part can be worked on to
be more cross platform?



On Wed, Nov 18, 2009 at 6:43 PM, Gilles Jobin <gilles_jobin@...>wrote:

>
>
> Bonjour,
> Please excuse my poor english,
>
> Just to let you know that Edit+ work fine on Ubuntu Linux with WINE.
> I use it since I switched on Linux in 2002.
>
> G.
> ----------------------------------------------------------
> Gilles G. Jobin ( jgilles@... <jgilles%40gillesjobin.org> ou
> gilles_jobin@... <gilles_jobin%40yahoo.com> )
>
> Au fil de mes lectures http://www.aufildemeslectures.net
> Jobineries http://www.gilles-jobin.org/jobineries
> Épigraphe http://www.epigraphe.org
> Incipit : http://www.incipit.org
> Les échecs artistiques : http://www.echiquier.net
> Mon petit-fils ! :
>
http://www.stebou.net----------------------------------------------------------
>
> --- On Tue, 11/17/09, Marc Seiler <mseiler@... <mseiler%40gmail.com>>
> wrote:
>
> > From: Marc Seiler <mseiler@... <mseiler%40gmail.com>>
> > Subject: [edit+] Linux and EditPlus
> > To: editplus@yahoogroups.com <editplus%40yahoogroups.com>
> > Date: Tuesday, November 17, 2009, 5:26 PM
>
> > I was wondering if there are any
> > talks of a linux version of editplus? I
> > have recently switched back over to ubuntu which I've
> > always enjoyed better
> > then windows and quanta and netbeans seem to be much
> > desired compared to my
> > fav editplus. I'd definately pay for another license to use
> > it in linux if
> > there was one availible.
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > ------------------------------------
> >
> > http://www.editplus.comYahoo! Groups Links
> >
> >
> >    
editplus-fullfeatured@yahoogroups.com<editplus-fullfeatured%40yahoogroups.com>
> >
> >
> >
>
>


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

#6452 From: "ecelonghorn" <heatware.support@...>
Date: Wed Nov 25, 2009 2:46 pm
Subject: Ruby syntax support?
ecelonghorn
Offline Offline
Send Email Send Email
 
Does anyone know of a way to get code source formatting for .rb Ruby files in
EditPlus? How about code highlighting?

#6453 From: "tsdryden" <tracy@...>
Date: Wed Nov 25, 2009 9:41 pm
Subject: Re: Ruby syntax support?
tsdryden
Offline Offline
Send Email Send Email
 
Look up how to write a syntax (.STX) and auto-completion (.ACP) file, or look at
the ones EditPlus already uses for an example.

#6454 From: "mljones1947" <mljones1947@...>
Date: Thu Nov 26, 2009 3:25 pm
Subject: Re: Ruby syntax support?
mljones1947
Offline Offline
Send Email Send Email
 
Have you checked the Ruby files at

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

--- In editplus@yahoogroups.com, "ecelonghorn" <heatware.support@...> wrote:
>
> Does anyone know of a way to get code source formatting for .rb Ruby files in
EditPlus? How about code highlighting?
>

Messages 6425 - 6454 of 6454   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help