Re: [Geany] Windows Version: Remote Login through Open File

2012-10-04 Thread Matthew Brush
ou could write a batch script that performs some steps necessary to "pre-login" and at the end it opens Geany. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] sort tabs

2012-10-02 Thread Matthew Brush
out 30 minutes so it might have some bugs or something but it seems to Work Fine For Me. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] replace uppercase with lowercase‏

2012-10-01 Thread Matthew Brush
the regexp in Geany doesn't seem to allow the \L thing. Cheers, Matthew Brush [1] http://www.geany.org/manual/current/index.html#sending-text-through-custom-commands ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Error transformer

2012-09-15 Thread Matthew Brush
page. For example (not sure if this is best section/name): https://wiki.geany.org/howtos/error_transformer Then near the search box on top right it should have a "Create" option. Cheers, Matthew Brush ___ Geany mailing list Gea

Re: [Geany] setting up 'plaintext' file type

2012-09-07 Thread Matthew Brush
On 12-09-07 05:13 PM, Matthew Brush wrote: On 12-09-07 04:55 PM, Miranda Hawarden-Ogata wrote: On Sat, Sep 8, 2012 at 1:34 PM, Matthew Brush wrote: On 12-09-07 02:06 PM, Miranda Hawarden-Ogata wrote: On Fri, Sep 7, 2012 at 5:12 PM, Lex Trotman wrote: On 7 September 2012 12:50, Miranda

Re: [Geany] Cleaning up after Geany

2012-09-07 Thread Matthew Brush
earch the manual for "build command" for more info on setting build commands. Usually I write a little Make file for stuff like this so that the build command just needs to call the appropriate Make file target (ie. in this case something like "ma

Re: [Geany] setting up 'plaintext' file type

2012-09-07 Thread Matthew Brush
On 12-09-07 04:55 PM, Miranda Hawarden-Ogata wrote: On Sat, Sep 8, 2012 at 1:34 PM, Matthew Brush wrote: On 12-09-07 02:06 PM, Miranda Hawarden-Ogata wrote: On Fri, Sep 7, 2012 at 5:12 PM, Lex Trotman wrote: On 7 September 2012 12:50, Miranda Hawarden-Ogata wrote: Hi, I've been

Re: [Geany] setting up 'plaintext' file type

2012-09-07 Thread Matthew Brush
can also remove the markers/error indicators using Document menu->Remove Markers and Remove Error Indicators, though likely they will come back later from whatever is causing the squiggles to show up. Otherwise, I don't know. Cheers, Matthew Brush Thanks! Miranda Unfortunately, nothi

Re: [Geany] setting up 'plaintext' file type

2012-09-06 Thread Matthew Brush
k, if there are tags like Besides what Lex said, you can also put "-*- None -*-" as the first line of the file (without quotation marks). That should cause Geany to detect the filetype "None" and stop doing any type of highlighting. Cheers, Matthew Brush _

Re: [Geany] Remembering folding status with geanynumberedbookmarks plugin

2012-09-03 Thread Matthew Brush
enough to try and parse the XPM data and attempt to know how to colourise the images. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] quickrun

2012-08-20 Thread Matthew Brush
On 12-08-20 02:27 PM, Jon Harbold wrote: Matthew Brush writes: On 12-08-18 08:03 AM, Jonathan Harbold wrote: I'm using the windows version of Geany, is there an easy way to add a quickrun option (one click button to compile temp exe -> run temp exe - > delete temp exe) with

Re: [Geany] quickrun

2012-08-18 Thread Matthew Brush
7;s compiler tab. It will show them inside the command prompt window that opens instead. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] filetype_extensions.conf not being read?

2012-08-14 Thread Matthew Brush
nd it worked fine for new files that weren't cached in geany.conf with their filetype information. If it's not this, then I'm not sure what the problem would be. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uven

Re: [Geany] Geany as Windoze noob's learning tool

2012-08-12 Thread Matthew Brush
On 12-08-12 11:26 AM, Thomas Martitz wrote: Is cl.exe preinstalled? I thought you need visual studio which I wouldn't consider out of the box. I'm not sure. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.

