English 中文(简体)
How to compile and run c/c++ programs in Notepad++ using the WinAvr compiler
原标题:

I want to use notepad++ instead of programmer s notepad. How can i use the WinAvr compiler with notepad++??

问题回答

you can run any command line with the NppExec plugin (comes included). It has fairly customizable scripts that you can setup to build projects. I don t know anything about WinAvrcompiler but if it works in command-line then you should have no problem. Just read the help files and it s help forums on sourceforge.





相关问题
Text editor with autocomplete while typing normal text

There s a lot of Text editors which support autocomplete during programming, but I want one which can autocomplete while typing normal text as I see a lot of repetition of words I type. Any emacs fans ...

Excel - Highlight active row

Wondering if there is some preference I can set in excel so that when I am in a specific cell the entire row is slightly highlighted (not overly so but enough to easily tell it out) Similar to the ...

executing gcc from notepad++?

How would I compile a file through notepad++, is there away i can invoke the compiler (gcc) and pass through the file onto gcc? i have gcc in C:Program Filesgcc

Notepad++ IDL Syntax Highlighting? [closed]

I was about to create a user-defined language file for Notepad++ to syntax-highlight IDL (Interactive Data Language). But before I went and spent the time creating one, I wanted to check with the &...

热门标签