What IDE are you using?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
luaz
Citizen
Posts: 83
Joined: Sun Sep 16, 2012 2:55 pm

Re: What IDE are you using?

Post by luaz »

The icon looks better than Notepad++! :emo:
If you're going to reply to my post, consider posting an (preferably working) example - 99.7% of time time, I already know how to implement the feature theoretically! ;) I don't learn very well from references, etc....
User avatar
BlackBulletIV
Inner party member
Posts: 1261
Joined: Wed Dec 29, 2010 8:19 pm
Location: Queensland, Australia
Contact:

Re: What IDE are you using?

Post by BlackBulletIV »

You forgot multiple cursors! That's one of the best features! (Unless of course you were referencing that by "rename multiple variables at the same time.")

Also Notepad++ doesn't have auto-indent? :o
User avatar
Nsmurf
Party member
Posts: 191
Joined: Fri Jul 27, 2012 1:58 am
Location: West coast.

Re: What IDE are you using?

Post by Nsmurf »

BlackBulletIV wrote:You forgot multiple cursors! That's one of the best features! (Unless of course you were referencing that by "rename multiple variables at the same time.")
Yes, that's what I meant.
BlackBulletIV wrote:Also Notepad++ doesn't have auto-indent? :o
Nope.
OBEY!!!
My Blog
UE0gbWUgd2l0aCB0aGUgd29yZCAnSE1TRycgYXMgdGhlIHN1YmplY3Q=
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

Re: What IDE are you using?

Post by AntonioModer »

Nsmurf wrote:
Roland_Yonaba wrote:Convince me, what specific features have you experienced that you never had with Notepad++ ?
  • Auto indenting. This is a big deal for me.
  • Goto anything. In the small project i was testing it on, this isn't such a big deal, but for larger projects it's great!
  • Projects. They save all the files you were working on, where you were in those files, unsaved changes, ect.
  • Batch edits. This is something i wouldn't use often, but it would be very useful sometimes.
  • Lots of plugins.
  • F7 runs the current project in *any* way you specify.
  • Snippets. Save code templates for later reuse.
  • Open entire folders, instead of just files.
  • Auto complete for parentheses, brackets, ect.
In my opinion, NOTEPAD + + has all of these features, except "Rename multiple variables at the same time", "Cross platform".
Plus of the "Sublime Text" for me is - "Python based plugin API (built in Python console to interactively experiment in real time)".
User avatar
Nsmurf
Party member
Posts: 191
Joined: Fri Jul 27, 2012 1:58 am
Location: West coast.

Re: What IDE are you using?

Post by Nsmurf »

AntonioModer wrote:In my opinion, NOTEPAD + + has all of these features, except "Rename multiple variables at the same time", "Cross platform".
Plus of the "Sublime Text" for me is - "Python based plugin API (built in Python console to interactively experiment in real time)".
I think i was missing some of the features of np++ then. Auto indenting? Goto anything? Projects? Does np++ really have all those? where are they?
OBEY!!!
My Blog
UE0gbWUgd2l0aCB0aGUgd29yZCAnSE1TRycgYXMgdGhlIHN1YmplY3Q=
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: What IDE are you using?

Post by Roland_Yonaba »

Most of these features are available with Np++, not natively, but using plugins.
luaz
Citizen
Posts: 83
Joined: Sun Sep 16, 2012 2:55 pm

Re: What IDE are you using?

Post by luaz »

Code: Select all

Editor::Type()
{
       if(most_features != all_features && additional_plugins != native_implementation)
       {
             AwesomeEditor = 'Sublime';
       }
       else
       {
              AwesomeEditor = 'Notepad++';
       }
       return AwesomeEditor;
}
Console Screen says "Sublime." I trust the console screen. :joker:
If you're going to reply to my post, consider posting an (preferably working) example - 99.7% of time time, I already know how to implement the feature theoretically! ;) I don't learn very well from references, etc....
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: What IDE are you using?

Post by Nixola »

I prefer Lua

Code: Select all

editors = {Sublime, NotepadPlusPlus}
for i, v in ipairs(editors) do
   if v.alreadyInstalled then
      print(v.name)
      break
   end
end
and Lua says Notepad++.
Seriously, I like NP++ and I'm too lazy to try out a new text editor, but not too lazy to keep talking about being too lazy to try out a new text editor; so I'll stick with NP++.
Last edited by Nixola on Sun Oct 07, 2012 7:36 pm, edited 2 times in total.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
Nsmurf
Party member
Posts: 191
Joined: Fri Jul 27, 2012 1:58 am
Location: West coast.

Re: What IDE are you using?

Post by Nsmurf »

Image

I'm disappointed that no one said this yet. Shame on you people :x
OBEY!!!
My Blog
UE0gbWUgd2l0aCB0aGUgd29yZCAnSE1TRycgYXMgdGhlIHN1YmplY3Q=
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

Re: What IDE are you using?

Post by AntonioModer »

Nsmurf wrote:
AntonioModer wrote:In my opinion, NOTEPAD + + has all of these features, except "Rename multiple variables at the same time", "Cross platform".
Plus of the "Sublime Text" for me is - "Python based plugin API (built in Python console to interactively experiment in real time)".
I think i was missing some of the features of np++ then. Auto indenting? Goto anything? Projects? Does np++ really have all those? where are they?
http://npp-community.tuxfamily.org/docu ... management - this is "Projects".
"Goto anything" - i don't find.
Auto indenting - i don't find.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 6 guests