![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vi editor | jazz | High Level Programming | 2 | 05-08-2009 09:46 AM |
| regarding vi editor | girish_shukla | SCO | 4 | 11-19-2008 10:36 PM |
| Epic Editor was not able to obtain a license for your use. Feature Epic Editor :Licen | durgaprasadr13 | SUN Solaris | 1 | 10-13-2008 08:39 AM |
| set EDITOR=vi -> default editor not setting for cron tab | aarora_98 | Shell Programming and Scripting | 6 | 09-13-2008 03:01 AM |
| Pasting text in VI editor from a different editor | harishmitty | UNIX for Dummies Questions & Answers | 10 | 09-10-2008 07:22 PM |
| View Poll Results: What is your preferred text editor? | |||
| vi or vi clone such as vim |
|
1,151 | 72.66% |
| emacs |
|
88 | 5.56% |
| notepad |
|
83 | 5.24% |
| EditPlus |
|
69 | 4.36% |
| UltraEdit |
|
68 | 4.29% |
| pico |
|
31 | 1.96% |
| nano |
|
45 | 2.84% |
| mcedit |
|
8 | 0.51% |
| nedit |
|
22 | 1.39% |
| gedit |
|
8 | 0.51% |
| TextPad |
|
11 | 0.69% |
| Voters: 1584. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
DDD - data display debugger, looks interesting. I hadn't heard of it before..
I had heard of "the omniscient debugger" for java.. but that's not really relevant. I found that the Eclipse IDE wasn't so annoying.. plus of course the good debugger it has in it. Though I can see why you'd prefer a text editor, it is slimmer. And still ess annoyign, even nice! But, it's not just the debugger.. Also, IDEs have a feature, i'm not sure what it is called. But a text editor probably wouldn't do this. It has a suggestion style autocomplete feature.. It knows all your methods(like functions/procedures) and variable names. And as you type a name, the drop down menu shows all the possibilities. This is very useful particularly in a language like java where you have these long identifiers, like ArrayIndexOutOfBoundsException, FileNotFoundException , IllegalARgumentException. There are many of these things.. This feature isn't about creating an abbreviation for them. But suggesting what method you are calling. Also, when you have an object, and you want to call some method, then as soon as you type object1. it'll list all the methods(functions/procedures) of object 1, with their parameters and types. And this is also useful because variables are case sensitive. And can be quite long. And also, you can browse around your code quite quickly within a file, because it bookmarks all the methods/functions, so you can just click the name of the function listed in one window, and in the other window it jumps to that portion of code. |
![]() |
| Bookmarks |
| Tags |
| learn unix, linux, linux commands, regex, regular expressions, shell script, shell scripting, solaris, unix commands, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|