Re: [Geany] Geany as Windoze noob's learning tool

2012-08-12 Thread Matthew Brush
build commands for C and C++ to use the Microsoft compiler (cl.exe or whatever) on Windows. Then you could compile a C/C++ "hello world" application "out of the box". Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany as Windoze noob's learning tool

2012-08-09 Thread Matthew Brush
"Hello world" program with them. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] mac osx -- control-v paste not working

2012-07-25 Thread Matthew Brush
On 12-07-25 05:43 PM, Sean Felipe Wolfe wrote: On Tue, Jul 17, 2012 at 8:43 PM, Matthew Brush wrote: On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe Trying to understand why your paste works and mine doesn't. It might be part of the extra GTK+ library I'm using:

Re: [Geany] Help with custom compiler

2012-07-19 Thread Matthew Brush
On 12-07-18 11:19 PM, Lex Trotman wrote: On 19 July 2012 15:52, Matthew Brush wrote: On 12-07-18 10:32 PM, Laszlo Nagy wrote: * How to distinguish errors from warnings? I was reading the [build-menu] but I could only find some examples. It was not clear how to do it. You

Re: [Geany] Help with custom compiler

2012-07-18 Thread Matthew Brush
ge() I'm not really too familiar with that code though, so maybe there is an easier way than hacking the source. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Help with custom compiler

2012-07-18 Thread Matthew Brush
t you need in the "Error regular expression" text box in the Build Commands configuration. I think you can also store the regexp in the `filetype.yourlanguage` file. Docs: http://www.geany.org/manual/current/index.html#build-menu-configuration C

Re: [Geany] Help with custom compiler

2012-07-18 Thread Matthew Brush
ollows that but it seems to be quite standard across various tools I've used. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] mac osx -- control-v paste not working

2012-07-17 Thread Matthew Brush
On 12-07-17 08:41 PM, Matthew Brush wrote: On 12-07-17 05:12 PM, Sean Felipe Wolfe wrote: On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe wrote: Just for comparison, here's my build: http://codebrainz.ca/images/geany-mac.png Question for you matthew, it seems your paste is wo

Re: [Geany] mac osx -- control-v paste not working

2012-07-17 Thread Matthew Brush
l#gtk-osxapplication-set-use-quartz-accelerators Or it might've just been tweaking the keybindings and stuff, can't remember. If I get a chance to dig back into it I'll check the commit log to see if I recorded it specifically. Cheers, Matthew Brush ___

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Matthew Brush
here: http://git.geany.org/geany/snapshot/geany-1.22.0.tar.gz It might be easier/better just to clone the main Git repository since you plan on making changes and stuff. Just install Git and then run: $ git clone git://github.com/geany/geany.git Cheers, Matthew

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Matthew Brush
On 12-07-16 01:04 PM, Sean Felipe Wolfe wrote: On Fri, Jul 13, 2012 at 6:25 PM, Matthew Brush wrote: Getting setup to build with jhbuild and stuff is a pure PITA, but also doesn't require much programming, just patience. There's some info out there for help, search for "Build

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Matthew Brush
On 12-07-16 01:21 PM, Sean Felipe Wolfe wrote: On Mon, Jul 16, 2012 at 1:04 PM, Sean Felipe Wolfe wrote: On Fri, Jul 13, 2012 at 6:25 PM, Matthew Brush wrote: Getting setup to build with jhbuild and stuff is a pure PITA, but also doesn't require much programming, just patience. There&#

Re: [Geany] mac osx -- control-v paste not working

2012-07-13 Thread Matthew Brush
can make their build scripts/tools/process available: http://sourceforge.net/projects/open-enterprise/files/open-enterprise/osx-stuff/ Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] mac osx -- control-v paste not working

2012-07-13 Thread Matthew Brush
and dock icon. The main thing that made me give up was that there's a crasher bug deep inside the Cairo/Quartz code used by Scintilla and I'm not inclined to fix it. SublimeText2 is pretty nice and not super expensive (has a free demo) if you're looking for a fairly sane altern

Re: [Geany] Generating Tags Recursively?

