0
votes
2answers
21 views
How to create macros/shortcuts in Dreamweaver or Notepad++
I've never made "macros" or anything like that with any program.
I'm moving my php code to use "gettext", so I have to look for all my static text and change it up.
For example, …
1
vote
1answer
19 views
QuickText (notepad++) plugin for Eclipse
Is there a QuickText like (Tab Trigger) plugin for Eclipse?
3
votes
5answers
145 views
Is there an extension to reindent JSON in Notepad++?
I need Notepad++ to take a json string from this
{"menu": {"id": "file","value": "File","popup": {"menuitem": [{"value": "New", "onclick": "CreateNewDoc()"},{"value": "Open", "onc …
0
votes
0answers
15 views
How to create a “open with …” short-cut on Windows? [closed]
Hi,
I want to create a keyboard short-cut that will open a file I am on with Notepad++.
How can I do that?
Thanks!
0
votes
1answer
32 views
Ruby prompt when stdin isn’t a terminal (for Notepad++ explicitely)?
Hello,
I'm a Notepad++ user.
One of the features I like from that software is the fact that you can have a "console" in the UI (which is not an actual terminal), and that you can …
0
votes
2answers
44 views
Notepad++ IDL Syntax Highlighting?
I was about to create a user-defined language file for Notepad++ to syntax-highlight IDL. But before I went and spent the time creating one, I wanted to check with the "community" …
5
votes
3answers
788 views
How to disable Notepad++’s annoying ‘parenthesis completion’?
Whenever I type a (, [, or {, Notepad++ completes it with the corresponding closing bracket. I find this 'feature' annoying and would like to disable it. It doesn't seem to be list …
7
votes
5answers
6k views
Notepad++ tabs to spaces
Does anyone know how to convert tabs to spaces in Notepad++? I found a webpage that suggests it's possible (http://www.texteditors.info/notepad-replacements-compared.php) but I cou …
0
votes
2answers
49 views
notepad++ highlight colours
I like the highlighting feature in notepad++, but when using certain themes that default purple and yellow make the text unreadable, and it seems I cannot change it through style c …
0
votes
0answers
49 views
Does anyone have parsing rules for the Notepad++ Function List plugin for Ruby and Rake
I'me using Notepad++ for editing rake files and I'd like to be able to use the function list plugin.
I've been unable to find any parsing rules on line, and the "Language Parsing …
1
vote
2answers
155 views
How to Execute a Python File in Notepad ++ ?
I prefer using notepad ++ for developing,
How do I execute the files in Python through Notepad++?
0
votes
2answers
180 views
Has anyone got a JSP language file for Notepad++?
I can't seem to find a language syntax highlighting file for JSPs for Notepad++. Is there one out there?
(Currently, I've just got it set to use Java highlighting, which is a lit …
3
votes
1answer
130 views
How do I use Notepad++ (or other) with msysgit?
How do I use Notepad++ (or any other editor besides vim) with msysgit?
I tried all of the following to no avail:
git config --global core.editor C:\Program Files\Notepad++\notepa …
0
votes
0answers
103 views
FTP and Notepad++ [closed]
I've been using UltraEdit for several years now, but after upgrading to Windows 7, I decided to try out Notepad++ instead. It seems pretty similar and pretty powerful, but one of …
0
votes
2answers
123 views
Regular Expression in Notepad++ (Ignore if contains)
Hi
I'm a newbie
I am trying to create a regex in notepad ++ to replace all href="http://www.reactivemail.com/(any series of charcters)"
essentially all I want is to put a / on the …
