Fix indentation spelling ;-)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1375 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
32c4c8e20b
commit
3888323376
@ -1,3 +1,9 @@
|
|||||||
|
2007-03-09 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||||
|
|
||||||
|
* src/interface.c, doc/geany.docbook, data/filetypes.*, geany.glade:
|
||||||
|
Fix indentation spelling.
|
||||||
|
|
||||||
|
|
||||||
2007-03-08 Nick Treleaven <nick.treleaven@btinternet.com>
|
2007-03-08 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||||
|
|
||||||
* src/document.c:
|
* src/document.c:
|
||||||
|
@ -34,7 +34,7 @@ comment_open=;
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -44,7 +44,7 @@ comment_close=
|
|||||||
#comment_close=*/
|
#comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -31,7 +31,7 @@ comment_open=(*
|
|||||||
comment_close=*)
|
comment_close=*)
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -20,7 +20,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -44,7 +44,7 @@ comment_close=
|
|||||||
#comment_close=*/
|
#comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -33,7 +33,7 @@ comment_open=/*
|
|||||||
comment_close=*/
|
comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -43,7 +43,7 @@ comment_close=
|
|||||||
#comment_close=+/
|
#comment_close=+/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -46,7 +46,7 @@ comment_open=<!--
|
|||||||
comment_close=-->
|
comment_close=-->
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -40,7 +40,7 @@ comment_close=
|
|||||||
#comment_close=*/
|
#comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -35,7 +35,7 @@ comment_open=c
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -13,7 +13,7 @@ comment_open=<!--
|
|||||||
comment_close=-->
|
comment_close=-->
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -39,7 +39,7 @@ comment_open=/*
|
|||||||
comment_close=*/
|
comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -35,7 +35,7 @@ comment_open=//
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -21,7 +21,7 @@ comment_open=%
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -49,7 +49,7 @@ comment_close=
|
|||||||
#comment_close=]]--
|
#comment_close=]]--
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -21,7 +21,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -27,7 +27,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -27,7 +27,7 @@ comment_open={
|
|||||||
comment_close=}
|
comment_close=}
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -45,7 +45,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -13,7 +13,7 @@ comment_open=/*
|
|||||||
comment_close=*/
|
comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -30,7 +30,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -49,7 +49,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -26,7 +26,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start a column 0 of a line, true uses any
|
# set to false if a comment character/string should start a column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -31,7 +31,7 @@ comment_open=/*
|
|||||||
comment_close=*/
|
comment_close=*/
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -37,7 +37,7 @@ comment_open=#
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -36,7 +36,7 @@ comment_open=--
|
|||||||
comment_close=
|
comment_close=
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -83,7 +83,7 @@ comment_open=<!--
|
|||||||
comment_close=-->
|
comment_close=-->
|
||||||
|
|
||||||
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
||||||
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
||||||
#command_example();
|
#command_example();
|
||||||
# setting to false would generate this
|
# setting to false would generate this
|
||||||
# command_example();
|
# command_example();
|
||||||
|
@ -380,16 +380,16 @@
|
|||||||
was copied to the new position.
|
was copied to the new position.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section id="general_indention">
|
<section id="general_indentation">
|
||||||
<title>Auto indention</title>
|
<title>Auto indentation</title>
|
||||||
<para>
|
<para>
|
||||||
<application>Geany</application> knows three types of auto indention:
|
<application>Geany</application> knows three types of auto indentation:
|
||||||
None, Basic and Advanced.
|
None, Basic and Advanced.
|
||||||
<variablelist><title>Auto indention types</title>
|
<variablelist><title>Auto indentation types</title>
|
||||||
<varlistentry><term>None</term>
|
<varlistentry><term>None</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Disables auto indention completely.
|
Disables auto indentation completely.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -5319,7 +5319,7 @@ Bottom
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkLabel" id="label183">
|
<widget class="GtkLabel" id="label183">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">Auto indention mode:</property>
|
<property name="label" translatable="yes">Auto indentation mode:</property>
|
||||||
<property name="use_underline">False</property>
|
<property name="use_underline">False</property>
|
||||||
<property name="use_markup">False</property>
|
<property name="use_markup">False</property>
|
||||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
@ -5344,7 +5344,7 @@ Bottom
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkEventBox" id="eventbox2">
|
<widget class="GtkEventBox" id="eventbox2">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">Selects the indention mode. Use None to disable auto indention completely. Basic indents new lines with the same indention as the previous line. Advanced does the same and indents also curly brackets.</property>
|
<property name="tooltip" translatable="yes">Selects the indentation mode. Use None to disable auto indentation completely. Basic indents new lines with the same indentation as the previous line. Advanced does the same and indents also curly brackets.</property>
|
||||||
<property name="visible_window">True</property>
|
<property name="visible_window">True</property>
|
||||||
<property name="above_child">False</property>
|
<property name="above_child">False</property>
|
||||||
|
|
||||||
|
@ -3334,14 +3334,14 @@ create_prefs_dialog (void)
|
|||||||
gtk_widget_show (hbox7);
|
gtk_widget_show (hbox7);
|
||||||
gtk_box_pack_start (GTK_BOX (vbox17), hbox7, FALSE, FALSE, 0);
|
gtk_box_pack_start (GTK_BOX (vbox17), hbox7, FALSE, FALSE, 0);
|
||||||
|
|
||||||
label183 = gtk_label_new (_("Auto indention mode:"));
|
label183 = gtk_label_new (_("Auto indentation mode:"));
|
||||||
gtk_widget_show (label183);
|
gtk_widget_show (label183);
|
||||||
gtk_box_pack_start (GTK_BOX (hbox7), label183, FALSE, FALSE, 0);
|
gtk_box_pack_start (GTK_BOX (hbox7), label183, FALSE, FALSE, 0);
|
||||||
|
|
||||||
eventbox2 = gtk_event_box_new ();
|
eventbox2 = gtk_event_box_new ();
|
||||||
gtk_widget_show (eventbox2);
|
gtk_widget_show (eventbox2);
|
||||||
gtk_box_pack_start (GTK_BOX (hbox7), eventbox2, FALSE, TRUE, 5);
|
gtk_box_pack_start (GTK_BOX (hbox7), eventbox2, FALSE, TRUE, 5);
|
||||||
gtk_tooltips_set_tip (tooltips, eventbox2, _("Selects the indention mode. Use None to disable auto indention completely. Basic indents new lines with the same indention as the previous line. Advanced does the same and indents also curly brackets."), NULL);
|
gtk_tooltips_set_tip (tooltips, eventbox2, _("Selects the indentation mode. Use None to disable auto indentation completely. Basic indents new lines with the same indentation as the previous line. Advanced does the same and indents also curly brackets."), NULL);
|
||||||
|
|
||||||
combo_auto_indent_mode = gtk_combo_box_new_text ();
|
combo_auto_indent_mode = gtk_combo_box_new_text ();
|
||||||
gtk_widget_show (combo_auto_indent_mode);
|
gtk_widget_show (combo_auto_indent_mode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user