2012-07-12 Thread Matthew Brush
\ `find /some/where -type f -iname *.h` Of course you need to adjust for your filetype, language and paths. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

[Geany] ANN: Geany-Themes 1.22 Released

2012-06-27 Thread Matthew Brush
as any original or ported themes they want to include in Geany-Themes, make a pull request or Github or just email it to me or whatever. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] ANN: Geany 1.22 is out!

2012-06-18 Thread Matthew Brush
On 12-06-18 02:56 PM, Enrico Tröger wrote: On 18/06/12 17:53, Colomban Wendling wrote: We are happy to announce a new release of Geany! [...] And now also the Windows installers (with and without bundled GTK runtime) are available. Nice work guys, thanks! Cheers, Matthew Brush

Re: [Geany] Orange to bright a default color for strings

2012-05-29 Thread Matthew Brush
On 12-05-29 08:43 AM, John wrote: On Fri, 25 May 2012 17:08:05 -0700 Matthew Brush wrote: You could change it in your config file[1]. Could you give me a quick pointer has to how to change the orange string text for php files. I had a look at the geany config files in /usr/share and in

Re: [Geany] Orange to bright a default color for strings

2012-05-25 Thread Matthew Brush
ave a GUI for syntax highlighting instead of editing a file? Probably, it's just a SMOP :) Cheers, Matthew Brush [1] https://github.com/geany/geany/blob/master/data/filetypes.common#L149 ___ Geany mailing list Geany@uvena.de https://lists.uvena.

Re: [Geany] New to geany: regexp problem

2012-05-24 Thread Matthew Brush
nd(\d+)dir >> The Perl-like syntax is available in the development sources (or nightly builds). For the current release, you can use `[a-zA-Z]` or whatever the equivalent is for \w as you said. IIRC it's (something like) POSIX (or is it GNU-specific?) regexp syntax, so maybe even those weird `[[:alnum:]]` and `[[:alpha:]]` things also work. For \s I usually used something like `[ \t]` IIRC. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Tags and filedefs for front-end web development

2012-05-16 Thread Matthew Brush
o your README.md at Github. Cheers, Matthew Brush [1] http://wiki.geany.org ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Web Developing - Code format

2012-05-09 Thread Matthew Brush
/filetypes.common#L101 Alternate: https://github.com/geany/geany/blob/master/data/colorschemes/alt.conf Others: https://github.com/codebrainz/geany-themes/tree/master/colorschemes The manual linked by Lex should give some form of explanation of how the files work. Cheers, Matthew Brush

Re: [Geany] Discussion with Zhenech, list of suggestions for geany

2012-05-02 Thread Matthew Brush
ld join the project and fix it themselves, if it hadn't 1 really critical problem: Coding in C is very slow. Scintilla and Geany can't make progress quickly Ah! That explains why almost every successful desktop application is written in Python in

Re: [Geany] Multiple Terminal windows/tabs?

2012-03-20 Thread Matthew Brush
with EDITOR=geany in addition to another terminal that I can run little commands on, source control commits, test scripts, etc. https://github.com/geany/geany-plugins/tree/master/multiterm It's a bit rough around the edges but it's quite usable. Cheers, Mat

Re: [Geany] Geany can't locate ruby interpreter

2012-03-19 Thread Matthew Brush
PATH="$PATH:/home/lux/.rvm/rubies/ruby-1.9.3-p125/bin" geany Cheers, Matthew Brush [1] http://www.geany.org/manual/current/index.html#build-menu-commands-dialog ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Code Competion - Intellisense

2012-03-16 Thread Matthew Brush
. Geany works on Windows 95? What version of Geany are you using? But to answer your question, yes, it's supposed to work like you are expecting, at least with any reasonably recent version of Geany. Cheers, Matthew Brush ___ Gean

Re: [Geany] "Find in Files" doesn't work on Windows 7

2012-03-16 Thread Matthew Brush
y the problem. GLib's spawning on Windows doesn't work with everything. Try using grep from: I thought Geany used CreateProcess() or some such from the win32 API for this stuff? If not, maybe we could switch this code to use utils_spawn* so that it does? Cheers

Re: [Geany] Open slooooow on Win7

