Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Colomban Wendling
Le 24/06/2015 00:18, Matthew Brush a écrit : […] I think the general policy is to export stuff on demand as plugins need it. Seeing as you wrote the API in question, I'm assuming you know best the stuff you will need, so I don't personally see much problem preemptively exposing that

Re: [Geany-Devel] Spawn module API

2015-06-23 Thread Colomban Wendling
Le 24/06/2015 01:57, Lex Trotman a écrit : Colomban, Correct me if I'm wrong, but despite my loudly voiced misgivings :) doesn't the spawn_* series do command quoting and g_spawn* not? If that the case they should not be mixed on the same platform otherwise the user has to know which

Re: [Geany-Devel] Msys2 to compile on win32

2015-06-14 Thread Colomban Wendling
Le 14/06/2015 17:16, Thomas Martitz a écrit : […] - copy geany.gtkrc to geany-1.25/data (doesn't seem to be installed automatically) geany.gtkrc is not installed on GTK3 builds because it's a GTK2-only thing. The GTK3 version is geany.css. ___

Re: [Geany-Devel] pull request on GitHub, to add GeanyHighlightSelectedWords, into Geany Plugins

2015-06-01 Thread Colomban Wendling
Le 01/06/2015 15:48, Steven Blatnick a écrit : […] Odd, I don't see this reply from Marius in my inbox. Was this in private separately? No, it was sent to the mailing list just like the rest… maybe a spam filter got confused? […] BTW, @Steven: search_find_text() is *NOT* part of the

Re: [Geany-Devel] pull request on GitHub, to add GeanyHighlightSelectedWords, into Geany Plugins

2015-05-29 Thread Colomban Wendling
Le 29/05/2015 02:38, Lex Trotman a écrit : […] That being said, showing occurrences of the word is such a common and fairly useful feature for an IDE, I'd personally rather see the 3-4 existing plugins obsoleted by a good implementation in core Geany[1]. +1 Gotta agree, this is so

Re: [Geany-Devel] pull request on GitHub, to add GeanyHighlightSelectedWords, into Geany Plugins

2015-05-29 Thread Colomban Wendling
Hey, Le 30/05/2015 01:45, Matthew Brush a écrit : […] I was thinking something like this for implementation: - Have a preference to enable the feature (since it would now be automatic). Have the preference turned off by default. Put the preference in Preferences-Editor-Display as a

Re: [Geany-Devel] Questions about bugs/features trackers

2015-07-03 Thread Colomban Wendling
Hi, Le 03/07/2015 23:48, Minh Bui a écrit : Hello, I'm a student who wants to contribute to Geany. I've read the HACKING file and surf through the bug/features tracking list. Great :) There are several questions I would like to ask: 1. What are the open tickets? Are they issues that

