Notepad++
paulgswanson
Member Posts: 311
in Off-Topic
I discovered this app when I started playing with Code Engines, any one else use it before?
Notepad++ Home
I think it feels more oganized than most built in editors like what you would see in Flash(action script) or Visual Basic even with Python.
Anyway I feel I should share it on here since so many of use need to go through KTF1 for WGU. Enjoy, I know its made my life easier.
Notepad++ Home
I think it feels more oganized than most built in editors like what you would see in Flash(action script) or Visual Basic even with Python.
Anyway I feel I should share it on here since so many of use need to go through KTF1 for WGU. Enjoy, I know its made my life easier.
http://paulswansonblog.wordpress.com/
WGU Progress: B.S. Network Management & Design <- I quit (got bored)
WGU Progress: B.S. Network Management & Design <- I quit (got bored)
Comments
-
Roguetadhg Member Posts: 2,489 ■■■■■■■■□□I use N++.
I like being able to create macros that'll parse information. Not to mention checking syntaxes for multiple programming languages. Tabs. Nicer presentation.
Heck, it's far above Notepad. Yet not too complicated like WordPad or Word.
From my HTML/Javascript/CSS days, I've just preferred to do any scripting in Notepad. I was used to website generators putting codes that screws things up! Just an Old man's habit, I guess.In order to succeed, your desire for success should be greater than your fear of failure.
TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams -
networker050184 Mod Posts: 11,962 ModI use Notepad++ all the time.An expert is a man who has made all the mistakes which can be made.
-
blargoe Member Posts: 4,174 ■■■■■■■■■□Notepad++ is powerful yet simple. It is a staple for me.IT guy since 12/00
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands... -
paulgswanson Member Posts: 311Sublime is pretty, and looks impressive. looks heavy on specs though, just from just looking at it, I could be wrong though. I might look to that when generating entire apps. I'll look more into it when I get home.
I'm glad I'm not the only one that use N+.
EDIT: Used Sublime a little bit. I was wrong when I said I expected it to be heavy on specs (mainly due to its appearance), its actually really fast and lightweight. But its overly complicated I think the only genuine advantage it has over N++ is the little map on the side showing where you are in the app or code flow. But even thats minor since thats what scroll bars are for.http://paulswansonblog.wordpress.com/
WGU Progress: B.S. Network Management & Design <- I quit (got bored) -
lsud00d Member Posts: 1,571Not sure what you mean by "heavy on specs", but I will reiterate that Sublime is far superior to N++ and I recommend all at least try it out.
-
RobertKaucher Member Posts: 4,299 ■■■■■■■■■■I have been a really heavy user of NotePad++. I am in the middle of rebuilding my dev box. I'll be installing Sublime! Looks pretty slick. Thanks!
-
networker050184 Mod Posts: 11,962 ModIn what way is it far superior to Notepad++? It looks cool, and closes quotes/parenthesis for you, but that's about all I've seen that that Notepad++ doesn't have.An expert is a man who has made all the mistakes which can be made.
-
ptilsen Member Posts: 2,835 ■■■■■■■■■■I love Notepad++. Use it all the time. PowerShell ISE is the only other editor I regularly use for scripting. I have not compared it to Sublime or other editors -- I've never felt a need to go beyond Notepad++ for anything but PowerShell.
-
DevilWAH Member Posts: 2,997 ■■■■■■■■□□I been using notepad++ for years, great product. One of the things I like best is you can use sftp within notepad++ to connect to a linux box. you then get the directory structure on the left hand side and can open files and save as you like.
For people who are not vi wizards, it gives you a much nicer interface to your linux config files.
Notepad++ Editing Linux with SFTP. | DEVILWAH's BLOG- If you can't explain it simply, you don't understand it well enough. Albert Einstein
- An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Linkin Profile - Blog: http://Devilwah.com -
inscom.brigade Member Posts: 400 ■■■□□□□□□□I have used Edit Pad pro for years, I loaded up N++ once and it seemed very simler to edit pad Pro so I did not switch.
Edit Pad pro -
DoubleNNs Member Posts: 2,015 ■■■■■□□□□□I used Notepad++ a lot on my Windows box back when I thought I wanted to get into Web Dev/Design. I loved it. Simple yet powerful.Goals for 2018:
Certs: RHCSA, LFCS: Ubuntu, CNCF CKA, CNCF CKAD | AWS Certified DevOps Engineer, AWS Solutions Architect Pro, AWS Certified Security Specialist, GCP Professional Cloud Architect
Learn: Terraform, Kubernetes, Prometheus & Golang | Improve: Docker, Python Programming
To-do | In Progress | Completed -
Patel128 Member Posts: 339I like N++. I just like how simple it is. I have heard good things about sublime, but never used it before.Studying For:
B.S. in Computer Science at University of Memphis
Network+
Currently Reading:
CompTIA Network+ Study Guide - Lammle -
W Stewart Member Posts: 794 ■■■■□□□□□□I've used notepad++ before. It's a pretty good notepad for programming but nowadays I don't do much coding and I use vim for everything.
-
Xcluziv Member Posts: 513 ■■■■□□□□□□I've been using Notepad++ for a little while now. It is very good at highlighting the different syntax of your code and structuring everything nicely. I mainly use it when creating/parsing XML. For creating HTML/CSS/JS I use Expression Web or Dreamweaver. I'm going to check out that Sublime to see how that works out
-
petedude Member Posts: 1,510If I do heavy programming in Windows, yeah, I dig Notepad++. I've known about it for quite a while.Even if you're on the right track, you'll get run over if you just sit there.
--Will Rogers -
ccnxjr Member Posts: 304 ■■■□□□□□□□I dig Notepad++
It's 100% free and does the job I need it to do.
Lots of other text editors out there some arguably with better features , ( I just checked out Sublime looks awesome! ).
However Notepad++ was the one I grew up with and feel pretty comfortable using.
I don't do that much coding/scripting where switching text editors or adding more features really saves me time.
Probably learning to be proficient using the additional features isn't worth my time to learn them, well maybe not yet.
If I'm on a 'nix box, I've got a a vim config script I use with a few basic settings, auto line numbers, indent 4 spaces instead of tabbing.
I think that's about it....
Vim itself has a plethora of built in macros and functions that I have yet to explore. -
nerdydad Member Posts: 261I suppose I could look t up, but I use N++ mostly for the compare feature, does Sublime offer this too?
-
networkjutsu Member Posts: 275 ■■■□□□□□□□Used to before but was more of a regular Notepad guy.
Since I use Mac OS X nowadays for work and home, I use TextWrangler which is probably similar with Notepad++. -
j23evan Member Posts: 135 ■■■■□□□□□□I've used Notepad++ years ago, and it wasn't until I switched to Windows 8 and downloaded the classic shell from ninite that I realized I should bring it back from retirement. It's quick, unobtrusive UI, and gets the job done.https://vWrong.com - Microsoft Certified Trainer 2013-2018 - VMware vExpert 2014-2018 - Cisco Champion 2018 - http://linkedin.com/in/j23evan/
-
EV42TMAN Member Posts: 256yeah since i started all the web development classes at WGU I've used Notepad++ I heard alot about it before but i never had a reason to use it until nowCurrent Certification Exam: ???
Future Certifications: CCNP Route Switch, CCNA Datacenter, random vendor training. -
kurosaki00 Member Posts: 973N++ is great
another good one is gedit
I used to work with gedit a lot to edit XMLsmeh