Re: [Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

2017-10-19 Thread Michael Gruben-Trejo
A final comment: I also cloned into [`geany-themes`](https://github.com/codebrainz/geany-themes) and symlinked to each of the colorschemes in that repo at `[prefix]/share/geany/colorschemes`, and can confirm that syntax highlighting with the GitHub versions of `geany` and `geany-themes` works

Re: [Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

2017-10-19 Thread Michael Gruben-Trejo
Ran `make install` to a subdirectory of my home folder, and can confirm that the escape-highlighting occurs properly with both of the included color schemes. ![alternate](https://user-images.githubusercontent.com/6686712/31801471-43034d30-b4fd-11e7-89b7-57761cf9ae41.png) This seems like an issue

Re: [Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

2017-10-19 Thread Michael Gruben-Trejo
Closed #1652. -- 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/1652#event-1302216824

Re: [Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

2017-10-19 Thread Michael Gruben-Trejo
Whoops, sorry for not including `geany` version. I am running the `1.31-1` version from the [Arch Linux repository](https://www.archlinux.org/packages/community/x86_64/geany/). I am running Arch Linux `4.13.7-1` I cloned into the `geany` repo, and ran ```bash ./autogen.sh ./configure

[Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

2017-10-19 Thread Michael Gruben-Trejo
Hey there, I am working in a .ps1 file, and the document filetype is set to Powershell. My source is: ```Powershell "Test message `"$var`" rest of test message" Continue ``` In `geany`, that text that looks like this:

Re: [Github-comments] [geany/geany] Fix: Improve documentation on duplication (#1228)

2016-09-12 Thread Michael Gruben
@elextr happy to help; I use geany every day -- 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/1228#issuecomment-246326185

Re: [Github-comments] [geany/geany] Fix: Improve documentation on duplication (#1228)

2016-09-12 Thread Michael Gruben
@mgruben pushed 1 commit. ef061e9 Remove needless word -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1228/files/c44de78de67ac9a3978637b3e394c25a80c5e525..ef061e96c6ed9124b829cfadd530104ef1474d9d

Re: [Github-comments] [geany/geany] Fix: Improve documentation on duplication (#1228)

2016-09-12 Thread Michael Gruben
I like @b4n's bullet list; commit 3 attempts to capture that phrasing while describing one-line-selection duplication while incorporating @elextr's synonym request. -- 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] Fix: Improve documentation on duplication (#1228)

2016-09-12 Thread Michael Gruben
@mgruben pushed 1 commit. c44de78 Rephrase description of duplication scenarios -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] Fix: Improve documentation on duplication (#1228)

2016-09-12 Thread Michael Gruben
@mgruben pushed 1 commit. 940aca3 Include third duplication scenario -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1228/files/0b7ede926df095c82432be0ec071bddb32e3ff59..940aca3bb6df813c494fb649ac12aefcbaf122eb

[Github-comments] [geany/geany] Fix: Improve documentation on duplication (#1228)

2016-09-11 Thread Michael Gruben
Previously, the documentation on the duplication did not clearly delineate the behavior of the `duplication` keystroke. Specifically, it was possible to interpret this keystroke as performing selection-only `duplication`. However, `duplication` only duplicates the selection on the same line, or