2012-03-15 Thread Matthew Brush
not this remote file system/dialog problem, I have no idea. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Hi! Is it possible to change color of unsaved file tabs?

2012-03-08 Thread Matthew Brush
obably just comment out lines 2711 and 2712 there. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

[Geany] Fwd: Security issue in Terminal

2012-03-07 Thread Matthew Brush
. Cheers, Matthew Brush Original Message Subject: Security issue in Terminal Date: Wed, 07 Mar 2012 11:28:58 -0500 From: David Rosenstrauch Reply-To: Xfce general discussion list To: x...@xfce.org Has there already been a bug report filed for this security issue in Termi

Re: [Geany] Code folding

2012-03-01 Thread Matthew Brush
ch computer and hide the scary stuff before the lesson). Other than that maybe someone else has more insight. P.S. In the Python lexer, you could use triple-quoted strings around the scary code to allow it to be folded, but of course it would be interpreted as such by Python when run. Cheer

Re: [Geany] How to define autocomplete trigger and question about calltip appearance

2012-02-27 Thread Matthew Brush
s shell-hackery to save others the work. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Size of the font in Line margin and general fonts question

2012-02-26 Thread Matthew Brush
olour scheme file it's called `margin_line_number=FGCOLOR;BGCOLOR`. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Size of the font in Line margin and general fonts question

2012-02-26 Thread Matthew Brush
olor schemes or even just a UI setting next to Editor font for "Line Number Font" is a better idea. I'm not even sure what would happen if you set in the colour scheme a mix of fixed and proportional fonts and stuff like this. Scintilla might not like that and I know my eyes

Re: [Geany] Size of the font in Line margin and general fonts question

2012-02-26 Thread Matthew Brush
through the colour scheme, you could leave the GUI setting as a global/default that takes effect if not specified elsewhere (ie. in the color schemes). Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman

Re: [Geany] Size of the font in Line margin and general fonts question

2012-02-26 Thread Matthew Brush
n the colour scheme files for each available style. This way not only could you set the line numbers font, but every other font (braces, comments, function names, etc.). For example: [named_styles] margin_line_number=0x00;0xd0d0d0;false;false;Monospace 8 Cheers, Matthew Brush

Re: [Geany] Geany 0.21.0 for GTK 2.10

2012-02-24 Thread Matthew Brush
all the dependencies for you. The only gripe I have is that it takes a long time, but I guess that's to be expected. The bonus of this way is that you can build any other GTK+ apps you want against it too. Cheers, Matthew Brush ___ Geany mailing

Re: [Geany] Geany 0.21.0 for GTK 2.10

2012-02-24 Thread Matthew Brush
yourself a (more) up-to-date GTK+ stack? I'm pretty sure you can just set it to GTK2 and run the command and will (after several hours) leave you with a complete GTK+ setup in your home directory that you can use to build Geany against. Just an idea. Cheers,

Re: [Geany] Backport request: fix for segfault when generating tags on 0.20

2012-02-22 Thread Matthew Brush
ing with something that I assume is working in 0.21. Is the tags file named properly? Ex: myproject.c.tags Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Backport request: fix for segfault when generating tags on 0.20

2012-02-22 Thread Matthew Brush
n computer to work :) Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Escape sequence highlighting question

2012-02-13 Thread Matthew Brush
On 02/13/2012 03:16 AM, Lex Trotman wrote: On 13 February 2012 21:33, Matthew Brush wrote: On 02/12/2012 12:46 PM, Damon McMinn wrote: Hi all, New to Geany (and programming). I would very much like to have escape sequences highlighted in a similar way to gedit. I've searched high an

Re: [Geany] Escape sequence highlighting question

