summaryrefslogtreecommitdiff
path: root/fluid/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-01 20:17:00 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-01 20:17:08 +0100
commit904d25dafed1766e1fc6f25db873103218074eb9 (patch)
treec05b4d697ad1fb5813a5199152be62a82c63860e /fluid/documentation
parentaaaf0a0537e03cec7a47330550a31bb4e96dacde (diff)
FLUID: Improves adding widgets to Fl_Flex.
Diffstat (limited to 'fluid/documentation')
-rw-r--r--fluid/documentation/src/app_settings.dox22
1 files changed, 17 insertions, 5 deletions
diff --git a/fluid/documentation/src/app_settings.dox b/fluid/documentation/src/app_settings.dox
index 879a45b85..bb7908525 100644
--- a/fluid/documentation/src/app_settings.dox
+++ b/fluid/documentation/src/app_settings.dox
@@ -6,17 +6,29 @@
\tableofcontents
- \section schemes Schemes
+ \section options Options
- Write me... .
+ ## Select scheme ##
- \section options Options
+ ## Show tooltips ##
+
+ ## Show completions dialogs ##
+
+ ## Open previous file on startup ##
+
+ ## Remember window positions ##
- Write me... .
+ ## Show comments in browser ##
\section external_editor External Editor
- Write me... .
+ When you configure the External Editor text field with a shell command and
+ select the "Use for Code Nodes" option, FLUID will launch an external editor
+ for editing the C++ code within a Code Node. After making changes and saving
+ the code in the external editor, it will automatically be transferred back
+ into the Code Node. The shell command is constructed by combining the text
+ field's content with the path and name of a temporary file containing the
+ code snippet. The file name ends in `.cxx`.
\section overlays Overlay