a small notepad++ plugin to support doxygen 1key generate

Precondition:

doxygen in c:\ folder

testdoxygen.bat

---

path %path%;C:\Doxygen;C:\Doxygen\graphviz\bin
rd/s/q html
set INPUTFILE=%1
doxygen Doxyfile
start html\index.html
pause

shortcuts.xml

------

<NotepadPlus>
<InternalCommands />
<Macros />
<UserDefinedCommands>
<Command name="doxygen" Ctrl="yes" Alt="yes" Shift="yes" Key="86">c:\tool\npp\testdoxygen.bat $(FULL_CURRENT_PATH) $(CURRENT_DIRECTORY)\html\index.html</Command>
<Command name="uml" Ctrl="yes" Alt="yes" Shift="yes" Key="85">$(CURRENT_DIRECTORY)\testuml.bat $(FULL_CURRENT_PATH) $(CURRENT_DIRECTORY)\$(NAME_PART).png</Command>
</UserDefinedCommands>
<PluginCommands />
<ScintillaKeys />
</NotepadPlus>

猜你喜欢

转载自www.cnblogs.com/cutepig/p/10280161.html