2012-02-13 Thread Matthew Brush
ttps://gist.github.com/1815807 See the Plugin Howto for information on how to compile it. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-03 Thread Matthew Brush
a small margin. I agree that just even name and/or email address, without "creating another account somewhere" would be the best option, like you said. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-03 Thread Matthew Brush
sing culture. I see lots of active bug processing on Launchpad.net and various Bugzillas despite them requiring a login. They have a certain minimum amount of information needed to start working on a bug, and that includes the reporters contact information. Cheers, Matthew Brush

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-03 Thread Matthew Brush
On 02/03/2012 02:32 AM, Frank Lanitz wrote: On Fri, 03 Feb 2012 19:54:26 +1100 Ross McKay wrote: Matthew Brush wrote: I feel split on the issue TBH. At least with something like Github, it might not be "yet another thing to sign up for" like all the separate Bugzilla/Trac ins

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-03 Thread Matthew Brush
On 02/02/2012 11:48 PM, Frank Lanitz wrote: On Thu, 02 Feb 2012 16:20:59 -0800 Matthew Brush wrote: For the registration thing, I personally don't see it as a problem, since if someone didn't want to register with Github, they could simply report the bug on the mailing list and so

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-02 Thread Matthew Brush
icates and suggest that the user checks a handful of similar reports before/during submitting to see if they are duplicates. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Ideas for reducing duplicate bug reports

2012-02-02 Thread Matthew Brush
ince if someone didn't want to register with Github, they could simply report the bug on the mailing list and someone from the community could open an ticket for them. That being said, I can't say I've used Github Issues enough to know if it's suitable f

[Geany] Ideas for reducing duplicate bug reports

2012-02-01 Thread Matthew Brush
er duplicate reports were already on the first screen you see before you post a bug. Both have been fixed in Git, but bug reporters won't know this unless they first check for duplicates and see that we've fixed it. Ideas would be appre

Re: [Geany] Middle mouse click for quick pasting

2012-01-24 Thread Matthew Brush
l GTK+ apps like Mousepad, presumably Gedit, and Geany it does not work. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Middle mouse click for quick pasting

2012-01-23 Thread Matthew Brush
an Sid with XFCE4 on one box and Gnome3 Shell on a laptop. Yep, it seems like Geany, Scintilla or GTK+ is clearing the X selection when the selection is cleared in the editor widget, strange. Cheers, Matthew Brush ___ Geany mailing list

Re: [Geany] Middle mouse click for quick pasting

2012-01-23 Thread Matthew Brush
On 01/23/2012 08:35 AM, John Beaumont | Beecroft wrote: On Mon, 23 Jan 2012 07:22:12 -0800 Matthew Brush wrote: On 01/23/2012 06:36 AM, John Beaumont | Beecroft wrote: Something I find very useful in Linux is the ability to highlight some text and middle click paste somewhere else without

Re: [Geany] Middle mouse click for quick pasting

2012-01-23 Thread Matthew Brush
split window plugin are well-known. Related to the current issue, the X selection thing works fine for me in the split window plugin. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Middle mouse click for quick pasting

2012-01-23 Thread Matthew Brush
here without using any options to enable it. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Unable to change colors in editor

2012-01-22 Thread Matthew Brush
has this exact problem. Your best bet is to either build from the master branch in Git or to install an older Geany version if you're not interested in running the development code. Cheers, Matthew Brush On 01/22/2012 12:19 PM, Pascal Bernhard - SCI wrote: Hi all, I recently installed

Re: [Geany] Ruby/Rails - strange syntax highlighting problem, help !

2012-01-20 Thread Matthew Brush
g Does anybody know what and where can I change to make syntax highlighting more suitable? Have you tried setting the filetype to HTML? I'm not sure it highlights embedded Ruby code, but it should highlight the HTML correctly. Disclaimer: I don't know Ruby or Rails Cheer

Re: [Geany] Building a new configuration file from scratch

2012-01-19 Thread Matthew Brush
il and all attached documents from your computer system." Heh, funny since your mail will end up in multiple publicly available archives visible to the world and indexed by search engines :) Cheers, Matthew Brush [1] https://github.com/geany/geany/blob/mast

Re: [Geany] Geany: visual beep

2012-01-13 Thread Matthew Brush
27;re going to break some sort of record for the maximum number of preferences ever used in a single program :) Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany: visual beep

2012-01-13 Thread Matthew Brush
se the status bar's progress bar during compilation? Probably I don't fully understand, so feel free to ignore. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Package and plugin management

