Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 01-15-2004, 11:51 PM   #41 (permalink)
Huggles, sir?
 
seretogis's Avatar
 
Location: Seattle
vim all the way.
__________________
seretogis - sieg heil
perfect little dream the kind that hurts the most, forgot how it feels well almost
no one to blame always the same, open my eyes wake up in flames
seretogis is offline  
Old 01-16-2004, 05:17 AM   #42 (permalink)
Right Now
 
Location: Home
kedit, but any "edit" flavor with a single letter in front will do.

I'm forced to use vi when I work on my runlevel3 Linux firewalls. I still use a cheat sheet. ;-)
Peetster is offline  
Old 01-16-2004, 06:52 AM   #43 (permalink)
Insane
 
Location: Within the Woods
vi, of course. emacs is too bloated for my taste.

Using Debian/Solaris/AIX/IRIX.
__________________
There seem to be countless rituals and cultural beliefs designed to alleviate their fear of a simple biological truth - all organisms eventually perish.

Mehoni is offline  
Old 01-16-2004, 07:49 AM   #44 (permalink)
Insane
 
cowlick's Avatar
 
Location: Seattle
Source Insight -
The best source searching, symbol database, etc.
__________________
"It's a long story," says I, and let him up.
cowlick is offline  
Old 01-16-2004, 10:09 AM   #45 (permalink)
Crazy
 
Sun ONE for Java. I love how it fills in variable names for you, saves so much time for those programs in the thousands of lines of code. For C/C++ I use codewarrior, or VC++.
__________________
-signature
Akira is offline  
Old 01-16-2004, 11:33 AM   #46 (permalink)
Upright
 
Location: Sacramento
I have to agree with the VIM users. Very very productive. EMACS is a close second though.
__________________
"More cowbell!"
George81 is offline  
Old 01-16-2004, 02:25 PM   #47 (permalink)
Insane
 
Netbeans and Crimson both good editors.
pta200 is offline  
Old 01-16-2004, 06:52 PM   #48 (permalink)
Pasture Bedtime
 
I use Crimson Editor. Tabbed and powerful and damn fast.

I'd use vi if I still had a *nix box around.
Sledge is offline  
Old 01-16-2004, 08:09 PM   #49 (permalink)
Upright
 
VIM. I used to feel pretty clunky in it, but I try to pick up a new thing every week or so. Most recent things I've learned: * and # search forwards and backwards for the word under the cursor. ^N and ^P do keyword completion.

my $really_lo^N
my $really_long_variable_name : )

I haven't gotten a good basis of movement commands, so I'm still lazy and use visual mode a lot. Picking up the keyboard arrow keys (h, j, k, l to move around) is REALLY handy. I recommend giving it a try if you haven't.
chimbleysweep is offline  
Old 01-16-2004, 11:58 PM   #50 (permalink)
Tilted
 
edlin!

No, seriously, vim is the best text editor I have ever used. Not that I would force everybody to use it, but it does just what I want, and the things it doesn't do, I make it do.
ChipX86 is offline  
Old 01-17-2004, 04:09 AM   #51 (permalink)
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
In windows I use UltraEdit or notepad.

In Linux (where I usually am) it's all about vim. It's great.
Latch is offline  
Old 01-17-2004, 08:01 AM   #52 (permalink)
Junkie
 
Location: Louisville, KY
For Windows, I am a big fan of EditPlus. It has everything I need from an editor, and nothing I don't. Very fast and reliable.

For Linux, I use Emacs, simply because its the only one I know enough about to use be able to use it.
__________________
You do not use a Macintosh, instead you use a Tandy
Kompressor break your glowstick, Kompressor eat your candy
Kompressor open jaws, Kompressor release ants
Kompressor watch you scream, Because Kompressor does not dance
Nefir is offline  
Old 01-17-2004, 08:30 PM   #53 (permalink)
Upright
 
Location: MN, USA
I do all my development on Linux.

For editing, nothing can beat vim, IMHO. It's the only text editor I've ever used where my ability to input/move text has outstripped my internal command queue (that is to say, for a second or two I was typing faster than I could think). Hell of a learning curve, but from the long end it's not unlike a direct brain->textfile interface.

For development, at least Java development, I am currently heavily addicted to Eclipse. It's free, and it integrates enough features and power that I finally begin to understand what all this noise about GUI IDEs is all about. Being able to immediately *see* compiler errors anywhere in your project anytime you save a file, or run an Ant task by selecting it from a pull-down menu, or do a CVS commit by right-clicking on the root directory of your project and selecting Team->Commit... off the context menu...

