Described new folding_horiz_line setting in filetypes.common.

Added documentation for stopping of running processes.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@987 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-11-11 18:53:38 +00:00
parent 59470aa381
commit dbd82669c6
2 changed files with 44 additions and 2 deletions

View File

@ -10,6 +10,9 @@
Added stop button(using the Run button) to cancel the execution of a
command like Run, Compile or Build.
Fixed a typo in an error message.
* doc/geany.docbook:
Described new folding_horiz_line setting in filetypes.common.
Added documentation for stopping of running processes.
2006-11-09 Enrico Tröger <enrico.troeger@uvena.de>

View File

@ -5,7 +5,7 @@
<!ENTITY appversion "0.10">
<!ENTITY appurl "http://geany.uvena.de">
<!ENTITY author_mail "enrico.troeger@uvena.de">
<!ENTITY date "October 28, 2006">
<!ENTITY date "November 11, 2006">
<!ENTITY legal SYSTEM "geany_gpl.docbook">
<!ENTITY scikeybinding SYSTEM "scikeybinding.docbook">
]>
@ -968,7 +968,8 @@
Execute will run the corresponding executable file, shell script or interpreted
script in a terminal window. Note that the Terminal tool path must be correctly
set in the Tools tab of the Preferences dialog - you can use any terminal
program that runs a Bourne compatible shell.
program that runs a Bourne compatible shell and accept the "-e" command line
argument to start a command.
</para>
<para>
After your program or script has finished executing, you will be prompted to
@ -976,6 +977,23 @@
before the terminal window is closed.
</para>
</section>
<section>
<title>Stopping running processes</title>
<para>
If you started a build action (Compile, Build or Run) the Run button in the
toolbar becomes a stop button and you can stop the curent action. This works
by sending a signal to the process (and its child process(es)) to stop the
process. The used signal is SIGQUIT.
</para>
<para>
Depending on the process you started it might occur that the process cannot be
stopped. This can happen when the process creates more than one child process.
Therefore stopping any make actions is not possible because make creates child
processes and these child processes creates again child process. There might be
some other programs which cannot be stopped correctly, e.g. "Terminal" (the
terminal program of Xfce). Xterm is known to work properly.
</para>
</section>
<section>
<title>Set Includes and Arguments</title>
<para>
@ -1664,6 +1682,27 @@
</entry>
<entry>folding_style=1;1;false;false</entry>
</row>
<row>
<entry>folding_horiz_line</entry>
<entry>Draw a thin horizontal line at the line where text is
folded. Only first argument is used.
<para>
Valid values for the first argument are:
<itemizedlist>
<listitem><para>
0 - disable, do not draw a line
</para></listitem>
<listitem><para>
1 - draw the line above folded text
</para></listitem>
<listitem><para>
2 - draw the line below folded text
</para></listitem>
</itemizedlist>
</para>
</entry>
<entry>folding_horiz_line=0;0;false;false</entry>
</row>
<row>
<entry>invert_all</entry>
<entry>Whether to invert all defined colours. This is useful