for example i have about 500 lines. in the beginning of each line i want to add a number. so in line 1 i would want "1)" and then line 2 i would want "2)"
i know i can do a macro in n++, but it wouldn't be incremental. is there any possible way to do this?
...
You know how Notepad++ has this feature that when you click on a tag (say ) it automatically highlights the ending tag () as well? What's it called? And how do you tweak VIM to have this feature as well?
And any more ways you can turn VIM into a powerful and efficient HTML editor?
...
My question is similar to this one: http://stackoverflow.com/questions/385661/emacs-highlight-all-occurences-of-a-word
In Notepad++ editor, there's a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Is there any similar way in a lightweight editor for Mac? I...
How can i make a jar file from both the command line and Netbeans 6.7?
...
Hi All,
I was wondering if it was possible to list an exclusion within the file filters in the "find in files" functionality of Notepad++.
For example the following will replace Dog with Cat in all files.
Find what: Dog
Replace with: Cat
Filters: *.*
What I would like to do is replace Dog with Cat in all files except those in .sh f...
Does anyone know if there is any syntax highlighting for F# in notepad++ available? I love using notepad++ and would like to be able to have highlighting for my F# scripts too!
Thanks in advance.
...
Hi,
I'm on Windows 7, with Subsystem for Unix-based Applications (SUA) installed. I chose Custom installation and installed GCC in full.
Now I can call Korn shell and call gcc helloWorld.c to produce a.out.
What I want now is to set up the editor Notepad++ to compile source code when I Run > Run .. or F5.
If it helps, I can call Korn...
This is depressing - I have installed XMLTools and can see it in the menu - It has one sub menu which is "How To Use"
If I select that it says something like no libxml / libxslt - Google returns nothing
How can I install this plugin properly
...
jQuery has a syntax all its own*, and when writing ridiculously lengthy expressions I often yearn for some sort of highlighting. Is there a way to achieve this in Notepad++?
*except for the bits that are shared with CSS and JavaScript...
...
How can I run trough the tabs in Notepad++ easily?
I like to use Ctrl+PgUp/Down like in Firefox.
...
Hi all,
I am working with NppToR as an extension allowing the use of notepad++ to be an IDE for R.
But there are a few features I didn't yet see implemented (I compiled the list from another IDE solution, which is not open source) :
Object Browser - Allow users to see all the data and function objects that are available, including tho...
A friend asked me for vertical scrolling on notepad++ as a mac dev program that auto-resize lines of code when you resize your editor page to let you see most of your code without having to scroll horizontally everytime ...
It mostly act like a text editor page if you do enter ...
Example :
This is my so long code that I can't normall...
I have a part of HTML source file that contains strings that I want to select and copy at once, using the regex functionality of Notepad++.
Here is a part of the text source:
<option value="Performance"
>Performance</option>
<option value="Maintenance"
>Maintenance</option>
<option value="System Stability"
>System Stability</option>
...
EDIT: It was some issue with Notepad++'s regex engine. The regex worked fine in Python.
I'm working in Notepad++. I tried to make a regexp that would transform this (if you're curious, it's a Spanish guide for a game):
*Acero: En la Estatua de Gabomba
**Absorbe PV de un enemigo
To this:
====Acero====
*En la Estatua de Gabo...
After I execute Notepad++, every time I re-execute Notepad++, the existing one is opened.
I want to open a new Notepad++ window, like Windows Notepad. I mean I want two Notepad++ windows.
How can I do this?
...
is there hotkey doing navigate forward ? (like CTRL + MINUSSIGN(-) in VS2008)
I was not able to find it at the 'setting -> shortcut mapper'
notepad++ is very good software, i believe notepad++ have the function
...
Hi,
I use .pkb and pkh extensions for PL/SQL files (rather than .sql). I have already associated .pkb and .pkh extension in the langs.xml (Styler Config) so that Notepad++ recognizes the syntax highlight to use when I open pkb and pkh files (the syntax highlighting would be the same as for sql ext).
Now the problem is that I cannot use p...
When I'm using textmate, I simply hit "apple+r" and the program gets interpreted. How can I run a program from within notepad++? I see that F5 is for "Run", but pointing that to Python.exe simply opens up a terminal with python running. It does not run my script.
...
I've been trying to select the User Defined Language programmatically unsuccessfully through various means, another problem is the files I need to apply the user defined language have no file extension, old DOS files;
NPPM_SETCURRENTLANGTYPE (only enumerates built-in languages)
Macros don't seem to sense changes with language selection...
I used to use the indent guideline
but now I can't see the indent guideline
I dont know why
i'm sure that I didn't change any enviroment config.
is there menu to set the indent guildeline on?
...