Re: [Github-comments] [geany/geany-plugins] plugin markdown (#757)

2018-07-01 Thread Matthew Brush
I don't believe either the [original](https://daringfireball.net/projects/markdown/syntax) or [cmark](http://commonmark.org/) spec discusses syntax highlighting at all. If you can get it added to CommonMark, then it will "just work" in the Markdown plugin. -- You are receiving this because

Re: [Github-comments] [geany/geany-plugins] plugin markdown (#757)

2018-07-01 Thread elextr
You could try applying #747 and see if it works? -- 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-plugins/issues/757#issuecomment-401649648

[Github-comments] [geany/geany-plugins] plugin markdown (#757)

2018-07-01 Thread l337quez
the markdown plugin seems to be out of date, I wanted to place a box with python code and the code will be highlighted, but in egeany with the plugin is not highlighted. I want to know if it is a problem in the installation of the plugin or that it is actually outdated. In case of being

Re: [Github-comments] [geany/geany] OS kill signal does not save tabs. (#1416)

2018-07-01 Thread elextr
@dandv Geany is a totally volunteer project, people work on what they want to. Given human nature, appearing to demand attention from volunteers is a fast way of having people not do anything. As the discussion on #1860 concluded, there is no guarantee that things can be saved at shutdown but

Re: [Github-comments] [geany/geany] OS kill signal does not save tabs. (#1416)

2018-07-01 Thread Dan Dascalescu
@elextr: for extra exposure, since my initial issue hadn't received much attention in 2 years. Thanks for your comment. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] OS kill signal does not save tabs. (#1416)

2018-07-01 Thread elextr
@dandv why comment the same thing on multiple issues? -- 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/1416#issuecomment-401635545

Re: [Github-comments] [geany/geany] Save project on file open/close (#1860)

2018-07-01 Thread elextr
@dandv line/col is saved for open files, not for recent files. -- 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/1860#issuecomment-401635423

Re: [Github-comments] [geany/geany] Save project on file open/close (#1860)

2018-07-01 Thread Dan Dascalescu
Does saving the project involve saving the current line:column position? (#1117) -- 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/1860#issuecomment-401632009

Re: [Github-comments] [geany/geany] OS kill signal does not save tabs. (#1416)

2018-07-01 Thread Dan Dascalescu
Geany should first save the line position in each file, when being exited normally (#1117). This is a super commonly used feature with any files that are edited frequently: when you open a source file you've been working on, you want the cursor to be where you left it, but Geany resets its

Re: [Github-comments] [geany/geany-osx] Check AppleLocale before AppleLanguages when setting LANG (#9)

2018-07-01 Thread Jiří Techet
techee commented on this pull request. > @@ -66,41 +66,49 @@ I18NDIR="$bundle_data/locale" # Set the locale-related variables appropriately: unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE +# Start by attempting to find the Locale preference. +APPLELOCALE=`defaults read .GlobalPreferences

Re: [Github-comments] [geany/geany-osx] Check AppleLocale before AppleLanguages when setting LANG (#9)

2018-07-01 Thread Jiří Techet
techee commented on this pull request. > @@ -66,41 +66,49 @@ I18NDIR="$bundle_data/locale" # Set the locale-related variables appropriately: unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE +# Start by attempting to find the Locale preference. +APPLELOCALE=`defaults read .GlobalPreferences

Re: [Github-comments] [geany/geany] Error: Unable to read environment locale: exit now. (#1886)

2018-07-01 Thread Jiří Techet
@tracing-home Right, I finally had time to install 10.11 into a virtual machine and it really behaves the way you describe. Stupid there are such differences between OS X versions. I'm not the author of the launch scripts, I just made some modifications so I'm not sure what other consequences

Re: [Github-comments] [geany/geany-osx] Check AppleLocale before AppleLanguages when setting LANG (#9)

2018-07-01 Thread Colomban Wendling
b4n commented on this pull request. > @@ -66,41 +66,49 @@ I18NDIR="$bundle_data/locale" # Set the locale-related variables appropriately: unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE +# Start by attempting to find the Locale preference. +APPLELOCALE=`defaults read .GlobalPreferences

[Github-comments] [geany/geany-osx] Check AppleLocale before AppleLanguages when setting LANG (#9)

2018-07-01 Thread Jiří Techet
AppleLanguages differs based on OS X version - newer versions return values like cs_CZ, older OS X versions return only cs. This leads to problems in scripts executed in VTE. It seems that AppleLocale always returns the complete value so test it first when setting LANG to mitigate this problem.

Re: [Github-comments] [geany/geany-plugins] addons: use new plugin API (#699)

2018-07-01 Thread Enrico Tröger
LGBI -- 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-plugins/pull/699#issuecomment-401591266