:: add this registry file to your registry if you are using textpad
:: Windows Registry Editor Version 5.00
::
:: [HKEY_CURRENT_USER\Software\Helios\TextPad 4\Tools\7]
:: "Properties"=hex:01,00,00,00,56,80,00,00,e8,49,00,00
:: "MenuText"="C:\\Temp\\some_folder\\Compile_Project.cmd"
:: "Command"="cmd.exe"
:: "Parameters"="C:\\Temp\\some_folder\\Compile_Project.cmd"
:: "Folder"="$FileDir"
:: "RE"="^.+at (.+) line ([0-9]+)[.,]?"
@echo on
@echo for Documentation read comments and at the end of the file
::DOCUMENTATION AT THE END OF THE FILE
:: SET THE PROJECT BASE DIRECTORY (no spaces)
set basedir=C:\Temp\some_folder
cd %basedir%
:: Convert into Executables all *.pl files in the current directory
::DELETE ALL EXECUTABLES FIRST
@echo DELETING ALL EXECUTABLES BECAUSE OF PERL2EXE BUG
del /q %basedir%\*.exe
::CREATE ALL EXECUTABLES FROM THE CURRENT FOLDER
call exec *.pl /b do perl2exe
cd %basedir%
:: CREATE TAGS FOR EASIER JUMPING
@echo CREATING THE TAGS FOR THIS PROJECT USING CTAGS
ctags -R -n --fields=+i+K+S+l+m+a
:: CREATE SETUP.EXE
:: PACK EVERYTHING INTO ONE SINGLE SETUP.EXE ATTENTION CHECK
"C:\Program Files\NSIS\makensis.exe" /V4 %cd%\Install_SC5.1.nsi
:: requires perl2exe in your path and perl, v5.8.8 built for MSWin32-x86-multi-thread,
:: tested and run only on Windows XP - might use function calls which would not work under Win200
:: This tool requires the exec.bat from Fred Stluka in your path -download it from Internet!!!
:: This tool requires ctags - http://ctags.sourceforge.net/ in order to make the coding easieer
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!