Re: [Geany-Devel] f403e7e (PR#188) - Maintain edit history on document reload

2015-06-28 Thread Colomban Wendling
Le 26/06/2015 07:22, Thomas Martitz a écrit : […] However, as we entered string freeze, I don't suppose a new dialog like this is acceptable at this point? It would be really better not to indeed? What else can we do for *this* release? Hum. If this is an important enough issue, I can

Re: [Geany-Devel] Blank completion popups on Windows

2015-05-24 Thread Colomban Wendling
Le 19/04/2015 17:31, Colomban Wendling a écrit : […] I'll open an issue on Scintilla and see what Neil thinks, whether he'd accept a hack like that dummy field -- or maybe if he has a better understanding of ABI issues on Windows (but I'm afraid here there really is an ABI incompatibility

Re: [Geany-Devel] C# tags for Unity 5

2015-05-21 Thread Colomban Wendling
Hi, Le 21/05/2015 15:05, Deep Thought a écrit : Hi! I'm a general programmer/CS student who likes to use Geany for everything textual. I got around to installing the Unity 5 Editor a few days ago but was disappointed to find that its scripting workflow mainly went through MonoDevelop, so I

Re: [Geany-Devel] Don't panic -- There have been a force update on geany-plugins master!

2015-06-30 Thread Colomban Wendling
Le 26/06/2015 19:34, Frank Lanitz a écrit : Hi folks, I need to apologize! Due to chunky fingers I accidentally forced-push an old head to geany-plugins master repo. Colomban was able to recover the old state (inkl. same sha) but your client might, depending on when you have cloned/pull the

Re: [Geany-Devel] [Geany-Users] Geany-Plugins website down because of issue at sf

2015-07-21 Thread Colomban Wendling
Le 21/07/2015 23:18, Enrico Tröger a écrit : […] The website http://plugins.geany.org is back online again. We moved the site to our infrastructure. The plugin pages are fully back as well as the downloads for the latest release, 1.25. Only the downloads for some older releases are

Re: [Geany-Devel] Problems calling ui_update_statusbar from a plugin

2015-11-01 Thread Colomban Wendling
On 31/10/2015 14:40, Abel wrote: > I have a fix for #631 but I was trying to fix this statusbar > inconsistency thing as well, but I think I will open a new issue for > that and work on them separately. > > On 31 October 2015 at 13:16, Thomas Martitz

Re: [Geany-Devel] [geany] Avoid possible invalid memory access when activating plugin (#732)

2015-11-04 Thread Colomban Wendling
On 04/11/2015 22:21, Enrico Tröger wrote: > On 04/11/15 14:19, Colomban Wendling wrote: >> Re the build failures: yeah, since a few days we can't seem to >> fetch the GTK3 bundle… it's not a biggie in practice as if all of >> Linux+GTK2, Linux+GTK3 and Windows+GTK2 w

Re: [Geany-Devel] Fwd: Re: Github loses comments

2015-07-08 Thread Colomban Wendling
Le 08/07/2015 05:19, Matthew Brush a écrit : […] So does that mean it's ok to make comments either on the main page of the pull request or the files changed view which shows the combined changes? Depends what you mean ok, but yeah they shouldn't get lost. The problem is that sometimes it's

Re: [Geany-Devel] f403e7e (PR#188) - Maintain edit history on document reload

2015-07-08 Thread Colomban Wendling
Le 29/06/2015 10:24, Thomas Martitz a écrit : […] That helps only existing users, and only that fraction that actually reads release notes (I would think the bulk of them doesn't). Perhaps it would be indeed best to not toggle the default for this release already? Makes sense to me, and

Re: [Geany-Devel] [RFC]: No force push policy on Github PRs

2015-07-07 Thread Colomban Wendling
Le 07/07/2015 08:41, Thomas Martitz a écrit : [...] Am 07.07.2015 um 02:13 schrieb Matthew Brush: Hi All, As anyone trying to follow Pull Requests on Github has probably noticed, when you force push to your PR branch, Github deletes various comments related to the PR, depending on what

Re: [Geany-Devel] [RFC]: No force push policy on Github PRs

2015-07-07 Thread Colomban Wendling
Le 07/07/2015 02:13, Matthew Brush a écrit : Hi All, As anyone trying to follow Pull Requests on Github has probably noticed, when you force push to your PR branch, Github deletes various comments related to the PR, […] Yeah, that annoyed the hell out of me more than a few times. This

[Geany-Devel] [ANN] Geany 1.25 is out!

2015-07-12 Thread Colomban Wendling
After another long delay, we are finally happy to announce a new release of Geany! For a comprehensive list of changes please see: http://www.geany.org/Documentation/ReleaseNotes Some highlights: * Fix spawning programs on Windows (for real this time!, Dimitar Zhekov). * Use native Windows

Re: [Geany-Devel] Devel Digest, Vol 93, Issue 2

2015-12-15 Thread Colomban Wendling
Hi, >> […] >> >> The API has been fixed to not leak symbols, which it did for a few >> recent versions. The only functions that are public, which is how it's >> always been, are those documented in the API reference[0]. That you were >> able to compile and link against private symbols was a bug

Re: [Geany-Devel] RFC: Merge C and C++ Filetypes (no troll)

2016-01-02 Thread Colomban Wendling
Oops, forgot the [1] > However, it being for build commands [1], or default extension, etc., > I'm not sure having one single "C and C++ headers and sources" is a > great idea. [1] I mostly agree stock build commands are seldom (if ever) useful with C and C++, but for the most basic "Hello

Re: [Geany-Devel] New Lexer

2016-01-01 Thread Colomban Wendling
Hi, Le 01/01/2016 18:09, Mark Robinson a écrit : > Hi Guys, > > Some time ago, I asked how I go about adding a new filetype/language > to Geany called DMAP. You kindly told me first to request a new > lexer be added to upstream Scintilla, which I did, and it was > accepted (it was added to

Re: [Geany-Devel] Regex in 1.25 and 1.26

2015-12-21 Thread Colomban Wendling
Le 21/12/2015 18:31, Mark Robinson a écrit : > Hi Guys, > > Is the regular expression capability broken in 1.25 and 1.26 > > In 1.24, if I pop up the Find dialogue on a simple text file, I can > search for \n with reg. expressions ticked and I find the end of the > line. > > If I do this in

Re: [Geany-Devel] End of Line

2015-11-27 Thread Colomban Wendling
Hi, Le 27/11/2015 18:57, Dimitar Zhekov a écrit : > I see that the Scope plugin is marked in autotools as gtk+2 only, > and rightly so. […] > > Enough. If the gtk+3 developers want to target the mobile market > or something, so be it. I'm switching to another editor. It has > disadvantages, but

Re: [Geany-Devel] [Test] Geany GTK3 Windows binaries for testing

2016-06-23 Thread Colomban Wendling
Hey! Le 23/06/2016 à 17:28, Jiří Techet a écrit : > Hi Enrico, > > On Fri, Jun 17, 2016 at 2:00 AM, Enrico Tröger > wrote: > > Hi all, > > in preparation of the upcoming release, I renewed the test installers: > >

Re: [Geany-Devel] [Test] Geany 1.27 Windows binaries for testing

2016-03-12 Thread Colomban Wendling
Le 12/03/2016 16:35, Enrico Tröger a écrit : > […] >> >> * Spellcheck seems to miss all dictionaries, making it not very useful >> (and print an error when loaded) > > The error message on load without any dictionaries is a known problem > but I didn't get to fix it yet. > But what does "miss all

Re: [Geany-Devel] geany and geany-pluigins standalone installation

2016-03-11 Thread Colomban Wendling
Hi, Le 11/03/2016 18:40, Volodymyr Kononenko a écrit : > Hi folks, > > I am trying to build PairTagHighlighter to verify PR > https://github.com/geany/geany-plugins/pull/359 > > But I am getting undefined references to all Scintilla functions: > CCLD pairtaghighlighter.la

[Geany-Devel] Commander enhancements (was: Re: Plugins)

2016-07-22 Thread Colomban Wendling
Le 22/07/2016 à 14:03, Vasiliy Faronov a écrit : > Colomban Wendling's Commander plugin [1] also supports switching > between open files, even though this is not documented. Yeah documentation could be improved indeed. > However, to > limit Commander to display *only* the files, you have to type

Re: [Geany-Devel] Integrate ESLint into Geany

2016-08-10 Thread Colomban Wendling
Le 11/08/2016 à 00:27, Abel a écrit : > […] > > If the editor can execute Node.js directly (like Atom or Visual > Studio Code), you can use Node.js > API: http://eslint.org/docs/developer-guide/nodejs-api > Otherwise (like >

[Geany-Devel] [ANN] Geany 1.28 is out!

2016-07-10 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/Documentation/ReleaseNotes Some highlights: * Improve support for GTK 3.20. * Fix type name coloring when types change (Jiří Techet). * Fix undo of line end type change

Re: [Geany-Devel] Toggle menu and status bars

2016-07-04 Thread Colomban Wendling
Le 02/07/2016 à 11:08, Vasiliy Faronov a écrit : > Hi, > > Most of the time, when using Geany, I don't need the menu and status > bars; they are just noise. But occasionally I want to check the status > bar (e.g. for the line/column number) or browse the menu. So I want to > toggle their

Re: [Geany-Devel] [geany/geany] b974d2: C: Fix line continuation handling

2017-01-20 Thread Colomban Wendling
Le 20/01/2017 à 14:05, Colomban Wendling a écrit : > Branch: refs/heads/c/backslashes > Author: Colomban Wendling <b...@herbesfolles.org> > Committer: Colomban Wendling <b...@herbesfolles.org> > Date:Fri, 20 Jan 20

Re: [Geany-Devel] [FT-plugins] Proposed "Features"

2016-09-01 Thread Colomban Wendling
Le 31/08/2016 à 03:27, Matthew Brush a écrit : > On 2016-08-30 06:43 AM, Colomban Wendling wrote: >> Le 29/08/2016 à 05:14, Matthew Brush a écrit : >>> […] >> >> I'm really not sure it's a good idea to go the custom callback way. >> IMO, we should first try a

Re: [Geany-Devel] [FT-plugins] Proposed "Features"

2016-08-30 Thread Colomban Wendling
Le 30/08/2016 à 17:31, Thomas Martitz a écrit : > Am 30.08.2016 um 03:56 schrieb Lex Trotman: >>> […] > >> Certainly 1) showing symbols in the symbol list, 2) autocomplete and >> 3) calltips are currently available to a degree in Geany. But >> highlighting, build commands and build result

Re: [Geany-Devel] [FT-plugins] Proposed Design

2016-08-30 Thread Colomban Wendling
Le 29/08/2016 à 03:09, Matthew Brush a écrit : > On 2016-08-28 05:47 PM, Matthew Brush wrote: >> [...] >> >> To give an idea, the registration function called by plugins might look >> something like this: >> >> gboolean ftplugin_register_provider(GeanyPlugin*, >> GeanyFiletypeID,

Re: [Geany-Devel] [FT-plugins] Proposed "Features"

2016-08-30 Thread Colomban Wendling
Le 29/08/2016 à 05:14, Matthew Brush a écrit : > […] > > Syntax Highlighting > --- > > Most likely using an API based on/similar to Scintilla's "container > lexers". > > At the minimum, it could have a callback something like: > > gboolean (*highlight)(GeanyPlugin*,

Re: [Geany-Devel] [FT-plugins] Proposed "Features"

2016-08-30 Thread Colomban Wendling
Le 29/08/2016 à 10:04, Jiří Techet a écrit : > […] > > sounds good. This is much more lightweight than how #1195 and various > other discussions sounded, I'm happy :-). Agreed :) I was a little afraid of seeing a proposal introducing a gazillion GObject interfaces and GIO extension points ^^ >

Re: [Geany-Devel] [FT-plugins] Proposed "Features"

2016-08-31 Thread Colomban Wendling
Le 31/08/2016 à 13:22, Thomas Martitz a écrit : > Am 31.08.2016 um 13:03 schrieb Jiří Techet: >> […] >> >> No, performance is a very valid point. Tag updates don't happen in a >> background thread in Geany but rather on the main thread (and changing >> this would require lots of modifications as

[Geany-Devel] [ANN] Geany 1.29 is out!

2016-11-13 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/Documentation/ReleaseNotes Some highlights: * Fix executing external commands on Windows. * Fix search entries color with the default GNOME 3.20 GTK2 theme. * Add support for

Re: [Geany-Devel] Future removal of Geany-Plugins from Fedora

2016-11-12 Thread Colomban Wendling
Le 12/11/2016 à 00:24, Matthew Brush a écrit : > […] > P.S. It is my Markdown plugin that is threatening the removal of the > entirety of Geany-Plugins (upgrade patches welcomed). Might also be WebHelper, maybe I/we should upgrade to webkitgtk2 or something. I don't have plans to do that before

[Geany-Devel] [ANN] Geany 1.30.1 is out!

2017-03-19 Thread Colomban Wendling
Shortly after 1.30, we have released 1.30.1 which fixes calltip and auto-completion popup placement with multi-monitor setups [1]. We are sorry for this inconvenience. We also took the opportunity to include new translation updates that didn't make it into 1.30 in time: ca, de, el, es, sk. As

[Geany-Devel] [ANN] Geany 1.30 is out!

2017-03-05 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/Documentation/ReleaseNotes Some highlights: * Initial accessibility support in the editor. * Fix scrolling on Wayland. * Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts

Re: [Geany-Devel] Fwd: Updating Geany doesn't update user's filetypes files

2017-06-25 Thread Colomban Wendling
Le 25/06/2017 à 17:22, Lex Trotman a écrit : > […] > As Matthew says the filetype files in the users directory are the > users own, it would be rude of Geany to overwrite them, since users > likely want to keep changes they made. Geany overwrites the system > filetype files only. If you want to

Re: [Geany-Devel] [geany/geany-plugins] 9fe302: Add missing style mappings for Rust and PHPSCRIPT

2017-05-25 Thread Colomban Wendling
Hey, Couldn't you use something like `!highlighting_is_code_style()` or alike? Maybe it wasn't part of the API earlier or there's a subtlety I didn't think about, but it would seem more robust. Cheers, Colomban Le 25/05/2017 à 09:23, Enrico Tröger a écrit : > Branch: refs/heads/master >

[Geany-Devel] Workbench translation and the use of Directory vs Folder

2017-11-17 Thread Colomban Wendling
Hey Lars, and other translators, I'm trying to translate the Workbench plugin in French, and beside the trickiness of translating (or not) "Workbench" itself, I'm highly puzzled by the use of both "Directory" vs. "Folder" in very similar manner yet with apparently distinct meanings. For example,

Re: [Geany-Devel] Building geany on Windows is slow; libgeany

2018-01-25 Thread Colomban Wendling
Le 25/01/2018 à 04:38, Lex Trotman a écrit : > On 25 January 2018 at 22:19, Nick Treleaven wrote: >> Hi, >> I hadn't built Geany for a while, I found the MSYS2 build instructions with >> autotools. Libtool seems incredibly slow - mainly for linking but even >> compiling is

Re: [Geany-Devel] Linker issues with VTE

2018-02-21 Thread Colomban Wendling
Le 21/02/2018 à 15:06, Lars Paulsen a écrit : > Hi All, > > during porting the scope plugin to GTK3 I had to switch from "GdkColor" > to > "GdkRGBA". > The scope code was calling "vte_terminal_set_color_foreground" which >

Re: [Geany-Devel] Linker issues with VTE

2018-02-22 Thread Colomban Wendling
Le 22/02/2018 à 15:09, Lars Paulsen a écrit : > Then I installed it using apt-get install but Ubuntu only installed a > version 0.42 which was older than required. It sounds odd you'd need a version not found in Ubuntu, unless you'd be using a very old Ubuntu. And in any case, depending on

[Geany-Devel] [ANN] Geany 1.34 is out!

2018-12-16 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/Documentation/ReleaseNotes Some highlights: * GTK version to build against is now automatically detected. * Show part of the file path to show unique items in the go to symbol

[Geany-Devel] [ANN] Geany 1.34.1 is out!

2019-01-04 Thread Colomban Wendling
Shortly after 1.34, we have released 1.34.1 which fixes a few issues that were discovered in the 1.34 release. Most importantly, while fixing other related issues, version 1.34 broke line breaking feature on existing lines, and unwillingly changed the modifier for rectangular selections on

[Geany-Devel] [ANN] Geany 1.36 is out!

2019-09-28 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/documentation/releasenotes/ Some highlights: * Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira). * Improve matching filetype extensions. * Add Apple

Re: [Geany-Devel] Recommended introduction email

2019-09-27 Thread Colomban Wendling
Hi Lukas, and welcome around those parts! Le 27/09/2019 à 10:48, Lukas R a écrit : > I like the idea behind Geany and like it's approach already but if I'm > honest the main reason I'm here is to improve the vimode plugin […] It's great to focus and what is of actual interest to you, so that's

Re: [Geany-Devel] [ANN] Geany 1.36 is out!

2019-09-30 Thread Colomban Wendling
Le 30/09/2019 à 17:47, Tim Tassonis a écrit : > […] > > A quick question: ist GTK+2 still the recommended toolkit, or is it now > GTK+3? Currently they are both supported just as well (but maybe not on Windows, I'm not sure GTK3 is much tested), the only thing that might differ is which plugins

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-17 Thread Colomban Wendling
Le 16/11/2019 à 22:45, Snowflake the Pony a écrit : >>I fixed the bits I mentioned and did rudimentary testing that shows it >>works well.  The lexer is indeed a plain copy of Scintilla's one, so no >>problem here.  IMO this is fine to go in, and I'll make a PR for review. >> >>@Snowflake what

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-16 Thread Colomban Wendling
Le 14/11/2019 à 13:17, Colomban Wendling a écrit : > […] > * the scintilla/scintilla_changes.patch patch needs updating > * there seem to be an indentation issue in src/filetypes.c > * maybe comment_single shouldn't be set to an empty value > > I didn't test, but apart from

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-14 Thread Colomban Wendling
Le 13/11/2019 à 22:24, Lex Trotman a écrit : > Geany is a volunteer project, nothing will happen unless "somebody" > submits a pull request. Not saying it will be accepted, but if nobody > has done it to date it likely means nobody uses smalltalk and it isn't > going to happen otherwise. I

[Geany-Devel] [ANN] Geany 1.37 is out!

2020-10-25 Thread Colomban Wendling
We are happy to announce a new release of Geany! For a comprehensive list of changes please see: https://www.geany.org/documentation/releasenotes/ Some highlights: * Save main and project configuration whenever documents are opened/closed to reduce accidental loss of current session in the

[Geany-Devel] [ANN] Geany 1.37.1 is out!

2020-11-08 Thread Colomban Wendling
We are happy to announce a new release of Geany! This is a bug fix release following the recent release of Geany 1.37. On Windows, Geany crashed on startup without an existing configuration file. This release fixes this bug and Geany will startup normally again. Other operating systems were not

[Geany-Devel] Re: Geany 2.0 has bad or missing signing keys

2023-10-19 Thread Colomban Wendling via Devel
downloading everything from the same website is just gonna help verifying corruption during the transfer :) gpg2 gives me these diagnostics: geany-2.0.tar.bz2.sig Good signature from "Colomban Wendling " [expired] geany-2.0.tar.gz.sig Good signature from "Colomban Wend

[Geany-Devel] Re: Geany colour scheme on MIT license?

2023-03-13 Thread Colomban Wendling via Devel
Hello, Le 13/03/2023 à 21:18, Julian Groß via Devel a écrit : is it possible to use the default Geany colour theme (as defined in https://github.com/geany/geany/blob/master/data/filedefs/filetypes.common ) in an MIT licensed project? I myself have no problem with this at all, but it might be

[Geany-Devel] Re: Problems with building geany plugins

2023-03-04 Thread Colomban Wendling via Devel
Hello, Le 04/03/2023 à 14:32, fireclawthefox--- via Devel a écrit : […] configure.ac:16: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:17: error: possibly

<    1   2