Skip to content

Commit 58d6e07

Browse files
committed
updated info text
1 parent 8bfaf4a commit 58d6e07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/objects/scripting/BashScript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void BashScript::drawObjectNodeConfig(){
240240

241241

242242
ImGuiEx::ObjectInfo(
243-
"Load and run a bash script files (Bourne-Again SHell). You can type code with the Mosaic code editor, or with the default code editor on your computer.",
243+
"Load and run a bash script files (Bourne-Again SHell). You can type code with the Mosaic code editor, or with your default code editor. Scripts will refresh automatically on save.",
244244
"https://mosaic.d3cod3.org/reference.php?r=bash-script", scaleFactor);
245245

246246
// file dialog

src/objects/scripting/LuaScript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ void LuaScript::drawObjectNodeConfig(){
387387
}
388388

389389
ImGuiEx::ObjectInfo(
390-
"This object is a live-coding lua script container, with OF bindings mimicking the OF programming structure. You can type code with the Mosaic code editor, or with the default code editor on your computer",
390+
"This object is a live-coding lua script container, with OF bindings mimicking the OF programming structure. You can type code with the Mosaic code editor, or with your default code editor. Scripts will refresh automatically on save.",
391391
"https://mosaic.d3cod3.org/reference.php?r=lua-script", scaleFactor);
392392

393393
// file dialog

src/objects/scripting/PythonScript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void PythonScript::drawObjectNodeConfig(){
250250

251251

252252
ImGuiEx::ObjectInfo(
253-
"Load and run a python ( 2.7 ) script files. You can type code with the Mosaic code editor, or with the default code editor on your computer.",
253+
"Load and run a python ( 2.7 ) script files. You can type code with the Mosaic code editor, or with your default code editor. Scripts will refresh automatically on save.",
254254
"https://mosaic.d3cod3.org/reference.php?r=python-script", scaleFactor);
255255

256256
// file dialog

src/objects/scripting/ShaderObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void ShaderObject::drawObjectNodeConfig(){
423423
}
424424

425425
ImGuiEx::ObjectInfo(
426-
"This object is a live-coding lua script container, with OF bindings mimicking the OF programming structure. You can type code with the Mosaic code editor, or with the default code editor on your computer",
426+
"This object is a live-coding lua script container, with OF bindings mimicking the OF programming structure. You can type code with the Mosaic code editor, or with your default code editor. Scripts will refresh automatically on save.",
427427
"https://mosaic.d3cod3.org/reference.php?r=lua-script", scaleFactor);
428428

429429
// file dialog

0 commit comments

Comments
 (0)