I suspect that at least *some* of this functionalilty can be had in vim, but since I haven't yet completed my 10th Dan ranking in vim-fu, I don't know how to do those things. Eclipse makes it eas{y|ier}.
hlprmnky is offline  
Old 01-18-2004, 09:30 PM   #54 (permalink)
Crazy
 
Location: Vancouver, Canada
Either jstar or notepad... depending on circumstances.

Edit: Kedit when I'm in KDE.
__________________
You know that song that goes like...
TheShadow is offline  
Old 01-19-2004, 12:50 PM   #55 (permalink)
Insane
 
VI is my friend! Before that I was using Kate!
Corneo is offline  
Old 01-19-2004, 02:43 PM   #56 (permalink)
Insane
 
Tempboy's Avatar
 
Location: The Red Mile
Textpad and Eclipse!

Eclipse was really good, actually...
Tempboy is offline  
Old 01-19-2004, 03:02 PM   #57 (permalink)
Upright
 
I'm a TextPad man myself. On Linux, though, I usually use Joe (as it's what's installed on the servers at work).

Really need to learn either vi or emacs...
Kuririn is offline  
Old 01-19-2004, 08:37 PM   #58 (permalink)
Upright
 
Location: Kansas
I use either vim or kate, although jedit is good also. It depends on what I'm working on. Mostly Java and shell scripts, occasionally C or Perl.
nick1701a is offline  
Old 01-19-2004, 09:04 PM   #59 (permalink)
Crazy
 
BBEdit, vi and emacs.
NukingFuts is offline  
Old 01-20-2004, 01:27 AM   #60 (permalink)
Banned
 
Location: auckland, nz
Textpad. I use it for HTML, CSS, ASP, PHP, etc. I'm used to it and it's easy to use, there's not much more I could want in it.
mr_mcrafe is offline  
Old 01-21-2004, 02:28 AM   #61 (permalink)
Crazy
 
Location: Pittsburgh
Quote:
Originally posted by flamingpeach
Hal introduced me to Macromedia Homesite 5 and it works just dandy. It has everything i need.

I mostly use it for PHP, CSS and HTML and I'm in the midst of learning java.
Actually, I'm using 4.5, but still absolutely the best web editor I've found. (HTML, CSS, JavaScript, ASP, and PHP)

I also use Visual Studio 6 for VB & C++ for Windows only. ANSI C++ and *nix is Bloodshed's Dev C++, a great gcc enabled compiler.

I'm probably going to be learning pearl soon, so I hope that Homesite can help me there, but don't know yet.
gigawatz is offline  
Old 01-21-2004, 12:46 PM   #62 (permalink)
Know Where!
 
MacGnG's Avatar
 
bbedit or claris home page
MacGnG is offline  
Old 01-21-2004, 04:23 PM   #63 (permalink)
Banned
 
Location: 'bout 2 feet from my iMac
gigawatz: #1: it's perl. (that should help w/ the google searches and whatnot).
#2: any text editor will do for perl. I know textpad has syntax coloring for it... not sure what else does in windows... any general purpose text editor should.
cheerios is offline  
Old 01-23-2004, 04:15 PM   #64 (permalink)
Psycho
 
sprocket's Avatar
 
Location: In transit
Quote:
Originally posted by Latch
In windows I use UltraEdit or notepad.

In Linux (where I usually am) it's all about vim. It's great.
VIM runs in windows (and in pretty much every other OS/platform out there) so NO EXCUSES! i want UltraEdit and Notepad collecting dust immediately!!!
__________________
Remember, wherever you go... there you are.
sprocket is offline  
Old 01-24-2004, 11:10 AM   #65 (permalink)
Insane
 
Java -> Eclipse or JEdit
C/C++ -> Arjuna (Linux), vi, emacs, perhaps UltraEdit
VLSI / VHDL -> UltraEdit
XML/XSL/HTML -> jEdit

Yes I write in too many languages too often, but I guess this is the joy of being a programmer and a grad student.
username is offline  
Old 01-26-2004, 02:02 PM   #66 (permalink)
Insane
 
Location: Chicago
when I use Java I use BlueJ, it doesnt have the hardcore bells and whistles but it does an awesome job for such a tiny program.
__________________
Jesus was a ruffies victim!

Dan 3:20
ToolBag is offline  
Old 01-28-2004, 01:19 PM   #67 (permalink)
Tilted
 
Location: south east US
/dev/null

on solairs i use vim
but on windows i use vim
so when i have to use a mac, im forced to use vim.

keef is offline  
Old 01-28-2004, 07:04 PM   #68 (permalink)
Upright
 
