Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,970 members, 7,817,848 topics. Date: Saturday, 04 May 2024 at 09:09 PM

A Little Tip For Notepad++ users Like Me. - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / A Little Tip For Notepad++ users Like Me. (7066 Views)

Where Can I Download A Functioning Notepad++ For Mobile Version From? / 10 Coolest Notepad Tricks / Shutting Down A Computer Using Notepad (beginners Tutorial) (2) (3) (4)

(1) (Reply) (Go Down)

A Little Tip For Notepad++ users Like Me. by bowofolu(m): 3:40pm On Jun 26, 2015
Hi there.

For programmers who don't like those time wasting IDE's or just like to use Notepad++. You can execute a command straight from Notepad++. Just go to (Run|Run...) and save the command you need along with the shortcut you like. For example, I chose CTRL+F6 shortcut to run my c++ compiler along with command line arguments.

g++.exe -o <output_file> <source_file>

You can also put the command in a batch file then execute it through Notepad++.

I hope you find this useful.

1 Like

Re: A Little Tip For Notepad++ users Like Me. by Nobody: 3:53pm On Jun 26, 2015
that editor is too ugly angry angry grin grin grin grin grin

1 Like

Re: A Little Tip For Notepad++ users Like Me. by Craigston: 4:43pm On Jun 26, 2015
Jregz:
that editor is too ugly angry angry grin grin grin grin grin
Yea. I prefer Eclipse's interface, or even Netbeans'.
The original notepad theme would be better with all the needed features.

1 Like 1 Share

Re: A Little Tip For Notepad++ users Like Me. by bowofolu(m): 10:05pm On Jun 26, 2015
Craigston:

Yea. I prefer Eclipse's interface, or even Netbeans'.
The original notepad theme would be better with all the needed features.

I use netbeans as well. But hey. It takes too long to load. For me oooo!
Re: A Little Tip For Notepad++ users Like Me. by Craigston: 10:48pm On Jun 26, 2015
bowofolu:


I use netbeans as well. But hey. It takes too long to load. For me oooo!
Yea. Eclipse too. They're large IDEs and they depend on several components to work. And they're free.
Re: A Little Tip For Notepad++ users Like Me. by AAinEqGuinea: 5:39am On Jun 27, 2015
I use n++ plugins like compare and ftp a lot.

but regarding the debate on Deving... it depends, I use n++ for web but not so much for programming. I will use n++ when I want to do a quick overview of code and n++ has a less cluttered UI for this purpose.
Re: A Little Tip For Notepad++ users Like Me. by directonpc(m): 6:38am On Jun 27, 2015
I wish programmer will always have npp for backup... That is why that text editor keeps flying. <simplicity is their selling point and they ain't changing that>
Re: A Little Tip For Notepad++ users Like Me. by Craigston: 1:50pm On Jun 27, 2015
directonpc:
I wish programmer will always have npp for backup... That is why that text editor keeps flying. <simplicity is their selling point and they ain't changing that>
The editor is good, but the UI is really ugly. I don't like the themes: I have to edit them to my preference.
Re: A Little Tip For Notepad++ users Like Me. by Nobody: 1:55pm On Jun 27, 2015
Craigston:

Yea. I prefer Eclipse's interface, or even Netbeans'.
The original notepad theme would be better with all the needed features.
cheesy
i haven't used those ides though, I use sublime text,github's atom
Re: A Little Tip For Notepad++ users Like Me. by Nobody: 2:01pm On Jun 27, 2015
bowofolu:


I use netbeans as well. But hey. It takes too long to load. For me oooo!
Phpstorm...... extremely fast just that it's price is on the high... $100 for a new license, 50 for renewal


I used the free version some months ago (free for 30 days).....
Re: A Little Tip For Notepad++ users Like Me. by megasamuel(m): 2:16pm On Jun 27, 2015
bowofolu:


I use netbeans as well. But hey. It takes too long to load. For me oooo!
it ain't slow to me, u most be inpatient, or wat version is that..
Re: A Little Tip For Notepad++ users Like Me. by bowofolu(m): 3:15pm On Jun 27, 2015
megasamuel:
it ain't slow to me, u most be inpatient, or wat version is that..

Version 8
Re: A Little Tip For Notepad++ users Like Me. by Craigston: 10:52pm On Jun 27, 2015
Jregz:
cheesy i haven't used those ides though, I use sublime text,github's atom
Tell me about github's atom. I have sublime text too and it's good.
Re: A Little Tip For Notepad++ users Like Me. by Nobody: 5:24am On Jun 28, 2015
Craigston:

Tell me about github's atom. I have sublime text too and it's good.

it's an awesome editor bro,with a better UI than sublime text's but looks extremely like ST's.
It has a developer's panel,that of google chrome,holy heck!! i can do terrible things right inside the editor smiley smiley smiley ..
It's package management is better than ST's,it comes pre-built,while you have to download/install some script for ST..
Outright GIT support,
Easy customization..
there's also one feature,i like "TIME COP",monitors everything your editor does : load time,how long it took a plugin to respond,total time it took to compile "LESS",time it took to change a theme....TIME IT TOOK TO DO EVERYTHING


All this comes at one cost....ATOM IS SLOWER THAN SUBLIME TEXT

Re: A Little Tip For Notepad++ users Like Me. by Craigston: 7:02pm On Jun 28, 2015
Jregz:


it's an awesome editor bro,with a better UI than sublime text's but looks extremely like ST's.
It has a developer's panel,that of google chrome,holy heck!! i can do terrible things right inside the editor smiley smiley smiley ..
It's package management is better than ST's,it comes pre-built,while you have to download/install some script for ST..
Outright GIT support,
Easy customization..
there's also one feature,i like "TIME COP",monitors everything your editor does : load time,how long it took a plugin to respond,total time it took to compile "LESS",time it took to change a theme....TIME IT TOOK TO DO EVERYTHING


All this comes at one cost....ATOM IS SLOWER THAN SUBLIME TEXT

Wow. I'll check it out later. And I'll check Vim too, if it's free.
Re: A Little Tip For Notepad++ users Like Me. by Nobody: 11:02am On Jun 29, 2015
[code][/code]
Craigston:

Wow. I'll check it out later. And I'll check Vim too, if it's free.

Vim ? shocked shocked...vim is free
Re: A Little Tip For Notepad++ users Like Me. by asumo12: 12:14pm On Jun 29, 2015
Crimson editor is da bomb guyz!!!


shocked shocked shocked
Re: A Little Tip For Notepad++ users Like Me. by Nmeri17: 12:14am On Mar 03, 2016
Jregz:
that editor is too ugly angry angry grin grin grin grin grin
notepad++ is bae <3 kiss. Change your theme or fonts. It comes with like 20 different themes and you can customize sef

(1) (Reply)

Let's Build A Simple Blog With Python(django) / Python Creatives: Where Were We? / Visual Studio 2008 Tutorial Plsssssssssssss

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.