lists.geany.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
May
April
March
February
January
2013
December
November
October
September
August
July
June
May
April
March
February
January
2012
December
November
October
September
August
July
June
May
April
March
February
January
2011
December
November
October
September
August
July
June
May
April
March
February
January
2010
December
November
October
September
August
July
June
May
April
March
February
January
2009
December
November
October
September
August
July
June
May
April
March
February
January
2008
December
November
October
September
August
July
June
May
April
List overview
Plugins-Commits
January 2015
----- 2024 -----
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
----- 2013 -----
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
----- 2012 -----
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
----- 2011 -----
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
----- 2010 -----
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
----- 2009 -----
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
----- 2008 -----
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
plugins-commits@lists.geany.org
1 participants
5 discussions
Start a n
N
ew thread
[geany/geany-plugins] 08d57c: scope, debugger: use util.h instead of pty.h on OS X
by Jiří Techet
29 Jan '15
29 Jan '15
Branch: refs/heads/master Author: Jiří Techet <techet(a)gmail.com> Committer: Jiří Techet <techet(a)gmail.com> Date: Mon, 29 Dec 2014 14:40:33 UTC Commit: 08d57cbbd1dfe5e5354b864e52b4bc2bfb02c4f2
https://github.com/geany/geany-plugins/commit/08d57cbbd1dfe5e5354b864e52b4b…
Log Message: ----------- scope, debugger: use util.h instead of pty.h on OS X Modified Paths: -------------- debugger/src/debug.c scope/src/conterm.c Modified: debugger/src/debug.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -37,7 +37,11 @@ int grantpt(int fd); #include <string.h> #include <unistd.h> +#ifdef __APPLE__ +#include <util.h> +#else #include <pty.h> +#endif #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include <vte/vte.h> Modified: scope/src/conterm.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -30,7 +30,11 @@ #ifdef G_OS_UNIX #include <vte/vte.h> /* instead of detecting N kinds of *nix */ +#ifdef __APPLE__ +#include <util.h> +#else #include <pty.h> +#endif int grantpt(int fd); int unlockpt(int fd); -------------- This E-Mail was brought to you by github_commit_mail.py (Source:
https://github.com/geany/infrastructure
).
1
0
0
0
[geany/geany-plugins] eee1cd: Merge pull request #182 from techee/osx
by Jiří Techet
29 Jan '15
29 Jan '15
Branch: refs/heads/master Author: Jiří Techet <techet(a)gmail.com> Committer: Jiří Techet <techet(a)gmail.com> Date: Thu, 29 Jan 2015 23:19:17 UTC Commit: eee1cdc7a540d064255fd53aab16d368150bcb3c
https://github.com/geany/geany-plugins/commit/eee1cdc7a540d064255fd53aab16d…
Log Message: ----------- Merge pull request #182 from techee/osx scope, debugger: use util.h instead of pty.h on OS X Modified Paths: -------------- debugger/src/debug.c scope/src/conterm.c Modified: debugger/src/debug.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -37,7 +37,11 @@ int grantpt(int fd); #include <string.h> #include <unistd.h> +#ifdef __APPLE__ +#include <util.h> +#else #include <pty.h> +#endif #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include <vte/vte.h> Modified: scope/src/conterm.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -30,7 +30,11 @@ #ifdef G_OS_UNIX #include <vte/vte.h> /* instead of detecting N kinds of *nix */ +#ifdef __APPLE__ +#include <util.h> +#else #include <pty.h> +#endif int grantpt(int fd); int unlockpt(int fd); -------------- This E-Mail was brought to you by github_commit_mail.py (Source:
https://github.com/geany/infrastructure
).
1
0
0
0
[geany/geany-plugins] 0be485: Merge pull request #183 from olsonpm/master
by Frank Lanitz
26 Jan '15
26 Jan '15
Branch: refs/heads/master Author: Frank Lanitz <frank(a)frank.uvena.de> Committer: Frank Lanitz <frank(a)frank.uvena.de> Date: Mon, 26 Jan 2015 18:56:21 UTC Commit: 0be4859a2d2af2c21ce4b93b28268ff2b6e9e592
https://github.com/geany/geany-plugins/commit/0be4859a2d2af2c21ce4b93b28268…
Log Message: ----------- Merge pull request #183 from olsonpm/master Add geany.status(message) to api Modified Paths: -------------- geanylua/docs/geanylua-ref.html geanylua/glspi_app.c geanylua/keywords.list Modified: geanylua/docs/geanylua-ref.html 15 lines changed, 15 insertions(+), 0 deletions(-) =================================================================== @@ -181,6 +181,11 @@ <td class="desc">-- Send a GTK signal to a Geany interface widget.</td> </tr> +<tr class="odd"> + <td> function <a href="#status"><b>status</b></a> ( message )<br></td> + <td class="desc">-- Send a string to display in the status tab of the messages window.</td> +</tr> + <tr class="even"> <td> function <a href="#text"><b>text</b></a> ( [content] )<br></td> <td class="desc">-- Get or set the contents of the entire document.</td> @@ -967,6 +972,16 @@ </p><br><br> +<a name="status"></a><hr><h3><tt>geany.status ( message )</tt></h3> +<p> +Sends a message to the status tab of the messages window. +</p><p> +The <tt>message</tt> argument is the string to be displayed. +</p><p> +This function's purpose is to provide a user-friendly way to display messages without using the dialog popup. +</p><p> +This function does not return a value.</p><br><br> + <a name="text"></a><hr><h3><tt>geany.text ( [content] )</tt></h3><p> When called with no arguments, returns the entire text of the currently Modified: geanylua/glspi_app.c 10 lines changed, 10 insertions(+), 0 deletions(-) =================================================================== @@ -282,6 +282,15 @@ static gint dirlist_closure(lua_State *L) } +static gint glspi_status(lua_State* L) +{ + const gchar *string = lua_tostring(L,1); + + msgwin_status_add("%s", string); + + return 0; +} + static gint glspi_dirlist(lua_State* L) { @@ -599,6 +608,7 @@ static const struct luaL_reg glspi_app_funcs[] = { {"xsel", glspi_xsel}, {"signal", glspi_signal}, {"stat", glspi_stat}, + {"status", glspi_status}, {"basename", glspi_basename}, {"dirname", glspi_dirname}, {"fullpath", glspi_fullpath}, Modified: geanylua/keywords.list 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -7,4 +7,4 @@ word5=0xf0a000;0xffffff;false;false ## Put this in the [keywords] section: -user1=geany.activate geany.appinfo geany.banner geany.basename geany.batch geany.byte geany.caller geany.caret geany.choose geany.close geany.confirm geany.copy geany.count geany.cut geany.dirlist geany.dirname geany.dirsep geany.documents geany.fileinfo geany.filename geany.find geany.fullpath geany.height geany.input geany.keycmd geany.keygrab geany.launch geany.length geany.lines geany.match geany.message geany.navigate geany.newfile geany.open geany.optimize geany.paste geany.pickfile geany.pluginver geany.rectsel geany.rescan geany.rowcol geany.save geany.scintilla geany.script geany.select geany.selection geany.signal geany.stat geany.text geany.timeout geany.wkdir geany.word geany.wordchars geany.xsel geany.yield dialog.checkbox dialog.color dialog.file dialog.font dialog.group dialog.heading dialog.hr dialog.label dialog.new dialog.option dialog.password dialog.radio dialog.run dialog.select dialog.text dialog.textarea keyfile.comment keyfile.data keyfile.groups keyfile.has keyfile.keys keyfile.new keyfile.remove keyfile.value +user1=geany.activate geany.appinfo geany.banner geany.basename geany.batch geany.byte geany.caller geany.caret geany.choose geany.close geany.confirm geany.copy geany.count geany.cut geany.dirlist geany.dirname geany.dirsep geany.documents geany.fileinfo geany.filename geany.find geany.fullpath geany.height geany.input geany.keycmd geany.keygrab geany.launch geany.length geany.lines geany.match geany.message geany.navigate geany.newfile geany.open geany.optimize geany.paste geany.pickfile geany.pluginver geany.rectsel geany.rescan geany.rowcol geany.save geany.scintilla geany.script geany.select geany.selection geany.signal geany.stat geany.status geany.text geany.timeout geany.wkdir geany.word geany.wordchars geany.xsel geany.yield dialog.checkbox dialog.color dialog.file dialog.font dialog.group dialog.heading dialog.hr dialog.label dialog.new dialog.option dialog.password dialog.radio dialog.run dialog.select dialog.text dialog.textarea keyfile.comment keyfile.data keyfile.groups keyfile.has keyfile.keys keyfile.new keyfile.remove keyfile.value -------------- This E-Mail was brought to you by github_commit_mail.py (Source:
https://github.com/geany/infrastructure
).
1
0
0
0
[geany/geany-plugins] 24684c: added ability for lua scripts to display messages via the Status tab of the Messages window.
by Phil
14 Jan '15
14 Jan '15
Branch: refs/heads/master Author: Phil <philip.olson.m(a)gmail.com> Committer: Phil <philip.olson.m(a)gmail.com> Date: Wed, 14 Jan 2015 10:10:58 UTC Commit: 24684c99ae949c70f500408b3e1783d687465c15
https://github.com/geany/geany-plugins/commit/24684c99ae949c70f500408b3e178…
Log Message: ----------- added ability for lua scripts to display messages via the Status tab of the Messages window. Modified Paths: -------------- geanylua/docs/geanylua-ref.html geanylua/glspi_app.c geanylua/keywords.list Modified: geanylua/docs/geanylua-ref.html 15 lines changed, 15 insertions(+), 0 deletions(-) =================================================================== @@ -181,6 +181,11 @@ <td class="desc">-- Send a GTK signal to a Geany interface widget.</td> </tr> +<tr class="odd"> + <td> function <a href="#status"><b>status</b></a> ( message )<br></td> + <td class="desc">-- Send a string to display in the status tab of the messages window.</td> +</tr> + <tr class="even"> <td> function <a href="#text"><b>text</b></a> ( [content] )<br></td> <td class="desc">-- Get or set the contents of the entire document.</td> @@ -967,6 +972,16 @@ </p><br><br> +<a name="status"></a><hr><h3><tt>geany.status ( message )</tt></h3> +<p> +Sends a message to the status tab of the messages window. +</p><p> +The <tt>message</tt> argument is the string to be displayed. +</p><p> +This function's purpose is to provide a user-friendly way to display messages without using the dialog popup. +</p><p> +This function does not return a value.</p><br><br> + <a name="text"></a><hr><h3><tt>geany.text ( [content] )</tt></h3><p> When called with no arguments, returns the entire text of the currently Modified: geanylua/glspi_app.c 10 lines changed, 10 insertions(+), 0 deletions(-) =================================================================== @@ -282,6 +282,15 @@ static gint dirlist_closure(lua_State *L) } +static gint glspi_status(lua_State* L) +{ + const gchar *string = lua_tostring(L,1); + + msgwin_status_add("%s", string); + + return 0; +} + static gint glspi_dirlist(lua_State* L) { @@ -599,6 +608,7 @@ static const struct luaL_reg glspi_app_funcs[] = { {"xsel", glspi_xsel}, {"signal", glspi_signal}, {"stat", glspi_stat}, + {"status", glspi_status}, {"basename", glspi_basename}, {"dirname", glspi_dirname}, {"fullpath", glspi_fullpath}, Modified: geanylua/keywords.list 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -7,4 +7,4 @@ word5=0xf0a000;0xffffff;false;false ## Put this in the [keywords] section: -user1=geany.activate geany.appinfo geany.banner geany.basename geany.batch geany.byte geany.caller geany.caret geany.choose geany.close geany.confirm geany.copy geany.count geany.cut geany.dirlist geany.dirname geany.dirsep geany.documents geany.fileinfo geany.filename geany.find geany.fullpath geany.height geany.input geany.keycmd geany.keygrab geany.launch geany.length geany.lines geany.match geany.message geany.navigate geany.newfile geany.open geany.optimize geany.paste geany.pickfile geany.pluginver geany.rectsel geany.rescan geany.rowcol geany.save geany.scintilla geany.script geany.select geany.selection geany.signal geany.stat geany.text geany.timeout geany.wkdir geany.word geany.wordchars geany.xsel geany.yield dialog.checkbox dialog.color dialog.file dialog.font dialog.group dialog.heading dialog.hr dialog.label dialog.new dialog.option dialog.password dialog.radio dialog.run dialog.select dialog.text dialog.textarea keyfile.comment keyfile.data keyfile.groups keyfile.has keyfile.keys keyfile.new keyfile.remove keyfile.value +user1=geany.activate geany.appinfo geany.banner geany.basename geany.batch geany.byte geany.caller geany.caret geany.choose geany.close geany.confirm geany.copy geany.count geany.cut geany.dirlist geany.dirname geany.dirsep geany.documents geany.fileinfo geany.filename geany.find geany.fullpath geany.height geany.input geany.keycmd geany.keygrab geany.launch geany.length geany.lines geany.match geany.message geany.navigate geany.newfile geany.open geany.optimize geany.paste geany.pickfile geany.pluginver geany.rectsel geany.rescan geany.rowcol geany.save geany.scintilla geany.script geany.select geany.selection geany.signal geany.stat geany.status geany.text geany.timeout geany.wkdir geany.word geany.wordchars geany.xsel geany.yield dialog.checkbox dialog.color dialog.file dialog.font dialog.group dialog.heading dialog.hr dialog.label dialog.new dialog.option dialog.password dialog.radio dialog.run dialog.select dialog.text dialog.textarea keyfile.comment keyfile.data keyfile.groups keyfile.has keyfile.keys keyfile.new keyfile.remove keyfile.value -------------- This E-Mail was brought to you by github_commit_mail.py (Source:
https://github.com/geany/infrastructure
).
1
0
0
0
[geany/geany-plugins] 516d4d: Remove geanyctags.dll when uninstalling on Windows
by Enrico Tröger
02 Jan '15
02 Jan '15
Branch: refs/heads/master Author: Enrico Tröger <enrico.troeger(a)uvena.de> Committer: Enrico Tröger <enrico.troeger(a)uvena.de> Date: Fri, 02 Jan 2015 09:59:17 UTC Commit: 516d4d68c6a97b523f8e02dae62d9e44092d3c04
https://github.com/geany/geany-plugins/commit/516d4d68c6a97b523f8e02dae62d9…
Log Message: ----------- Remove geanyctags.dll when uninstalling on Windows Modified Paths: -------------- build/geany-plugins.nsi Modified: build/geany-plugins.nsi 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -158,6 +158,7 @@ Section Uninstall Delete "$INSTDIR\lib\commander.dll" Delete "$INSTDIR\lib\defineformat.dll" Delete "$INSTDIR\lib\geanydoc.dll" + Delete "$INSTDIR\lib\geanyctags.dll" Delete "$INSTDIR\lib\geanyextrasel.dll" Delete "$INSTDIR\lib\geanygendoc.dll" Delete "$INSTDIR\lib\geanyinsertnum.dll" -------------- This E-Mail was brought to you by github_commit_mail.py (Source:
https://github.com/geany/infrastructure
).
1
0
0
0
Results per page:
10
25
50
100
200