Location: Chico, CA
you can never go wrong with vim... who needs a mouse?
pythonite is offline  
Old 02-25-2004, 02:54 PM   #69 (permalink)
Crazy
 
Location: N.Ireland
textpad / vi
blackcow is offline  
Old 02-25-2004, 09:52 PM   #70 (permalink)
Upright
 
I use scite for general purpose editing (php, html, css, etc), and anjuta for c/c++.

I'm trying to learn gvim, but it has a *very* steep learning curve. I've heard nothign but glowing reviews from its users though. Does anyone know of a place where I can find a really great, comprehensive and step-by-step tutorial on learning vim? I'm more or less familiar with a few of the common commands (i, d, etc :P), but would love to learn more.
mgcloud is offline  
Old 02-25-2004, 10:04 PM   #71 (permalink)
Insane
 
Location: Seattle?
I'm doing most of my work in GNU Emacs these days, but I'll use VIM when I just need to do a quick edit. Too many years of reflex training invested in VIM to just drop it
webfiend is offline  
Old 02-25-2004, 11:45 PM   #72 (permalink)
Fluxing wildly...
 
MrFlux's Avatar
 
Location: Auckland, New Zealand
Crimson editor all the way... I got Zend Studio but I just kept going back to Crimson...
__________________
flux (n.)
Medicine. The discharge of large quantities of fluid material from the body, especially the discharge of watery feces from the intestines.
MrFlux is offline  
Old 02-26-2004, 10:07 PM   #73 (permalink)
Insane
 
Location: Seattle?
Quote:
Originally posted by mgcloud
I use scite for general purpose editing (php, html, css, etc), and anjuta for c/c++.

I'm trying to learn gvim, but it has a *very* steep learning curve. I've heard nothign but glowing reviews from its users though. Does anyone know of a place where I can find a really great, comprehensive and step-by-step tutorial on learning vim? I'm more or less familiar with a few of the common commands (i, d, etc :P), but would love to learn more.
:help tutor is a good starting point, if you haven't tried it already. You might want to check out http://www.devshed.com/c/a/Administration/Vi-201 if you'd like to look at a little more after the basic built-in tutorial.
webfiend is offline  
Old 02-27-2004, 07:01 AM   #74 (permalink)
Too hot in the hot tub!
 
pixelbend's Avatar
 
BBEdit has all the features I need, but auto-completion would be nice.

I use it mostly for html and PHP.

I tried a program for OS X called SubEthaEdit, it allows for multiple people editing the same document, with different colored text for each.
__________________
But I don't want ANY Spam!
pixelbend is offline  
Old 02-28-2004, 09:35 PM   #75 (permalink)
Crazy
 
I'm a n00b, so I use Codewarrior and netbean.
bellzboy is offline  
Old 02-29-2004, 08:41 PM   #76 (permalink)
Psycho
 
hilbert25's Avatar
 
Location: nOvA
Xemacs or emacs, on windows, linux, solaris, whatever I can.

I code c/perl/java/assemby. And I also write documentation with it either in text or latex.
hilbert25 is offline  
Old 02-29-2004, 10:13 PM   #77 (permalink)
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
UNIX: (g)vim - x86 assembly (I love it, but oh I hate it), C, Perl
Windows: gvim or Visual Studio - depends on if I'm doing assembly/perl or C/C#
__________________
Eat antimatter, Posleen-boy!
Pragma is offline  
Old 04-01-2004, 11:46 AM   #78 (permalink)
Pure Chewing Satisfaction
 
Moskie's Avatar
 
Location: can i use bbcode [i]here[/i]?
I thought I'd bring this back up with a question:

Can anyone recommend an editor for Windows that has syntax highlighting (for multiple languages, preferably) as well as a built-in SFTP support? I want to be able to open files on a remote server, edit them, then they get sent back to the remote server automatically when I save them. Oh, and hopefully it's free.
__________________
Greetings and salutations.
Moskie is offline  
Old 04-01-2004, 12:05 PM   #79 (permalink)
Junkie
 
Location: RI
Moskie, look in Tilted Computers, more specifically http://www.tfproject.org/tfp/showthr...threadid=50380 here...
I dunno if any of them have the remote ftp, but I know it's alll about syntax highlighting
Fallon is offline  
Old 04-02-2004, 11:17 PM   #80 (permalink)
Tilted
 
gvim. totally. I use it everywhere from C++ to latex to little notes and html. Works well. Don't care if you use Emacs or whatever, so lets not get into a flame war. As long as its Emacs, Vi or ed :P
__________________
sometimes it just takes a cat
froseph is offline  
 

Tags
editor, fav


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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 11:58 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360