|
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++\notepad++.exe git config --global core.editor "C:\Program Files\Notepad++\notepad...
Started by PHLAK on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to place core.editor npp.sh
This....
Those commands the -multiInst' option, for ensuring a new instance of notepad++ for each call from Git.
: #!/bin/sh "c:/Program Files/Notepad++/notepad++.exe" -multiInst "$*"
does work.
|
|
What is the correct way to install Notepad2 (or some other equivalent) in Windows 7 so that it is executed when WindowsKey-R -> notepad is entered?
I've tried creating shortcuts in C:\windows\System32 or replacing Notepad.exe. Both failed due to permissions...
Answer Snippets (Read the full thread at serverfault):
Replacing Notepad to replace the notepad file notepad2's file (renaming is a good option) in 3 directories:
WINDOWS on processes by substituting a process for another....
Showthread.php?t=35&page=2
There is a solution right on Notepad2 webpage.
|
|
I have seen other text editors use extensions to allow syntax checkers such as JSLint , is this possible with Notepad++?
Started by alumb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The NppExec 0.3 RC1 and Notepad++ ....
Notepad++'s NppExec doesn't allow the use of StdIn so I wrote a batch file to actually executeI have managed to get two lint programs to run using the notepad++ 's NppExec Plugin.
|
Ask your Facebook Friends
|
I got addicted to notepad++ on windows and I've recently moved to Ubuntu. I'm missing a tool as such.
Started by Ignacio on
, 25 posts
by 25 people.
Answer Snippets (Read the full thread at stackoverflow):
To harness the full power of GEedit, have a look at this ... .
SciTE and Notepad++ both use Scintilla behind functionality, use a “true” Linux editor such as GVim or Emacs.
Are looking for the same editing component, use SciTE.
|
|
I need recommendations for a good (free) development notepad to work in on my new macbook, mainly for PHP, AJAX etc.
Started by Oliver Stubley on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Emacs if you.
It supports PHP, C, Python, etc.
And I use it both for programming and note-taking.
|
|
I have a script that copies table cells from the browser into the user's clipboard. I loop through each cell and when a new line is needed I use
text += "\n";
If I paste the text into excel, it formats correctly and fills in the proper rows, however if...
Started by betafish on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Open up in WordPad
save
open in notepad
text += "\r\n";.
|
|
In my editor (notepad++) in Python script edit mode, a line
## is this a special comment or what?
Turns a different color (yellow) than a normal #comment.
What's special about a ##comment vs a #comment?
Started by bobobobo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, Notepad++'s highlighter considers.
From the Python point of view, there's no difference.
|
|
I just downloaded Notepad++ because I need to work on a classic asp project. I'm a complete beginner with classic asp, and have been spoiled with asp.net and visual studio. I noticed Notepad++ has debug points you can place beside the line numbers. Is...
Started by chobo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't have debug routines , which....
Visual Studio then carry on editing in Notepad++ but use Windows Script Debugger (free download from MS then the best way to debug (and code) an ASP Classic project is to use Visual Studio.
|
|
I already use Notepad++ a lot for text, html/php/javascript and autohotkey files but I read I'll be more productive with vim once I learn it.
what's the real benefit here?
Stuff I like in notepad++: tabbed interface, highliting, ctrl+ / ctrl- to change...
Started by umegastar on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
If you don't get your hands close to a unix box, perhaps... .
Vim is nice environment where there is no Notepad++, the good command of vi may save your life.
If you are confortable, fast and productive with Notepad++ don't worry to learn vim.
|
|
What is the best online notepad?
I once used Google Notebook but Google no longer supports it and I don't want to put my stuff on an unsupported site. I now use Luminotes but I find editing of the text to be infuriating.
What is better?
Answer Snippets (Read the full thread at superuser):
Have you tried already Evernote ? You can even have native clients on your computer .
To use.
|