notepad++

using Notepad++ how can i make a macro type situation in which a number increments?

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? ...

Using VIM as a HTML editor

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? ...

Lightweight editor for Mac that highlights all occurrences of a word

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 to make a jar file?

How can i make a jar file from both the command line and Netbeans 6.7? ...

Notepad++ File Filters

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...

F# syntax highlighting for notepad++

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. ...

Setting up Notepad++ to compile with GCC on Windows 7 with SUA

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...

Notepad++ XmlTools Not Installing

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 ...

Where can I find a jQuery syntax highlighting plugin for Notepad++?

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 switch tabs in Notepad++ via Ctrl+PgUp/Down?

How can I run trough the tabs in Notepad++ easily? I like to use Ctrl+PgUp/Down like in Firefox. ...

How can Notepad++ be extended as an IDE for R ?

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...

notepad++ vertical scrolling (auto-resize lines of code)

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...

How to copy marked text in notepad++

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> ...

Why doesn't this regular expression work? [SOLVED]

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...

I want to open new Notepad++ with new window

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? ...

hotkey to navigate forward

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 ...

Notepad++ Associate custom ext for use by ctags

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...

How do you run a python script from within notepad++?

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. ...

Set User Defined Language Programmatically

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...

Indent guideline Highlighting doesn't work.

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? ...