2012-01-09 Thread Matthew Brush
On 01/09/2012 08:40 PM, Sayth wrote: I think it would be good to review it as an option. How does vim get around this issue to be platform agnostic? I don't use VIM but IIRC it has some concept of "VIM scripts" and I think maybe also Python plugins. Cheers, Matthew Brush

Re: [Geany] Package and plugin management

2012-01-09 Thread Matthew Brush
ers (like paths to libraries, datadirs, etc). And then Windows, and whatever else. On top of this, there'd also need to be a separate binary for each plugin built for each Geany version so that the API/ABI versions match up to what the user is running. Cheers, Matthew Brush ___

Re: [Geany] Simple question - Michal Olber

2012-01-09 Thread Matthew Brush
27;d at least print a SyntaxError on the console or something, wouldn't it? Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany Tags Packages

2011-12-24 Thread Matthew Brush
t sure if the above Python tarball script would be useful still, but that's ok. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany Themes packages

2011-12-19 Thread Matthew Brush
On 12/19/2011 12:33 AM, Thomas Martitz wrote: Am 18.12.2011 22:49, schrieb Matthew Brush: On 12/18/2011 01:08 PM, Dominic Hopf wrote: Am Sonntag, den 18.12.2011, 11:41 -0800 schrieb Matthew Brush: I don't know about this, but finally we're getting to my original question, "c

Re: [Geany] Geany Themes packages

2011-12-18 Thread Matthew Brush
On 12/18/2011 01:08 PM, Dominic Hopf wrote: Am Sonntag, den 18.12.2011, 11:41 -0800 schrieb Matthew Brush: I don't know about this, but finally we're getting to my original question, "can someone make packages for geany-themes" :) So is this something you wouldn't mi

Re: [Geany] Geany Themes packages

2011-12-18 Thread Matthew Brush
reading this thread and responding to whether or not they mind packaging geany-themes and I'll be all set :) Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany Themes packages

2011-12-18 Thread Matthew Brush
On 12/18/2011 05:26 AM, Dominic Hopf wrote: Am Samstag, den 17.12.2011, 21:27 -0800 schrieb Matthew Brush: Here's a reasonable list of packages that could exist: geany<- core application geany-common<- ? geany-dev<- geany.pc and header files geany-extras<- geany themes, bin

Re: [Geany] Geany Themes packages

2011-12-18 Thread Matthew Brush
ers wishes. Heh, I must admit I also had no idea what you were talking about :) FWIW, with the new fildefs and using color schemes similar to geany-themes ones, it's now trivial to edit themes by hand. It would still be cool to have a GUI

Re: [Geany] Geany Themes packages

2011-12-17 Thread Matthew Brush
On 12/17/2011 03:25 PM, Colomban Wendling wrote: Le 17/12/2011 23:13, Matthew Brush a écrit : On 12/17/2011 08:32 AM, Frank Lanitz wrote: On Sun, 11 Dec 2011 16:46:23 +0100 Thomas Martitz wrote: Am 11.12.2011 03:59, schrieb Matthew Brush: I don't think it would be too hard, basi

Re: [Geany] Geany Themes packages

2011-12-17 Thread Matthew Brush
On 12/17/2011 03:25 PM, Colomban Wendling wrote: Le 17/12/2011 23:13, Matthew Brush a écrit : On 12/17/2011 08:32 AM, Frank Lanitz wrote: On Sun, 11 Dec 2011 16:46:23 +0100 Thomas Martitz wrote: Am 11.12.2011 03:59, schrieb Matthew Brush: I don't think it would be too hard, basi

Re: [Geany] Geany Themes packages

2011-12-17 Thread Matthew Brush
On 12/17/2011 08:32 AM, Frank Lanitz wrote: On Sun, 11 Dec 2011 16:46:23 +0100 Thomas Martitz wrote: Am 11.12.2011 03:59, schrieb Matthew Brush: I don't think it would be too hard, basically just copy some `.conf` files to `${prefix}/share/geany/colorschemes/`. I guess it should

Re: [Geany] plug-in to allow editor tabs in multiple rows??

