Go Back   Cyber Tech Help Support Forums > Software > Programming

Notices

 
 
Topic Tools
  #1  
Old July 4th, 2003, 09:42 PM
twistedcranium twistedcranium is offline
CTH Subscriber
 
Join Date: May 2003
Posts: 1,133
Name your favorite text editor or development environment

Some programmers use only plain text editing programs and others use full featured IDEs (integrated development environment).

Share your favorites with fellow programmers and those looking to become programmers.


  #2  
Old July 4th, 2003, 10:11 PM
twistedcranium twistedcranium is offline
CTH Subscriber
 
Join Date: May 2003
Posts: 1,133
My entry for favorite programming tool in Windows based environments is: Programmers Notepad
http://www.pnotepad.org/

For linux though, I typically use a mix of Anjuta IDE, Emacs, and plain old vi with some tweaks.
  #3  
Old July 4th, 2003, 10:22 PM
MishY's Avatar
MishY MishY is offline
Cyber Tech Help Administrator
 
Join Date: Sep 2000
O/S: Windows 7 64-bit
Location: England
Age: 33
Posts: 8,879
Blog Entries: 2
I use UltraEdit for programming C++, HTML, XML, Perl and PHP.

Really is the best text editor I've used on a PC
  #4  
Old July 4th, 2003, 10:49 PM
lufbra lufbra is offline
Zipulrich's Long Lost Bro
 
Join Date: Sep 2000
O/S: Windows Vista
Posts: 11,798
Blog Entries: 2
I have Note Tab Lite here, and quite like that one!!
  #5  
Old July 7th, 2003, 05:56 PM
R4NG3R's Avatar
R4NG3R R4NG3R is offline
Senior Member
 
Join Date: Feb 2003
Location: TEXAS
Age: 20
Posts: 719
Does it really matter? Can't we just use like Notepad or Text Editor for linux?
  #6  
Old July 7th, 2003, 06:07 PM
twistedcranium twistedcranium is offline
CTH Subscriber
 
Join Date: May 2003
Posts: 1,133
Quote:
Originally posted by R4NG3R
Does it really matter? Can't we just use like Notepad or Text Editor for linux?
It will matter if you're sitting in front of thousands of lines of code.

Yes a simple plain text editor will work...but after awhile you find that having a more advanced text editor will help make your programming life easier.

examples to be found in advanced editors and IDEs:

-auto tabbing to help indent code blocks
-colored highlighting of code sections to differentiate variables from strings from assignment statements from procedures etc.
-automatically keeping track of your brackets and braces.....when the cursor is at a brace, the matching brace changes color...helps with ensuring that you have brackets and braces matched
-IDEs have compilier and interpreters built in to make the build processes easier.
-debugging tools are also available through IDEs
-advanced text editors can handle larger files than the generic textpads like windows notepad.

I could go on longer, but I must get back to work.....
  #7  
Old July 7th, 2003, 06:14 PM
R4NG3R's Avatar
R4NG3R R4NG3R is offline
Senior Member
 
Join Date: Feb 2003
Location: TEXAS
Age: 20
Posts: 719
wow

thousands of lines of code.
thousands of lines of code.
thousands of lines of code.

wow

well then ya i guess it does matter!
  #8  
Old July 7th, 2003, 08:37 PM
i8088user's Avatar
i8088user i8088user is offline
Senior Member
 
Join Date: Jun 2003
Location: Willimantic, CT USA... Perhaps you saw us on 60mins II?
Age: 24
Posts: 222
the issue of fav programs is a point of argument among (what encarta calls "Computerphiles") i must say my fav was made locally in my area but is no longer up... it was called CodeEdit... was made for HTML but did so much more... i still have a copy if people want it... but i have to say it depends on the language in HTML i now use HTMLKit or cEdit (from source forge) and text editors for scripts... i use sun products along with a weird mix of microsofts and suns SDKS for JAVA... and i still use MSDOS edit for many aspects of my work... along with notepad and write.
  #9  
Old July 8th, 2003, 07:36 PM
inertiascience inertiascience is offline
Senior Member
 
Join Date: Jun 2002
Location: 0xF000
Posts: 142
Java?

Hia, I'm a first-time programmer, learning Java 2. I was wondering if any of the stuff posted here would work with that language.
  #10  
Old July 9th, 2003, 02:52 AM
twistedcranium twistedcranium is offline
CTH Subscriber
 
Join Date: May 2003
Posts: 1,133
Hello inertia...

As far as J2 (aka Java2), plain text editors will do just fine with editing the code. Now most plain text editors don't really care if what you're editing is html or java or tcl code, it just shows your ascii code and lets you edit it.

Now as you get into the 'smarter' editors, they tend to have highlighting 'schema' (fancy name for rules) that are based on certain types of code languages. For example, the Programmers Notepad has schemes available for Java and JavaScript. Now the differences between the first specification of Java and Java 2 (aka the second spec) may not be picked up in the schema, but in this case all that means is that the highlighting may not work properly because of new elements it doesn't know about.

As for Java programming....I would check out
http://developer.java.sun.com/develo...reference.html
for the Sun Java Development team's recommendations on tools and such.
  #11  
Old July 9th, 2003, 03:24 AM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,334
Blog Entries: 1
Personally, for HTML (and a little PHP), I use Dreamweaver's Code View.

But here is a nice PHP Utility
http://ozu.arecom-sa.com/

Not sure if it supports any other languages
 

Bookmarks

Topic Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT +1. The time now is 05:22 AM.