-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get notepad.exe
to work as editor
#381
Comments
But |
I would call it unfortunate, but yes, this is one thing I need to address (and talking about it won't fix it...). |
I know a lot of Windows users and I always recommended them of installing Notepad++, where you can find a lot of hints how to do it (see at bottom). 32 bit NotePad++ 64 bit NotePad++ |
Just to confirm that those four Notepad++ options "-multiInst -notabbar -nosession -noPlugin" have worked well for me. And they appear to the lead advice on StackOverflow. I even have the same quoting inside my .gitconfig ;-) but that's not plain vanilla notepad.exe though... |
Hi all, I created a perl wrapper for notepad, which replaces the stuff and checks for errors. |
My perl shell script seems to work now also under Windows 10. |
An extensive log shows that I might have a perl problem on "Windows 10", but I was able to check in there. |
If you want anybody else to benefit from it, I would highly recommend that. Maybe as a Pull Request? It could live in
I had problems on Windows 10, too, recently, but only in 32-bit mode. It would display the famous 32-bit problems and it would need some trickery. You did not let us know, however, what the nature of your emergency was, nor much of any context. In any case, different problems are better discussed in different tickets. |
I created my first real repo and put the solution including some docu and two additional test files there: Unfortunately, I could not push to git-extra. Will try this evening again. $ git push --set-upstream origin perl-wrapper-notepad.exe-as-commit-editor |
Got the stuff in with the web interface. |
Probably you forked only during that edit; you can now push into the forked repository, now that you have it. |
And here is my shell script version of that wrapper: git-for-windows@ master...dscho:notepad |
Fixed via git-for-windows/build-extra@69b301b |
How can i install the Command "wget" in Git? |
@Simon-Krull please follow proper procedure. Your question has nothing to do with this ticket, so you need to start a new conversation. Since you are not even referring to a bug or enhancement in Git for Windows, you should use the mailing list. You can easily find the information on the top right of our home page -- and also some guide lines how to contribute properly in its Contribute section. |
Yep, it is ugly, but it is more intuitive than
vim
...The text was updated successfully, but these errors were encountered: