Author Topic: Post your IDE  (Read 17529 times)

0 Members and 3 Guests are viewing this topic.

Offline Anna

  • Soldier
  • **
  • Posts: 213
    • my dev blog
Post your IDE
« on: August 01, 2007, 08:22:52 pm »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Post your IDE
« Reply #1 on: August 01, 2007, 08:27:17 pm »
SSH+nano/any terminal since most of what I do is scripting or C++ which can just be edited in an editor and compiled
« Last Edit: August 01, 2007, 08:31:01 pm by FliesLikeABrick »

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #2 on: August 01, 2007, 08:45:48 pm »


Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Post your IDE
« Reply #3 on: August 01, 2007, 09:08:42 pm »




Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Post your IDE
« Reply #5 on: August 02, 2007, 06:22:53 am »
I use NotePad++ when I'm on windows, nano via ssh, and gedit when I'm at my Linux workstation.


« Last Edit: August 02, 2007, 02:53:24 pm by jrgp »
There are other worlds than these

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Post your IDE
« Reply #6 on: August 02, 2007, 08:27:13 am »
This is more like a "Show off a code snippet you are proud off" topic lol....

Offline y0da

  • Soldier
  • **
  • Posts: 156
  • :: Chaos Hunters ::
    • [cH] Soldat Clan
Re: Post your IDE
« Reply #7 on: August 02, 2007, 09:15:51 am »
[off]I would say this should be called "Who's a nerd & computer geek, post a screenshot."[/off]

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Post your IDE
« Reply #8 on: August 02, 2007, 09:55:04 am »
If your not, get out of this section. Simple as that.

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #9 on: August 02, 2007, 10:51:11 am »
Work...


Things don't get much more exciting than that screenshot. I already told them to find someone else by the end of the month becuase I was tired of all their lies.

Offline KeYDoN

  • Major
  • *
  • Posts: 60
Re: Post your IDE
« Reply #10 on: August 02, 2007, 03:49:30 pm »

Offline mikembm

  • Soldier
  • **
  • Posts: 210
Re: Post your IDE
« Reply #11 on: August 02, 2007, 04:31:02 pm »
Notepad2
http://www.flos-freeware.ch/notepad2.html

It's basically Window's notepad with syntax highlighting and a few other features.
If you just want something fast and simple then this is perfect.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Post your IDE
« Reply #12 on: August 02, 2007, 05:02:27 pm »
This is more like a "Show off a code snippet you are proud off" topic lol....

haha yeah, I was thinking the same thing as I was reading the rest of the replies

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Post your IDE
« Reply #13 on: August 02, 2007, 05:19:39 pm »
Im still working on what I posted and im not even proud of it  :(

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #14 on: August 02, 2007, 05:26:08 pm »
I absolutely love my DataManager interface/module/plug-in. Its the best thing I've ever written and its not even done.

Offline KeFear

  • Soldier
  • **
  • Posts: 181
  • ARSSE Creator
Re: Post your IDE
« Reply #15 on: August 03, 2007, 03:25:25 am »
A screen from ARSSE "developement"...

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: Post your IDE
« Reply #16 on: August 03, 2007, 02:58:12 pm »
urraka

Offline ElephantHunter

  • Retired Administrator
  • Camper
  • *****
  • Posts: 431
  • Third President
    • - home of the admins -
Re: Post your IDE
« Reply #17 on: August 03, 2007, 04:28:10 pm »
Aptana: The Web IDE

"The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code."

Official Site

Here is a screenshot of javascript library development I was doing with Google maps:



Notice the auto-completion and object browser. This is very uncommon for dynamic languages (such as Ruby or Javascript) because it requires a built-in compiler to interpret the code. You can download plugins, such as Adobe Air, to build fully qualified applications that will work across almost any platform.

Never seen/used Aptana before? No problem. There are user-contributed screencasts a-plenty.

By the way, you guys are doing a poor job of explaining why you use your IDEs. I know you may not care if people make the switch, but at least explain what features you like!
« Last Edit: August 03, 2007, 07:09:15 pm by ElephantHunter »
Everything you have done in life is measured by the DASH on your gravestone.
Stop wasting time.
Make your dash count.

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: Post your IDE
« Reply #18 on: August 04, 2007, 12:20:45 am »
What features i like.... C# auto-completion rules. It remembers the last member you've used for each object. You only have to type 2 or 3 letters for every word, most of the time.
Concerning the IDE... I just like having a lot of space for the code.

BTW EH, the program you use remind me of a program i tested once called Eclipse. Does it have anything to do with it? I'm kinda sure it does. It was a cool software, it had plugins for a lot of languages. It even had built-in preview for php, if i remember well.
urraka

Offline ElephantHunter

  • Retired Administrator
  • Camper
  • *****
  • Posts: 431
  • Third President
    • - home of the admins -
Re: Post your IDE
« Reply #19 on: August 04, 2007, 04:54:18 am »
BTW EH, the program you use remind me of a program i tested once called Eclipse. Does it have anything to do with it? I'm kinda sure it does. It was a cool software, it had plugins for a lot of languages. It even had built-in preview for php, if i remember well.

Great observation. Yes, Aptana is built on Eclipse as a plugin. I like Eclipse too. It's very dynamic and supports plenty of languages. Now I can do all my programming in one IDE.
Everything you have done in life is measured by the DASH on your gravestone.
Stop wasting time.
Make your dash count.