ReadMe.txt for rdmXIDEPlugin
Functionalities for XIDE 2.x
1) "Insert textblock" Inserts textblocks from the XIDE\TextBlock directory. A textblock defined in a prg file in this folder and can contain place holders like "DefaultNamespace", "Filename" and "FilenameShort". This could be a sample for a textblock: begin namespace {DefaultNamespace} class {Filename} Constructor() return end class end namespace 2) "Show XSharpErroLog" shows the (configurable) error log for X# application error logs
3) "Open BIN folder" opens an explorer in the projects BIN folder
4) "Copy application folder name", copies the name of the application folder to the clipboard
5) "Command prompt in BIN folder" opens a command prompt in the BIN folder and executes the VsDevCmd.bat command file
6) "Administrator Command prompt in BIN folder", opens a command prompt with elevated rights, executes the VsDevCmd.bat file, but unfortunately not in the BIN folder as desired
7) "Execute GUIDgen" executes the GUIDgen application to generate GUIDs for COM libraries
8) "Execute xPorter/VO" opens the xPorter/VO with special settings for the current project
The configuration is done in the plugins section of the XIDE.cfg file:
[Plugins] Plugin=Utility plugin by WR VisualStudioPromptPath=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat VOXPorter=C:\XSharp\Compiler\VOXPorter\VOXPorter.exe XSharpError.log=XSharpError.log
Please find also a subfolder with some texblock examples
Author: Wolfgang Riedmann, wolfgang@riedmann.it |