Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Best Text Editor?, Looking for a TE that auto-indents.
paulmason411
post Dec 14 2006, 11:13 AM
Post #1


Member [Level 1]
****

Group: Members
Posts: 69
Joined: 18-November 06
Member No.: 33,593



Hey guys just wondering what you think the best text editor is?

I'm currently looking for one that auto-indents scrappy code.

Any ideas?
Go to the top of the page
 
+Quote Post
master_bacarra
post Dec 14 2006, 12:18 PM
Post #2


I'm back... well, sort of.
*********

Group: [HOSTED]
Posts: 697
Joined: 26-December 05
From: somewhere in the middle of nowhere
Member No.: 16,226
Spam Patrol



if it's java, you can use jCreator. although i forgot which version it was. if your pc can handle the load, use NetBeans or Eclipse. these IDE's help a lot. i'm currently using netbeans 5.0 for developing my application, although i'm not using the drag and drop feature because it limits my ability as a programmer. i'd rather create my GUI's by hand-coding it myself.

on the back side, netbeans is too slow even for a fast pc like mine
Go to the top of the page
 
+Quote Post
matak
post Dec 14 2006, 01:30 PM
Post #3


Super Member
*********

Group: Members
Posts: 412
Joined: 4-October 06
From: Psychedelic Realms
Member No.: 31,079



i know only one for windows. EditPAD. It's more powerful than Notepad beacouse of it's tabs

here's da link Editpad Home

but free version doesn't auto-intend code, maybe commercial does, dunno...

This post has been edited by matak: Dec 15 2006, 11:49 AM
Go to the top of the page
 
+Quote Post
keri-j
post Dec 14 2006, 05:58 PM
Post #4


Advanced Member
*******

Group: Members
Posts: 124
Joined: 8-May 06
From: London, England
Member No.: 23,247



Notepad. The only way to go. Notepad! I should really expand on this and say why Notepad is the only way to go... Well, it's like the Visual Basic language, it's so powerful because it's so basic and raw. Notepad is the most basic text editor and, in my opinion, the best.

I have a slight guilt complex... basically, with Notepad, you use what you write... no templates or fancy options. So use Notepad!
Go to the top of the page
 
+Quote Post
darran
post Dec 15 2006, 04:12 AM
Post #5


Privileged Member
*********

Group: Members
Posts: 660
Joined: 31-August 06
From: Singapore
Member No.: 29,189



Notepad is definitely out of the question as Paulmason11 wanted a text editor which indents his code automatically for him. With Notepad, you have to press tab manually for each line to indent each line of code. It may be the most raw, basic text utility but it does not help to keep pressing tab when you need to indent a line of code, wastes too much time IMO. If you are programming Java related codes, then I would suggest you to use Netbeans, the new version is out at 5.5, not too sure about the changes though, you can go download it at http://www.netbeans.org/

I am surprised that Netbeans actually runs slow on a fast computer. I am having a 2.66 gHZ, 512 MB RAM desktop and it runs pretty quick for me. Netbeans should not be limited to a fast PC but I am sure if they meet the minimum requirement of 512 MB RAM, it should work just fine. The only screwy thing about Netbeans is that if you use their GUI drag and drop, you could end up getting non-editable codes and that is the part I hate most about it. But if you use low-level APIs like Canvas, you would enjoy full customization.
Go to the top of the page
 
+Quote Post
paulmason411
post Dec 18 2006, 07:22 AM
Post #6


Member [Level 1]
****

Group: Members
Posts: 69
Joined: 18-November 06
Member No.: 33,593



I don't need it for Java. I need it for HTML. So that when u go 'view page source' i can get something a bit more readable. Any Ideas?
Go to the top of the page
 
+Quote Post
AeonLan
post Dec 18 2006, 07:41 AM
Post #7


Member [Level 3]
******

Group: Members
Posts: 96
Joined: 22-September 06
From: In Front of the Monitor
Member No.: 30,404



I suggest NotePad 2. happy.gif
It is more powerful than notepad but provides the good 'ol same service with more added features. Better yet, it is free!

I have attached a download of Notepad2 if you do not bother searching it in the web happy.gif
Have fun creating codes.


Go to the top of the page
 
+Quote Post
Galahad
post Dec 18 2006, 06:26 PM
Post #8


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 585
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



Well, Notepad is nice and raw, and forces you to make your own code, but no indentation does gets annoying, and other failures... I use UltraEdit for all editing... It even colours functions statements and keywords of several programming languages (including HTML script)...

So when you indent one line, it keeps indenting it automaticaly, until you change indentation... One of it's better features is "column edit mode", where you can change something across many rows, at the same time, which can sometimes speed up things... And it doesn't have high system requirements... Very lightweight, and usefull tool...
Go to the top of the page
 
+Quote Post
blendergalactica
post Dec 18 2006, 09:31 PM
Post #9


Member [Level 3]
******

Group: Members
Posts: 95
Joined: 4-October 06
Member No.: 31,075



BBedit, but then again that's for Mac...
Go to the top of the page
 
+Quote Post
jlhaslip