PSPad: A freeware programmer's editor for Windows
1–10 of 100 posts
Re: PSPad: A freeware programmer's editor for Windows
#2Unfortunately, I think the programming languages are getting too complex for an editor to try to maintain smart browsing, smart formatting, code completion, etc. Language Server Protocol allows this language work to be done once by people who are generally actively tracking the language.
I think in 2021, a programmer's editor without Language Server Protocol support is hopelessly hampered.
Re: PSPad: A freeware programmer's editor for Windows
#3I think PSPad could benefit from new screenshots on its website, even though it's clearly still being actively updated, the screenshots make it look like it stagnated 10 years ago.
Re: PSPad: A freeware programmer's editor for Windows
#4Wow, I'd totally forgotten about PSPad... it used to be my editor of choice back in the XP days. These days I use Notepad++ (doesn't everyone on Windows?). I think PSPad could benefit from new screenshots on its website, even though it's clearly still being actively updated, the screenshots make it look like it stagnated 10 years ago.
I did 10 years ago, but I'm now using vscode (with a stint of sublime in the meantime!)
Re: PSPad: A freeware programmer's editor for Windows
#5Re: PSPad: A freeware programmer's editor for Windows
#6Directly edit on FTP hosts was one of my favourite features. I would edit php websites directly... Until I lost absolutely everything one day and soon after switched the editor.
Re: PSPad: A freeware programmer's editor for Windows
#7Wow, I'd totally forgotten about PSPad... it used to be my editor of choice back in the XP days. These days I use Notepad++ (doesn't everyone on Windows?). I think PSPad could benefit from new screenshots on its website, even though it's clearly still being actively updated, the screenshots make it look like it stagnated 10 years ago.
These days I use Visual Studio Code. It's separate to Visual Studio. Code is open source and runs on Linux and OSX as well.
There's a ton of extensions and it's super flexible.
Re: PSPad: A freeware programmer's editor for Windows
#8Looking for any info on its principles, or anything really.
Re: PSPad: A freeware programmer's editor for Windows
#9Searched for "LSP" and "Language Server Protocol" and did not find any mentions. Unfortunately, I think the programming languages are getting too complex for an editor to try to maintain smart browsing, smart formatting, code completion, etc. Language Server Protocol allows this language work to be done once by people who are generally actively tracking the language. I think in 2021, a programmer's editor without Lan…
Re: PSPad: A freeware programmer's editor for Windows
#10Wow, I'd totally forgotten about PSPad... it used to be my editor of choice back in the XP days. These days I use Notepad++ (doesn't everyone on Windows?). I think PSPad could benefit from new screenshots on its website, even though it's clearly still being actively updated, the screenshots make it look like it stagnated 10 years ago.
In terms of souped up text editor, the exact transition that "everyone" made since:
Notepad++ > Sublime Text > Atom > VSCode