Ha! This post just made me smile. First, because I was literally just
about to dig it up in order to get some editor ideas because my usual
one has crapped out on me today and I've given up (for now) trying to
deal with it. Secondly, because that editor is jEdit. Don't get me
wrong--I've been using it for several years now and love it. But ...

It seems that a system update yesterday has killed it. I'm running
Fedora 10 and, when I booted up today, found that jEdit would no
longer start (jEdit itself wasn't updated, as I'll explain). Looking
in .jedit/activity.log I see that it's a socket problem, though that's
about all I've been able to figure out.

So, I tried to upgrade to 4.3pre16 but found that a) there's still no
yum repo for F10 (using jpackage), and b) the jar installer emits a
backtrace and that's about it. Java also was not upgraded yesterday. I
really have no clue what's causing this.

So, because I really can't deal with going back to Bluefish (yeah, I
got the latest package but it's still way to maddening to use), I've
gotta think up something else to install. While I'm comfortable enough
with vim for editing stuff in a terminal, I'm not fanboy enough to use
it for serious everyday coding ;-)

(Meaning, of course, that I don't understand it enough)

I'm with you on Eclipse, NetBeans, etc. I've always hated using them.

PS: to get nice syntax highlighting for Cake in jEdit, copy the
modes/php.xml file from the instal dir to ~/.jedit/modes/ctp.xml and
change this line:

<MODE NAME="php" FILE="php.xml"
  FILE_NAME_GLOB="*.{php3,php4,php5,php,phtml}"
  FIRST_LINE_GLOB="&lt;?php*" />

to:

<MODE NAME="php" FILE="ctp.xml"
  FILE_NAME_GLOB="*.{ctp}"
  FIRST_LINE_GLOB="&lt;?php*" />




On Tue, Mar 24, 2009 at 11:19 PM, nurvzy <nur...@gmail.com> wrote:
>
> I know its rather late, but I've been searching for an IDE/text editor
> to settle on for a while now and this thread came in very handy.
>
> I used Notepad++ exclusively for the longest time until I had to
> develop exclusively on a linux box at work.   WINE+Notepad++ worked
> for a while, but there were plenty of features missing (like large
> find in files searches).  So I played around with Kate on Linux and
> really loved it, but I couldn't get Kate to run well on Windows.  Plus
> the native Windows console is less than useful when you work remotely.
>
> I've never liked the Project Based IDE's like Eclipse, NetBean,
> Komodo, etc..  I much prefer the standard file-browser style editor
> because I do most of my work remotely.  And I've never had much luck
> getting those IDE's to play nice when the project base is over a
> network.
>
> So after playing around with more editors I've discovered jEdit and
> haven't looked back since.  jEdit is written in Java (so runs on Mac,
> Win, Linux) and most importantly is free.  *smile*
>
> jEdit with PHPparser, Sidekick, XHTML/CSSparser, FTP Plugin,
> SVNconsole, and SSHconsole (all standard plugins) makes working
> natively across networks a dream.  I can work as though I'm sitting in
> front of any remote machine I regularly work on; running large find in
> file searches over the network without downloading a single file for
> example.  For a Java editor it has a relatively light memory footprint
> (in Java terms).  I recommend giving it a look if you're in the market
> for a Text Editor that converts to a pretty powerful IDE with the
> right plugins.  As is the case with most Java based IDEs it excels the
> most in Java programming, but I use it for everything.
>
> By the way, for those of you dabbling in Rails (I know BLASPHEMY!)  it
> has a very nice RailsPlugin that really does make it a viable IDE for
> rails developers.
>
> For anyone still looking, like I was; I suggest giving jEdit and its
> massive plugin database a spin.
>
> Holy crap, what a plug, I should be getting paid!  Oh ya... its open
> source.... DOH!  *cough* I mean buy Microsoft's Frontpage 2009!  cha-
> ching!
>
> On Mar 5, 9:42 am, Max Granados <gatt...@gmail.com> wrote:
>> I use Komodo edit too, it's a great editor I recommend it ;D
>>
>> On Mar 4, 5:43 pm, uristar <robert.rusz...@gmail.com> wrote:
>>
>> > Komodo :)http://www.activestate.com/komodo_edit/
>>
>> > On Mar 1, 10:35 pm, Samuel DeVore <sdev...@gmail.com> wrote:
>>
>> > > a tutu and go go boots
>>
>> > > On Sun, Mar 1, 2009 at 12:34 PM, Tomás Laureano Peralta Tormey
>>
>> > > <tomas.laureano.peralta.tor...@gmail.com> wrote:
>> > > >  Currently using NetBeans 6.5. The hints from this bakery article [1] 
>> > > > were
>> > > > really useful.
>> > > >  Hopefully, better support for CakePHP could be available in the near 
>> > > > future
>> > > > (if this issue [2] get enough votes).
>>
>> > > > [1]:
>> > > >http://bakery.cakephp.org/articles/view/model-based-code-insight-and-...
>> > > > [2]:http://www.netbeans.org/issues/show_bug.cgi?id=140918
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to