any comment on what these macros accomplish?hawleyjr wrote:I have about 30 macros I wrote for ultraEdit that kick ass for doing tedious tasks
Eclipse
Moderator: General Moderators
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
They do a ton. From printing:n00b Saibot wrote:any comment on what these macros accomplish?hawleyjr wrote:I have about 30 macros I wrote for ultraEdit that kick ass for doing tedious tasks
Code: Select all
echo '<HR><PRE>'; print_r($); echo '</PRE>';or adding a:
Code: Select all
if('xxx.xxx.xxx.xxx' == $_SERVER['REMOTE_ADDR']){
}To Multiple sorting/ checking for duplicates...
To adding semicolon to the end of rows where a semicolon doesn't exist.
I could go on...
Really, one of my favorite features is being able to vertically select text.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Macros, 1001 language, powerful & fast IDE, sortable tabs (yes!), etc. etc.
Let me just cough very quickly
(cough)
http://www.activestate.com/Products/Komodo/
Yeah, you have to pay, but a student-license is dirt-cheap (~30 US$). I've been using it for years and it has all I want and more from an editor.
Let me just cough very quickly
(cough)
http://www.activestate.com/Products/Komodo/
Yeah, you have to pay, but a student-license is dirt-cheap (~30 US$). I've been using it for years and it has all I want and more from an editor.
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
- Jammerious
- Forum Commoner
- Posts: 59
- Joined: Sat Jun 27, 2009 11:30 am
- Location: Slovenia (EU)
Re: Eclipse
Hi guys,
did anyone else encounter this problem while trying to create a new project in PHP Eclipse?
I'm using Vista x64 and eclipse is... Build id: 20090619-0625

What a confusing site they have I am lost like a sheep in the woods... Where are the systems requirements ffs
EDIT: Ok, nevermind, I wandered around and found an "All-in-One" PDT build so this one works for me now.
did anyone else encounter this problem while trying to create a new project in PHP Eclipse?
I'm using Vista x64 and eclipse is... Build id: 20090619-0625

What a confusing site they have I am lost like a sheep in the woods... Where are the systems requirements ffs
EDIT: Ok, nevermind, I wandered around and found an "All-in-One" PDT build so this one works for me now.