Re: [Github-comments] [geany/geany] Geany 1.29 toolbar no longer fits (spills over to ellipsed dropdown) status bar 2X as tall as 1.24 (#1419)

2017-03-20 Thread Thomas Martitz
So this is not a (1) Geany bug and (b) resolved for the reporter. Lets close this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1419#issuecomment-287695560

Re: [Github-comments] [geany/geany] Geany 1.29 toolbar no longer fits (spills over to ellipsed dropdown) status bar 2X as tall as 1.24 (#1419)

2017-03-20 Thread elextr
@kugel- seems fair -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1419#issuecomment-287695816

Re: [Github-comments] [geany/geany] Geany 1.29 toolbar no longer fits (spills over to ellipsed dropdown) status bar 2X as tall as 1.24 (#1419)

2017-03-20 Thread elextr
Closed #1419. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1419#event-1006265406

Re: [Github-comments] [geany/geany] Add parfor to Matlab keyword list (#1021)

2017-03-20 Thread A. Tombs
Is anyone willing to merge this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1021#issuecomment-287776426

Re: [Github-comments] [geany/geany] Tabbed dialog boxes don't map cursor position correctly on OS X Sierra (#1428)

2017-03-20 Thread Justin
@elextr Yeah, the ML post is mine. @techee I tried to screenshot the issue, but I'm not satisfied with the built-in screenshot tools, as they either capture the cursor but not the error (the Grab utility), or they show the cursor's current "position" but not the cursor (the CMD+SHIFT+4, SPACE c

[Github-comments] [geany/geany] [PHP] 1.30 don't autocomplete require. (#1436)

2017-03-20 Thread IlyaIndigo
The latest version (1.30) in PHP don't autocomplete **require**. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1436

[Github-comments] [geany/geany] SSHFS via SFTP don't correct work (#1437)

2017-03-20 Thread IlyaIndigo
If I'm editing file mounting in directory via sshfs I'm don't save it. I have to copy it to the local system, edit it here, and then copy it back. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany

[Github-comments] [geany/geany] SQL (MariaDB/Postrgresql/SQLite) plugin or building future (#1438)

2017-03-20 Thread IlyaIndigo
It's possible? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1438

Re: [Github-comments] [geany/geany] [PHP] 1.30 don't autocomplete require. (#1436)

2017-03-20 Thread Mike Hewitt
Try going to the geany website and downloading the latest - which is now 1.30.1 ... >From a working geany go to help website (which takes you to >http://www.geany.org/ ) I had similar issues but just built 1.30.1 on my platforms and all working OK again now. Maybe this is just slightly un-rela

Re: [Github-comments] [geany/geany] Add parfor to Matlab keyword list (#1021)

2017-03-20 Thread elextr
Sorry, seems to have been overlooked, good you pinged it. Could you please make the keywords alphabetical and then it can be merged. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1021#is

Re: [Github-comments] [geany/geany] Tabbed dialog boxes don't map cursor position correctly on OS X Sierra (#1428)

2017-03-20 Thread Jiří Techet
This is really strange, I don't see anything like that myself macOS Sierra too - lines witch checkboxes are highlighted correctly for the cursor position for me. A few questions: 1. Are you using multi-monitor setup? If so, does it happen with a single monitor setup too? 2. From the mailing lis

Re: [Github-comments] [geany/geany] [PHP] 1.30 don't autocomplete require. (#1436)

2017-03-20 Thread IlyaIndigo
Now update to 1.30.1 [https://build.opensuse.org/package/show/home:13ilya:GTK2/geany](https://build.opensuse.org/package/show/home:13ilya:GTK2/geany) Nothing happens. ![geany](https://cloud.githubusercontent.com/assets/2612812/24126025/65ec7752-0dd4-11e7-8c8a-d65712f885b0.png) -- You are receivi

Re: [Github-comments] [geany/geany] Tabbed dialog boxes don't map cursor position correctly on OS X Sierra (#1428)

2017-03-20 Thread Matthew Brush
It almost looks like the contents of the Preferences window are opening as a document tab. I have no idea how that could happen unless a plugin or something was intentionally doing it intentionally. @jrittenh can you try to run Geany directly from the console using a clean config dir. I'm not e

Re: [Github-comments] [geany/geany] [PHP] 1.30.1 don't autocomplete require. (#1436)

2017-03-20 Thread Matthew Brush
@IlyaIndigo which version did auto-complete `require`? It wasn't in the tags file from before the last change (~2 years ago) and it's not in the tags file after that, and it's always been in the `filetypes.html` keyword list, as far as I can tell. Is it possible you had some customized tags/file

Re: [Github-comments] [geany/geany] [PHP] 1.30.1 don't autocomplete require. (#1436)

2017-03-20 Thread IlyaIndigo
I'm using theme vibrant-ink and my fildefs/filetypes.html ``` # For complete documentation of this file, please see Geany's main documentation [styling] # styling for PHP/HTML is done in filetypes.xml [settings] # default extension used when saving files #extension=html # the following characte

[Github-comments] [geany/geany] Markdown: "matching" underscores have priority over code block (#1439)

2017-03-20 Thread Ben Wiederhake
Given that Markdown has lots of undefined semantics, this may very well be a valid interpretation of certain broken Markdown documents. But I guess most would agree that the priority should be the other way around. Example: (Save as `something.md` and open with Geany) _This is "underlined"

Re: [Github-comments] [geany/geany] SSHFS via SFTP don't correct work (#1437)

2017-03-20 Thread elextr
Do you have atomic file saving selected? If so it requires rename over existing file to work, which may not be the case over SSHFS by default, see http://unix.stackexchange.com/questions/123231/what-does-sshfs-oworkaround-rename-do -- You are receiving this because you are subscribed to this th

Re: [Github-comments] [geany/geany] Markdown: "matching" underscores have priority over code block (#1439)

2017-03-20 Thread elextr
Yes well, markdown is only defined by the processor you use, "no the one I use", "no the other one"... [full disclosure, as an Asciidoc maintainer I am required to diss Markdown at every opportunity :wink: ] The Markdown lexer is part of the editing component we use, Scintilla. Can you describ

Re: [Github-comments] [geany/geany] Tabbed dialog boxes don't map cursor position correctly on OS X Sierra (#1428)

2017-03-20 Thread Thomas Martitz
For the record, here's the screen shot posted to the ML: ![screen shot 2017-03-20 at 11 16 10 am](https://cloud.githubusercontent.com/assets/564520/24135720/ad569d98-0e0b-11e7-86fd-100fd1ae0daf.png) Why is the pref dialog tabbed like this? Is this a recent GTK thing? @techee do you have seen thi