What IDE are you using?
Re: What IDE are you using?
The icon looks better than Notepad++!
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....
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: What IDE are you using?
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?
Also Notepad++ doesn't have auto-indent?
Re: What IDE are you using?
Yes, that's what I meant.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.")
Nope.BlackBulletIV wrote:Also Notepad++ doesn't have auto-indent?
- AntonioModer
- Party member
- Posts: 202
- Joined: Fri Jun 15, 2012 5:31 pm
- Location: Belarus
- Contact:
Re: What IDE are you using?
In my opinion, NOTEPAD + + has all of these features, except "Rename multiple variables at the same time", "Cross platform".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.
Plus of the "Sublime Text" for me is - "Python based plugin API (built in Python console to interactively experiment in real time)".
Re: What IDE are you using?
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?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)".
- 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?
Code: Select all
Editor::Type()
{
if(most_features != all_features && additional_plugins != native_implementation)
{
AwesomeEditor = 'Sublime';
}
else
{
AwesomeEditor = 'Notepad++';
}
return AwesomeEditor;
}
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....
Re: What IDE are you using?
I prefer Lua
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++.
Code: Select all
editors = {Sublime, NotepadPlusPlus}
for i, v in ipairs(editors) do
if v.alreadyInstalled then
print(v.name)
break
end
end
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
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: What IDE are you using?
I'm disappointed that no one said this yet. Shame on you people
- AntonioModer
- Party member
- Posts: 202
- Joined: Fri Jun 15, 2012 5:31 pm
- Location: Belarus
- Contact:
Re: What IDE are you using?
http://npp-community.tuxfamily.org/docu ... management - this is "Projects".Nsmurf wrote: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?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)".
"Goto anything" - i don't find.
Auto indenting - i don't find.
Who is online
Users browsing this forum: No registered users and 3 guests