From d96fefb0f58171ba2247c6fdb67ea9ba0923d85a Mon Sep 17 00:00:00 2001 From: am0ebe <am0ebe@gmx.de> Date: Fri, 22 Jul 2022 16:34:05 +0200 Subject: [PATCH] . --- .gitignore | 1 + camtron.sublime-workspace | 45 ++++++++++++++++++++++++++++++++------- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f965ae5..46bde68 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ bgslibrary_gui upload.sh *.sublime-workspace README.html +*sublime-workspace diff --git a/camtron.sublime-workspace b/camtron.sublime-workspace index 0f7812e..542bc77 100644 --- a/camtron.sublime-workspace +++ b/camtron.sublime-workspace @@ -38,8 +38,29 @@ "side_bar_visible": false, "status_bar_visible": false }, + "expanded_folders": + [ + ], "file_history": [ + "/home/sugu/.bash_aliases", + "/home/sugu/code/idiv/camtron_all/c/camtron.sublime-project", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/program.cpp", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/ListCameras.h", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/Camera.hpp", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/VimbaCPP.h", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/tmp/GT1920CCamera.h", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/Camera.h", + "/home/sugu/dox/cmds/cmds_nb.c", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/ListCameras.cpp", + "/home/sugu/code/idiv/camtron_all/dox/notes_B", + "/home/sugu/code/idiv/camtron_all/dox/notes_D", + "/home/sugu/code/idiv/camtron_all/dox/notes_C", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/program.cpp", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/FindCameras.h", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/FindCameras.cpp", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/CameraFactory.h", + "/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/CameraFactory.cpp", "/home/m/.bash_aliases", "/home/m/dox/cmds/cmds.cpp", "/home/m/code/idiv/camtron/merg.c", @@ -145,7 +166,7 @@ ], "find": { - "height": 39.0 + "height": 34.0 }, "find_in_files": { @@ -159,6 +180,8 @@ "case_sensitive": false, "find_history": [ + "StreamSystemInfo", + "ErrorCodeToMessage", "exception", "abort", "exception", @@ -284,9 +307,7 @@ "numpy", "np", "pay", - "plok", - "blo", - "blok" + "plok" ], "highlight": true, "in_selection": false, @@ -319,7 +340,7 @@ ], "incremental_find": { - "height": 39.0 + "height": 34.0 }, "input": { @@ -352,11 +373,15 @@ { "height": 0.0 }, + "output.mdpopups": + { + "height": 0.0 + }, "pinned_build_system": "", "project": "camtron.sublime-project", "replace": { - "height": 74.0 + "height": 64.0 }, "save_all_on_build": true, "select_file": @@ -382,6 +407,10 @@ "last_filter": "", "selected_items": [ + [ + "", + "~/code/idiv/camtron_all/b/recorder/recorder.sublime-project" + ] ], "width": 380.0 }, @@ -401,8 +430,8 @@ "show_minimap": true, "show_open_files": true, "show_tabs": true, - "side_bar_visible": false, - "side_bar_width": 150.0, + "side_bar_visible": true, + "side_bar_width": 396.0, "status_bar_visible": true, "template_settings": { -- GitLab