Skip to content

Qt Creator plugin to insert C++ header guard based on GUID

Notifications You must be signed in to change notification settings

dnvdmitry/GUID_plugin

Repository files navigation

GUID_plugin

Qt Creator plugin to insert C++ header guard name based on GUID.

For example :

#ifndef f6198c0e_13c3_4641_af52_140d11befb93 #define f6198c0e_13c3_4641_af52_140d11befb93 #endif

Output plugin name is "libGUID_HPP.so"

Installation Plugin must be put at "Qt/Tools/QtCreator/lib/qtcreator/plugins" directory ( standard path in case of official installation package of Qt ).

When Qt Creator starts you can find a new menu at Tools->GUID_HPP. As a shortcut you can use Ctrl+Shift+A to generate GUID string inside the editor.

Tested withing Qt Creator 4.11.0

About

Qt Creator plugin to insert C++ header guard based on GUID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published