2011-12-15 Thread Matthew Brush
se the key combinations defined in the `Preferences->Keybindings->Notebook tab` to navigate through the tabs easier. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Syntax highlight m4's 'dnl'

2011-12-14 Thread Matthew Brush
wishlist bug? Hi, I *think* it's a Scintilla issue, not changeable from Geany itself, but I could be wrong though, as I've proven numerous times :) Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

[Geany] Geany Themes packages

2011-12-10 Thread Matthew Brush
ld be probably be best if coordinated with (or done directly by) existing Geany distro package maintainers. Cheers, Matthew Brush [1] https://github.com/codebrainz/geany-themes ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/ma

Re: [Geany] Geany Newsletter Issue #4

2011-12-04 Thread Matthew Brush
d get things moving quicker :) Cheers, Matthew Brush [1] https://sourceforge.net/tracker/index.php?func=detail&aid=2983145&group_id=153444&atid=787791 [2] https://sourceforge.net/tracker/index.php?func=detail&aid=3427482&gro

Re: [Geany] Geany Newsletter Issue #4

2011-12-04 Thread Matthew Brush
to show any of the other open documents. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] I can run programs

2011-11-13 Thread Matthew Brush
y. You can find some more information here: http://www.geany.org/manual/current/index.html#build-menu-configuration http://wiki.geany.org/howtos/configurebuildmenu Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany gtk2 requirements to configure ubuntu

2011-11-12 Thread Matthew Brush
The error configure: error: Package requirements (gtk+-2.0 >= 2.12 glib-2.0 >= 2.16 gio-2.0 >= 2.16) were not met: No package 'gtk+-2.0' found sudo apt-get install libgtk2.0-dev Cheers, Matthew Brush ___ Geany mailing l

Re: [Geany] Changes to documentation

2011-11-03 Thread Matthew Brush
On 11/03/2011 06:08 PM, Lex Trotman wrote: On 4 November 2011 11:58, Matthew Brush wrote: On 11/03/2011 03:34 PM, Russell Dickenson wrote: I am currently contibuting to the Geany newsletter, some of which includes explanations of Geany's features. Some of what I have written could be us

Re: [Geany] Changes to documentation

2011-11-03 Thread Matthew Brush
g the changes committed. You can also send patches over the ML if you like, and IIRC Colomban added some docs to the HACKING file with information how to do this properly with Git. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://

Re: [Geany] Geany-Plugins 0.21.1 released

2011-11-02 Thread Matthew Brush
Waf build system, there should be no issues rebuilding them from their source using Autotools. I guess Loong Jin can answer this for sure though. Cheers, Matthew Brush https://launchpad.net/~geany-dev/+archive/ppa If not though I have never done this myself I will give it a go. Kind Rega

Re: [Geany] hide menu bar on full-screen

2011-10-22 Thread Matthew Brush
it be possible for you to post this to the patch tracker[1] so that it doesn't get lost? Also, it would be cool to generally add options to show/hide the menu bar and the status bar, whether in fullscreen or not. There's already a feature request[2] about the status bar. Cheers, Ma

Re: [Geany] Setting View -> Editor -> Color doesn't save

2011-10-18 Thread Matthew Brush
eany I don't think. Are you using Global Menu or something like this? There seems to be a related bug here: https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/733918 Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Setting View -> Editor -> Color doesn't save

2011-10-18 Thread Matthew Brush
ns in the README file for geany-themes? Can you paste the full output of running `geany -v` (or Help->Debug Messages) after having selected the theme. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Re: [Geany] Geany Fails to Save Color Setting

2011-10-18 Thread Matthew Brush
On 11-10-18 12:37 AM, Matthew Brush wrote: ones, so clean out the `~/.config/geany/colorschemes` and `~/.config/geany/colorschemes` and try installing the `master` branch Err, second directory is `~/.config/geany/filedefs` of course. Cheers, Matthew Brush

Re: [Geany] Geany Fails to Save Color Setting

2011-10-18 Thread Matthew Brush
geany/colorschemes` and `~/.config/geany/colorschemes` and try installing the `master` branch again once you've got Geany 0.21 installed. Cheers, Matthew Brush ___ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

  1   2   >