Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions addons/README
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ the extension.
Requirements
------------

* GTK >= 2.8.0
* Geany >= 0.21
* Geany >= 2.0

License
-------
Expand Down
2 changes: 1 addition & 1 deletion autoclose/README
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ load it in Geany's plugin manager. You may change module preferences.
Requirements
------------

* GTK >= 2.8.0
* Geany >= 1.26

License
-------
Expand Down
2 changes: 1 addition & 1 deletion automark/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ be highlighted. The highlight color is "marker_search".
Requirements
------------

* GTK >= 2.8.0
* Geany >= 1.26

License
-------
Expand Down
2 changes: 1 addition & 1 deletion codenav/README
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ can also enter an absolute or relative path to a file.
Requirements
------------

* GTK >= 2.8.0
* Geany >= 1.26

License
-------
Expand Down
2 changes: 1 addition & 1 deletion defineformat/README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Try it: open C/C++ file and type:
Requirements
------------

* GTK >= 2.8.0
* Geany >= 1.26

License
-------
Expand Down
3 changes: 1 addition & 2 deletions geanydoc/README
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Coding
======

Use static functions where possible.
Try to use GLib types and functions - e.g. g_free instead of free and
try to use only GLib 2.6 and GTK 2.6 functions.
Try to use GLib types and functions - e.g. g_free instead of free.

Style
=====
Expand Down
5 changes: 1 addition & 4 deletions geanygendoc/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ Requirements

You will need the following packages to build GeanyGenDoc:

* Geany >= 0.19 (http://www.geany.org/)
* GTK+ >= 2.12 (http://www.gtk.org)
* GLib >= 2.14 (http://www.gtk.org)
* GIO >= 2.18 (http://www.gtk.org)
* Geany >= 1.27 (http://www.geany.org/)
* CTPL >= 0.3 (http://ctpl.tuxfamily.org/)
* A working C compiler (GCC for example, http://gcc.gnu.org/)
* A working make implementation (GNU make is recommended,
Expand Down
6 changes: 2 additions & 4 deletions geanyminiscript/README
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The output can be ::
Requirements
============

For compiling gms you need Geany,GTK2 includes, and GTK2 library.
For compiling gms you need Geany, GTK includes, and GTK library.

Furthermore you need, of course, a C compiler and the Make tool; The
GNU versions of these tools are recommended.
Expand Down Expand Up @@ -90,9 +90,7 @@ Coding
======

Use static functions where possible.
Try to use GLib types and functions - e.g. g_free instead of free and
try to use only GLib 2.6 and GTK 2.6 functions. At least for the moment,
we want to keep the minimum requirement for GTK at 2.6.
Try to use GLib types and functions - e.g. g_free instead of free.

Download
========
Expand Down
3 changes: 1 addition & 2 deletions geanyprj/README
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Coding
======

Use static functions where possible.
Try to use GLib types and functions - e.g. g_free instead of free and
try to use only GLib 2.6 and GTK 2.6 functions.
Try to use GLib types and functions - e.g. g_free instead of free.

Style
=====
Expand Down
3 changes: 1 addition & 2 deletions geanyvc/README
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ recommended to activate e.g. svk only if you want to use it.
Requirements
------------

* GTK >= 2.8.0
* gtkspell >=2.0 for a spell checking
* Geany >= 0.19
* Geany >= 1.25

License
-------
Expand Down
2 changes: 1 addition & 1 deletion keyrecord/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with the plugin then looks like follows: [record hotkey] [keystroke] ...
Requirements
------------

* GTK >= 2.8.0
* Geany >= 1.26

Contact developers
------------------
Expand Down
2 changes: 1 addition & 1 deletion sendmail/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is not a direct binding to sendmail, even if it could be used for.
Requirements
------------

For compiling the plugin yourself, you will need the GTK (>= 2.8.0)
For compiling the plugin yourself, you will need the GTK
libraries and header files. You will also need its dependency
libraries and header files, such as Pango, Glib and ATK. All these
files are available at http://www.gtk.org.
Expand Down
2 changes: 1 addition & 1 deletion shiftcolumn/README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin allows you to move blocks of text horizontally in left or right dire

Requirements
------------
For compiling the plugin yourself, you will need the GTK (>= 2.8.0) libraries
For compiling the plugin yourself, you will need the GTK libraries
and header files. You will also need its dependency libraries and header
files, such as Pango, Glib and ATK. All these files are available at
http://www.gtk.org.
Expand Down
3 changes: 1 addition & 2 deletions spellcheck/README
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ Known issues
Requirements
------------

* GTK >= 2.8.0
* Geany >= 0.21
* Geany >= 2.1

License
-------
Expand Down
5 changes: 2 additions & 3 deletions treebrowser/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Features

Requirements
============
* GTK >= 2.8.0
* GIO >= 2.0 (optional)
* Geany >= 0.17

* Geany >= 1.25


Usage
Expand Down
2 changes: 1 addition & 1 deletion xmlsnippets/README
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Geany will deal with other tags.

Requirements
------------
For compiling the plugin yourself, you will need the GTK (>= 2.8.0) libraries
For compiling the plugin yourself, you will need the GTK libraries
and header files. You will also need its dependency libraries and header
files, such as Pango, Glib and ATK. All these files are available at
http://www.gtk.org.
Expand Down
Loading