Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Editor / IDE... What's your choice  (Read 15007 times)

0 Members and 1 Guest are viewing this topic.

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Editor / IDE... What's your choice
« on: March 04, 2012, 04:30:07 PM »

Hi there !

I sometimes work on modules for anope, and I'm a real beginner in C. I often use nano (via ssh) or crimsoneditor (remote edit), but have you a better software you use to develop modules ? My main computer (the most used) is with Windows 7.

Thanks.

Regards,
CrazyCat

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Editor / IDE... What's your choice
« Reply #1 on: March 04, 2012, 04:33:10 PM »

I'm going to get abuse now for advertising MS vs2010, it's the bees knees!! 8)
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Editor / IDE... What's your choice
« Reply #2 on: March 04, 2012, 04:44:17 PM »

I'll use either nano or gedit
Logged

Eyecu

  • Anope User
  • Offline Offline
  • Posts: 29
Re: Editor / IDE... What's your choice
« Reply #3 on: March 05, 2012, 02:32:21 AM »

I have MS vs2010 and CodeBlocks...I like CodeBlocks as it's cross platform, I can use it on windows and nix.
Logged

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: Editor / IDE... What's your choice
« Reply #4 on: March 05, 2012, 08:17:00 AM »

i use gedit. Not that i've been giving it a lot of thought, it just was there from the start, and had all i wanted :D
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Editor / IDE... What's your choice
« Reply #5 on: March 05, 2012, 08:29:58 AM »

for anope I use Notepad++ though I use Eclipse for a number of other projects..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Editor / IDE... What's your choice
« Reply #6 on: March 05, 2012, 08:51:53 AM »

Ok guys, so no particular editor, just some personnal preferences :)
I'll keep using nano :D

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Editor / IDE... What's your choice
« Reply #7 on: March 06, 2012, 02:04:35 AM »

Most of the editors listed have snytax hilighting, which nano doens't do by default. There is a way to do and I'm sure if you google it, you'll find it ;)

NotePad++ was my editor of choice when I used Windows and most of the modules I have on the site were written in or at least edited a time or two in NotePad++. MS vc201x seems to take forever to start. I can pull up the file, edit minor things, save and close a file in NotePad++ faster than MS's IDE loads.  :o
Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: Editor / IDE... What's your choice
« Reply #8 on: March 06, 2012, 04:57:26 AM »

I use SciTE for editing most of the time and then just compile from the command line (and sometimes inside of SciTE itself), although I use Visual Studio at work, but that's more because of being tied down to that.  And I'll admit to Visual Studio to not being bad, but it could use some improvements still.
Logged

Jens Voss

  • Team
  • *
  • Offline Offline
  • Posts: 125
Re: Editor / IDE... What's your choice
« Reply #9 on: March 06, 2012, 09:32:24 AM »

I like the Midnight Commanders built-in editor "mcedit" (cooledit).
It supports utf8, syntax highlighting, macros, ispell, auto intending and much more . :-)

Screenshot: http://www.ibiblio.org/mc/images/mc-edit-perl.png
Manpage: http://www.delorie.com/gnu/docs/mc/mcedit.1.html
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Editor / IDE... What's your choice
« Reply #10 on: March 08, 2012, 04:18:54 PM »

Most of the editors listed have snytax hilighting, which nano doens't do by default. There is a way to do and I'm sure if you google it, you'll find it ;)
Done a long time before :) Nano is my default editor for small corrections in tcl, php, html, perl or C :)

gerry

  • Anope User
  • Offline Offline
  • Posts: 86
Re: Editor / IDE... What's your choice
« Reply #11 on: April 29, 2012, 07:11:19 PM »

Bluefish Editor found at http://bluefish.openoffice.nl/index.html is a very very decent multi-platform editor for operating systems..
Linux, FreeBSD, MacOS-X, Windows, OpenBSD and Solaris.

I have trialled it of late and prefer it to Notepad++ greatly. and like Notepad++ .. its free :)
Logged

Justin Crawford

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 5
    • Flux-Net
Re: Editor / IDE... What's your choice
« Reply #12 on: May 03, 2012, 12:54:15 AM »

I use KDE's Kate on linux and Sublime on windows, in the terminal I mainly use nano for quick, small edits or maybe vim if it's bigger than what I want to do in nano.
Logged
throw CoreException("You FAILED!");

KnownSyntax

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 10
    • ChatNPlay
Re: Editor / IDE... What's your choice
« Reply #13 on: October 18, 2013, 08:35:05 AM »

Honestly Eclipse for almost everything that I can, and then Microsoft Visual Studio for the rest of the things that won't work nicely on Eclipse.
Logged

Thomas Edwards

  • Anope User
  • Offline Offline
  • Posts: 23
    • Ilkotech Technology and Entertainment
Re: Editor / IDE... What's your choice
« Reply #14 on: November 25, 2013, 09:57:52 AM »

Im with Jan on this one.
I code in PHP nonstop hours on end every day and I used Notepad++ along with its FTP Feature.
If you're on Windows and intend to test code on a Linux machine you can easily use the FTP Plugin on N++ to edit files and have them push to the server then use PuTTy to compile the code. EASY PEASY!

Otherwise I'd use Eclipse or Intellij. Depends on your preference.

Thanks,
Thomas Edwards
Logged
Pages: [1]   Go Up