Procházet zdrojové kódy

add StdCmdsHook for menus commands

Ivan Denisov před 4 roky
rodič
revize
527c85ee79

binární
BlackBox/Lin/Docu/Build-Tool.odc


binární
BlackBox/Lin/Mod/Clipboard.odc


binární
BlackBox/Lin/Mod/Cmds.odc


binární
BlackBox/Lin/Mod/Windows.odc


binární
BlackBox/Std/Mod/Cmds.odc


binární
BlackBox/System/Mod/Views.odc


binární
BlackBox/System/Rsrc/Menus.odc


binární
BlackBox/Text/Rsrc/Menus.odc


binární
BlackBox/Tyler/Mod/Cmds.odc


binární
BlackBox/Tyler/Mod/Windows.odc


+ 0 - 12
BlackBox/build-interp

@@ -1,12 +0,0 @@
-#!/bin/sh
-
-./run-dev0 <<DATA
-DevCompiler.CompileSubs Lin System Std Host Cons Text Form Dev Xhtml Comm Obx
-
-### Dev2
-DevCompiler.CompileThis Dev2LnkBase Dev2LnkLoad Dev2LnkWritePe Dev2LnkWriteElf Dev2LnkWriteElfStatic Dev2Linker Dev2Linker1
-DevCompiler.CompileThis Dev2LnkChmod
-
-Dev2Linker1.LinkElfExe `uname -s` blackbox := Kernel$+ Files Utf HostEnv HostFiles StdLoader
-
-DATA

+ 0 - 89
dev/DEVNOTES.txt

@@ -1,89 +0,0 @@
-Alexander: openBSD can not run sh script by the link, it should be in root BlackBox dir
-
-Ivan:
-
-issues from Center, which are not used in Freenix version
-- #156 Adding coroutines to BlackBox
-	should be done another way
-
-issues from Center, which have different realisation
-- #158 LowLevel debugging
-	assuming that ConsLog can be used
-- #153 Basic in/out console functionality
-	using basic realisation from Alexander
-- #169 ccall bug with stack management after a call
-	use different code composition because of [ccall16] implementation
-
-windows version update pattern bellow
-
-Com -> _Windows_GUI
-Ctl -> _Windows_GUI
-Ole -> _Windows_GUI
-Form -> __GUI
-Text -> .
-Xhtml -> .
-
-Sql/Mod/Odbc* -> _Windows_
-Sql/Docu/Odbc* -> _Windows_
-Sql -> .
-
-Comm/Docu/Obx* -> __GUI
-Comm/Docu -> .
-Comm/Mod/Obx* -> . __GUI
-Comm/Mod/Steams -> .
-Comm/Mod -> _Windows_
-
-Dev/Docu/Build-Tool+ComDebug+ComInterfaceGen+Profiler+P-S-I+TypeLibs -> _Windows_GUI
-Dev/Mod/ComDebug+ComInterfaceGen+Profiler+TypeLibs -> _Windows_GUI
-Dev/Mod/Cmds -> __GUI
-Dev/Mod/C*+Debug+Linker+Markers+Packer+Selectors -> .
-Dev/Rsrc/Errors+Strings -> .
-Dev/Rsrc/ComInterfaceGen -> _Windows_GUI
-Dev/Rsrc -> __GUI
-Dev/Spec -> .
-Dev/Docu/Cmds -> __GUI
-Dev/Docu/C*+Linker+Markers+Packer+Selectors -> .
-Dev/Docu -> __GUI
-Dev/Mod -> __GUI
-
-Docu/DTC* -> _Windows_GUI
-Docu -> .
-
-Host/Mod/Console+Files+Registry+PackedFiles -> _Windows_
-Host/Rsrc -> __GUI
-Host/Docu/Bitmap+Mail -> _Windows_GUI
-Host/Mod -> _Windows_GUI
-Host/Docu -> .
-
-Obx/Mod/Hello0+Pi+Random+Trap -> .
-Obx/Mod/Bitmap+Excel+Fern+WordEdit -> _Windows_GUI
-Obx/Docu/Bitmap+Excel+Fern+WordEdit -> _Windows_GUI
-Obx -> __GUI
-
-Std/Rsrc/Strings -> .
-Std/Rsrc -> __GUI
-Std/Mod/MenuTools+Tables+TabViews -> __GUI
-Std/Docu/MenuTools+Tables+TabViews -> __GUI
-Std -> .
-
-System/Mod/Kernel -> _Windows_
-System/Mod/Config+XYPlane -> _Windows_GUI
-System/Docu/XYPlane -> _Windows_GUI
-System/Mod/Init -> __GUI
-System/Mod+Docu -> .
-System/Rsrc/Strings -> .
-System/Rsrc/About -> _Windows_GUI
-System/Rsrc/ -> __GUI
-
-Win/Mod/Api+MM+Net+Ole+Sql -> _Windows_
-Win/Docu/Api+MM+Net+Sql -> _Windows_
-Win/Rsrc -> _Windows_
-Win -> _Windows_GUI
-
-
-=== Build new dev0.exe from Windows Interp version ===
-build.bat
-build-dev0.bat
-pack-dev0.bat
-
-