[Github-comments] Re: [geany/geany] warning support (#1649)

2023-03-28 Thread Yan Pashkovsky via Github-comments
Closed #1649. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1649#event-8870535606 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] support for fwd bkwd mouse buttons (#2912)

2023-03-28 Thread Yan Pashkovsky via Github-comments
Closed #2912. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2912#event-8870535651 You are receiving this because you are subscribed to this thread. Message ID:

Re: [Github-comments] [geany/geany] warning support (#1649)

2021-09-30 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 2ca4fe13a3c2a9d9443442aec47202089f1ef921 warning, regex support -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1649/files/59a71e09ca7f34c8e23dcbf72a968dea6ff7b05f..2ca4fe13a3c2a9d9443442aec472

[Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#2912)

2021-09-30 Thread Yan Pashkovsky
Reopened https://github.com/geany/geany/pull/1648 due to branch rename You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2912 -- Commit Summary -- * https://github.com/geany/geany/pull/2912/commits/456ba9346d5ea0417b5c94f55ea8b4047dc1fd66";>

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2021-09-30 Thread Yan Pashkovsky
Closed #1648. -- 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/1648#event-5390279908

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-08 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 59a71e0 Merge branch 'master' into warnings -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1649/files/e6af531ab210ca87bee7fde48d7d1735141e4621..59a71e09ca7f34c8e23dcbf72a968dea6ff7b05f

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
OK, will handle it -- 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/1649#issuecomment-371067896

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
I do not working on it since there are no updates and tasks to do in this PR. If geany's team is willing to merge it I will resolve the conflicts. -- 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/gean

Re: [Github-comments] [geany/geany] warning support (#1649)

2018-03-07 Thread Yan Pashkovsky
What do you mean? -- 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/1649#issuecomment-371063465

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-11-05 Thread Yan Pashkovsky
Menu item "Document" -> "Remove error indicators" shoud be renamed to "Remove compiler indicators" I guess -- 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/1649#issuecomment-341982993

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-11-05 Thread Yan Pashkovsky
Can this PR 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/1648#issuecomment-341978468

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-17 Thread Yan Pashkovsky
Yes, it's an exmaple of error. Fifth line 5 in "main.c" file. I've fixed the code and now regexp form previous comment works. Only documentation left? -- 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/

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-17 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. e6af531 fix named subpattern finding -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1649/files/efbb6f7bb31fef2f7890928d6c26b2b7f4a18642..e6af531ab210ca87bee7fde48d7d1735141e4621

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-16 Thread Yan Pashkovsky
It seems that glib isn't able to fetch named subpatterns inside groups line: `main.c:5:2: error: 'a' undeclared (first use in this function)` regex: `(?[^:]+):(?[0-9]+):([0-9]+): ((?error)|(?warning)).+` `g_match_info_fetch_named_pos` returns false. -- You are receiving this because you are sub

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-16 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. efbb6f7 regex support -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1649/files/9705be61c2cb480747c9a8ae12c1a4a7b581cf57..efbb6f7bb31fef2f7890928d6c26b2b7f4a18642

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
Removed comments since it's obvious what's going on. BTW I'm somehow merging with "HEAD" branch which is strange name for branch. And it's not possible to rename it without closing PR -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
Reopened #1648. -- 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/1648#event-1295623328

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
Closed #1648. -- 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/1648#event-1295620973

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. f6edd9c removed comments since they are extra -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1648/files/f06ea91e93e877d7f165e47b8e010a19d1235109..f6edd9c768020d9faa0bb82839f16b1c2f1384e1

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. f06ea91 warning and config value -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1648/files/7518093537c2f57bbcc5466cc4bf2b1b154bde4d..f06ea91e93e877d7f165e47b8e010a19d1235109

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-16 Thread Yan Pashkovsky
Oh, didn't know about named subpatterns, I thought glib supports only sequential subpatterns. BTW it seems that backreferences do not support named groups. I think I should document this convetions at least as a comment for `filetypes_parse_error_message`. The problem with regexps is solved. I

Re: [Github-comments] [geany/geany] warning support (#1649)

2017-10-16 Thread Yan Pashkovsky
> Not sure what you mean, can you expand? While I was implementing this issue I haven't traced any usage of regexp (I've inserted printf's). It seems they are defined in filetype config files. Also I didn't find convetions for regexp. For example mapping of group number, type and meaning (e.g g

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-16 Thread Yan Pashkovsky
@codebrainz This approach is good. I'll commit 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/1648#issuecomment-336845469

[Github-comments] [geany/geany] warning support (#1649)

2017-10-15 Thread Yan Pashkovsky
Fix #864 Note that I didn't workout regex since it seems to break group number conventions. Also for this to work we must reset LANG envvar (maybe provide an option?) since gcc translates words "error", "warning", "note". ![image](https://user-images.githubusercontent.com/7345761/31590454-3365d6

Re: [Github-comments] [geany/geany] Different colors for warnings and errors (#864)

2017-10-15 Thread Yan Pashkovsky
Edits should be made in `build.c:966` ( call to msgwin_parse_compiler_error_line ) -- 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/864#issuecomment-336739994

Re: [Github-comments] [geany/geany] Errors and warnings are the same color. (#1090)

2017-10-15 Thread Yan Pashkovsky
Duplicate of #864 -- 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/1090#issuecomment-336732997

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-15 Thread Yan Pashkovsky
I have a little expirience in GTK and GUI. I also think we should keep settings simple. What we may do is add logging (if we run in verbose mode) of the mouse buttons which differ from 1-5. Then someone who has a problem would report it to github and provide log info -- You are receiving this

Re: [Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-15 Thread Yan Pashkovsky
I've inspected thunar's source it seems like 8 and 9 are enough for Unix. I don't know small and cross-platform gtk projects (i know wireshark 1.x and gimp), but you may try to search their code base for `button-press-event` and `->button\s?==\s?8`. If they use some other values too I'll commit

[Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)

2017-10-15 Thread Yan Pashkovsky
Fixes #1646 I'm almost sure that button values are the same on Windows, macOS or other types of mice You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1648 -- Commit Summary -- * support for fwd bkwd mouse buttons -- File Changes -- M

[Github-comments] [geany/geany] Support for mouse back forward buttons (#1646)

2017-10-15 Thread Yan Pashkovsky
-- 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/1646

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-27 Thread Yan Pashkovsky
Ok :) -- 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/1315#issuecomment-311276310

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-26 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 13a33ae comments -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1315/files/597c6fe00a3e0c2e6e5d6329866f41b078eceb19..13a33aef349aae10dda060f8312e3cea1544b94e

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-23 Thread Yan Pashkovsky
Here are C# keywords: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/ (Note that C# 7 was released recently) CMake keywords may be obtained via executing `cmake --help-command-list` -- You are receiving this because you are subscribed to this thread. Reply to this em

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-22 Thread Yan Pashkovsky
ping -- 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/1315#issuecomment-310372636

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-01-03 Thread Yan Pashkovsky
updated -- 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/1315#issuecomment-270229099

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-01-02 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 597c6fe cmake alphabetical kws -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1315/files/8ca4a3e5c949df1572a864c46f8e6b1069349e70..597c6fe00a3e0c2e6e5d6329866f41b078eceb19

Re: [Github-comments] [geany/geany] Keywords (#1315)

2016-12-06 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 8ca4a3e public private interface -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1315/files/466df5905c4141e6d3c0d31a3755298e93176434..8ca4a3e5c949df1572a864c46f8e6b1069349e70

Re: [Github-comments] [geany/geany] Keywords (#1315)

2016-12-06 Thread Yan Pashkovsky
@Yanpas pushed 1 commit. 466df59 reviewed cmake keywords -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1315/files/70cbd93539c1ca3fc2a60d5fddd36854426b95e8..466df5905c4141e6d3c0d31a3755298e93176434

[Github-comments] [geany/geany] Keywords (#1315)

2016-12-06 Thread Yan Pashkovsky
Added keywords for c#(https://msdn.microsoft.com/en-us/library/x53a06bb.aspx) and cmake(one new kw, add_compile_options). PR consists of 2 commits, but github allows to squash commits You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1315 -- C

[Github-comments] [geany/geany] Reviewed java (#1024)

2016-05-04 Thread Yan Pashkovsky
Fixes #1023 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1024 -- Commit Summary -- * Reviewed java -- File Changes -- M data/filedefs/filetypes.java (2) -- Patch Links -- https://github.com/geany/geany/pull/1024.patch https://git

[Github-comments] [geany/geany] Review Java keywords (#1023)

2016-05-04 Thread Yan Pashkovsky
File https://github.com/geany/geany/blob/master/data/filedefs/filetypes.java contains java keywords, some of them do not exist in Java (for example `future` and `generic`) Here is a list of Java keywords https://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html So they should be

[Github-comments] [geany/geany] .h -> .hpp in classbuilder (#999)

2016-04-16 Thread Yan Pashkovsky
HPP stands for C++ and has better syntax highlight support in geany You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/999 -- Commit Summary -- * .h -> .hpp -- File Changes -- M plugins/classbuilder.c (2) -- Patch Links -- https://gith

Re: [Github-comments] [geany/geany-plugins] All breakpoints are getting removed when document is reloaded (#423)

2016-04-16 Thread Yan Pashkovsky
`geany-plugin-debugger`. GUI debugger with 7 tabs. (not Scope, not web-assistant) --- 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/423#issuecomment-210875944

[Github-comments] [geany/geany-plugins] All breakpoints are getting removed when document is reloaded (#423)

2016-04-16 Thread Yan Pashkovsky
Steps to reproduce: 1. Open file and insert BPs 2. Press `File` -> `Load again` (reload) 3. All breakpoints **are gone** --- 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/423

[Github-comments] [geany-plugins] Debugger again fails with nonascii paths (1.27) (#416)

2016-03-20 Thread Yan Pashkovsky
I've updated geany and it's plugins from official PPA, and again debugger fails to open files if they are located in nonASCII paths. (this bug was fixed twice and now has appeared again) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Github-comments] [geany] Do not write history of terminal commands (support for CLI variables) (#918)

2016-02-27 Thread Yan Pashkovsky
Oh, I should have guessed about it --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/918#issuecomment-189621160

Re: [Github-comments] [geany] Do not write history of terminal commands (support for CLI variables) (#918)

2016-02-27 Thread Yan Pashkovsky
Closed #918. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/918#event-568872135

[Github-comments] [geany] Do not write history of terminal commands (support for CLI variables) (#918)

2016-02-27 Thread Yan Pashkovsky
Geany may use any command line interpreter, but there is no option in settings to set variables for this terminal session. For example I use bash and do not want geany's bash to save all it's `cd`s and program executions to `.bash_history`. I would like `unset HISTFILE` command would be ran eve

Re: [Github-comments] [geany-plugins] Debugger hangs geany if segmentation fault event appears (#347)

2016-02-12 Thread Yan Pashkovsky
Closed #347. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/347#event-548897871

Re: [Github-comments] [geany-plugins] Debugger hangs geany if segmentation fault event appears (#347)

2016-02-09 Thread Yan Pashkovsky
I've given more RAM and CPU time to my virtual machine. Now after clicking OK gdb eats RAM (for about 600MB) and takes 98% of CPU time. After 600 mb were eaten, it stops and returns some messages. The bug is fixed, thanks! --- Reply to this email directly or view it on GitHub: https://github.com

Re: [Github-comments] [geany-plugins] Debugger hangs geany if segmentation fault event appears (#347)

2016-02-09 Thread Yan Pashkovsky
Still the same. maybe I do something wrong? from history: ``` 26 git clone https://github.com/b4n/geany-plugins.git 27 cd geany-plugins/ 28 git checkout debugger/master 29 sudo apt-get build-dep geany-plugins 30 sudo apt-get remove geany-plugins-common 31 sudo apt-get remo

[Github-comments] [geany-plugins] Debugger hangs geany if segmentation fault event appears (#347)

2016-02-02 Thread Yan Pashkovsky
The program which I debug: https://gistgithubcom/Yanpas/f5c5f1359a384c3174de Placing BP on line 60 causes segfault soon Pressing OK on SegFault message hangs geany --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/347

Re: [Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

2016-01-21 Thread Yan Pashkovsky
Got it --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/876#issuecomment-173621755

Re: [Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

2016-01-21 Thread Yan Pashkovsky
Closed #876. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/876#event-521867093

Re: [Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

2016-01-21 Thread Yan Pashkovsky
OK, I agree with you, bad idea. Does highlightnig methods have the same story or it is valid request? For example: ``` struct a { int x; int y; int get(); } a sample_a; int x = a.x // 'x' should not be highlighted int y = a.get() // 'get' should be highlighted as method ``` It seems

Re: [Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

2016-01-20 Thread Yan Pashkovsky
It's not a fix, but something good: https://github.com/lmachucab/geany-std.cpp.tags Maybe merge this tags with master branch? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/876#issuecomment-173336492

[Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

2016-01-20 Thread Yan Pashkovsky
Geany lacks of c++ support ``` std::vector > a; a[0]f // geany should suggest "first()" when I'm typing ``` Also `first` later should be highlighted Also is it neccesary to add template closures `< >` pair highlighting ? --- Reply to this email directly or view it on GitHub: https://github.com/gea

Re: [Github-comments] [geany-plugins] Debugger: unable to remove breakpoints while running (#335)

2016-01-14 Thread Yan Pashkovsky
Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/335#issuecomment-171798088

Re: [Github-comments] [geany-plugins] Debugger: unable to remove breakpoints while running (#335)

2016-01-14 Thread Yan Pashkovsky
Yes, it works with master version. Could you please backport current debugger to 1.2.6? Neither 1.2.5 nor 1.2.6 provide working debugger which is sad. And how soon 1.2.7 will be released? If soon - I'll just wait --- Reply to this email directly or view it on GitHub: https://github.com/geany/gea

[Github-comments] [geany-plugins] Debugger enhancement: add support for gdb cli (#336)

2016-01-14 Thread Yan Pashkovsky
I would like to have tab with gdb cli, sometimes I need to produce specific debugging command, direct access to gdb would be useful --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/336

[Github-comments] [geany-plugins] Debugger: unable to remove breakpoints while running (#335)

2016-01-14 Thread Yan Pashkovsky
Version 126, gcc 482 Unable to remove breakpoints while running an app in debugger I get error `-var-create: unable to create variable object"` --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/335

Re: [Github-comments] [geany-plugins] cli arguments are not outputed to terminal in debugger (#334)

2016-01-14 Thread Yan Pashkovsky
Closed #334. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/334#event-515466405

[Github-comments] [geany-plugins] cli arguments are not outputed to terminal in debugger (#334)

2016-01-14 Thread Yan Pashkovsky
cli arguments are not outputed to terminal if there are more than 3 arguments or they are long enough (5 or more symbols) ![_2016-01-14_23-46-30](https://cloudgithubusercontentcom/assets/7345761/12337130/45f11714-bb19-11e5-8878-47e92a83b33bpng) --- Reply to this email directly or view it on Git

Re: [Github-comments] [geany-plugins] debugger 'command line arguments' broken (#305)

2016-01-14 Thread Yan Pashkovsky
If the args are long or there are more than 3 arguments - no arguments are passed to program --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/305#issuecomment-171773110

Re: [Github-comments] [geany] Different colors for warnings and errors (#864)

2016-01-11 Thread Yan Pashkovsky
I was talking about editor window, but I guess different font color in compiler window is a good idea too --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/864#issuecomment-170463890

[Github-comments] [geany] Different colors for warnings and errors (#864)

2016-01-10 Thread Yan Pashkovsky
Underline color for warnings should differ from color of errors, for example color of erros is red, color of warnings is orange Currently it's red for both --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/864

[Github-comments] [geany-plugins] Overview plugin doesn't support dynamic line wrapping (#321)

2015-12-27 Thread Yan Pashkovsky
If dynamic line wrapping - overview still cuts lines --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/321