Welcome Guest!

If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:

  • Receive Fast Advice
  • Learn Programming Languages
  • Get Professional Website Reviews
  • Quick Troubleshooting Assistance

> Excellent Open-source Code Editor

This is a discussion on Excellent Open-source Code Editor, within the Web Design in General section. This forum and the thread "Excellent Open-source Code Editor" are both part of the Designing Your Website category.

 
Reply to this topicStart new topic
> Excellent Open-source Code Editor, code editor comparable to Dreamweaver
Moonlilly
post Aug 12 2008, 02:04 PM
Post #1


Fresh Squeezed
**

Posts: 28
Joined: 14-February 08


Hi everyone!

For those of you who have never heard of it, I've found an EXCELLENT alternative to Dreamweaver!!! It's called aptana (www.aptana.com) and I've only played with it for a little while, but so far it has everything I was looking for and more, particularily code completion! There is a Pro version also which is a fraction of the cost of Dreamweaver, but I would say that most of us (alot of us?) could get away with the free version wink.gif Hope this changes some peoples lives like it has mine! dance4.gif
Go to the top of the page
 
+Quote Post
karinne
post Aug 12 2008, 02:56 PM
Post #2


Co-Founder
Group Icon

Posts: 3,107
Joined: 13-February 08
From: my little igloo up north


That does look like a really good editor. I remember hearing about it quite a while back actually and totally forgot.

PC, Mac and Linux version ... that's quite impressive. And 99$ is pretty cheap too.

Nice find!


--------------------
a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: twitter | virb | facebook | stumbleupon
Go to the top of the page
 
+Quote Post
Jason
post Aug 13 2008, 01:47 AM
Post #3


Master of the Universe
Group Icon

Posts: 1,298
Joined: 15-February 08
From: London, England


It looks alright but from the php side its not doing anything groundbreaking. Nothing that most code editors can't do already. I am still waiting for a decent php editor that can recognise objects. For example. Something that will do the following.

File 1 contains class Greeting and the functions hello, hi, hey and yo.

File 2 includes File 1 at the beginning, the program should recognise this. When I have created a new instance of the class and type:

Greeting->

A drop down should appear of my various function choices as well as the parameters that the custom functiont takes.

I would drop Coda for a Mac compatible program with these features.


--------------------
Go to the top of the page
 
+Quote Post
Monie
post Aug 13 2008, 04:27 AM
Post #4


Squeeze Machine
*****

Posts: 733
Joined: 13-February 08
From: Borneo


I have what you want HERE!
It is the most excellent tools that I have ever use!


--------------------

Go to the top of the page
 
+Quote Post
Jason
post Aug 13 2008, 04:57 AM
Post #5


Master of the Universe
Group Icon

Posts: 1,298
Joined: 15-February 08
From: London, England


QUOTE (Monie @ Aug 13 2008, 10:27 AM) *
I have what you want HERE!
It is the most excellent tools that I have ever use!


You 'almost' have what I want. The program also has to be mac compatible to_pick_ones_nose2.gif

Back on topic, I think the dreamweaver is overpriced and in todays web design industry it is becoming irrelvant. If you look at job descriptions lots are coming in wanting experience in LAMP environments. While maybe 4 years ago Dreamweaver was a skill asked for in many job adds nowadays it isn't.

If you can save £400 or whatever it is then do it. Sure Dreamweaver has ftp but there is far better ftp software. It has a design view but that is far from perfect. It has auto-completion.. nowadays what coding editor doesn't?

What is left that Dreamweaver offers? Templates? Does any seasoned developer use these?


--------------------
Go to the top of the page
 
+Quote Post
Rakuli
post Aug 13 2008, 05:23 AM
Post #6


Squeeze Machine
Group Icon

Posts: 766
Joined: 13-February 08
From: Catching the squeezed drips downunder.


QUOTE (Jason @ Aug 13 2008, 04:47 PM) *
It looks alright but from the php side its not doing anything groundbreaking. Nothing that most code editors can't do already. I am still waiting for a decent php editor that can recognise objects. For example. Something that will do the following.

File 1 contains class Greeting and the functions hello, hi, hey and yo.

File 2 includes File 1 at the beginning, the program should recognise this. When I have created a new instance of the class and type:

Greeting->

A drop down should appear of my various function choices as well as the parameters that the custom functiont takes.

I would drop Coda for a Mac compatible program with these features.



You should look at the Zend Development platform...

It has as you type syntax and parse checking and when you are working with objects, it uses your own code and your own comments (in phpDocumentor format) to give code completion hints based off your own classes.


--------------------
Luke Dingle . com

Turn Over a Playful Leaf on Web Design -- read about the javascript cat
Go to the top of the page
 
+Quote Post
Monie
post Aug 13 2008, 06:02 AM
Post #7


Squeeze Machine
*****

Posts: 733
Joined: 13-February 08
From: Borneo


I went to that link you gave me but I couldn't understand what it is?
What exactly Zend Development Platform do?


--------------------

Go to the top of the page
 
+Quote Post
Rakuli
post Aug 13 2008, 06:34 AM
Post #8


Squeeze Machine
Group Icon

Posts: 766
Joined: 13-February 08
From: Catching the squeezed drips downunder.


Zend Studio -- sorry, got the name wrong above.

It's not free, but if you can afford it, it is the best PHP IDE I have ever used.


--------------------
Luke Dingle . com

Turn Over a Playful Leaf on Web Design -- read about the javascript cat
Go to the top of the page
 
+Quote Post
Jason
post Aug 13 2008, 05:17 PM
Post #9


Master of the Universe
Group Icon

Posts: 1,298
Joined: 15-February 08
From: London, England


Looks interesting. I will be sure to check it out.


--------------------
Go to the top of the page
 
+Quote Post
Linda
post Aug 13 2008, 06:29 PM
Post #10


Co-Founder
Group Icon

Posts: 3,095
Joined: 13-February 08
From: Pink House in USA


Thanks Moonlilly! Quite frankly, I'm tired of ridiculous upgrade fees as well! Everything to do with adobe has crazy prices.

I'm very tempted to try this!


--------------------
Go to the top of the page
 
+Quote Post
Monie
post Aug 13 2008, 07:44 PM
Post #11


Squeeze Machine
*****

Posts: 733
Joined: 13-February 08
From: Borneo


Downloading (Trial Version) at the moment....
Look's promising mate smile.gif
Thanks...


--------------------

Go to the top of the page
 
+Quote Post
Moonlilly
post Aug 14 2008, 12:11 AM
Post #12


Fresh Squeezed
**

Posts: 28
Joined: 14-February 08


I'm definately using it for my next site to give it a proper test run. I'm just glad I got to help a few people, instead of always being the one that's helped! LOL
Go to the top of the page
 
+Quote Post
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   25 Rakuli 824 18th February 2008 - 11:24 PM
Last post by: Rakuli
No new   22 unitedcraig 1,178 19th September 2008 - 08:44 PM
Last post by: Monie
No New Posts   5 welshstew 377 19th February 2008 - 01:15 AM
Last post by: Monie
No New Posts   10 Sharron 628 20th February 2008 - 06:40 PM
Last post by: Daygon
No New Posts   4 Jason 316 20th February 2008 - 12:36 AM
Last post by: Monie