[Github-comments] [geany] [Enhancement] A no disturb mode for geany (#902)

2016-02-10 Thread Sagar Chalise
Geany has "Toggle all additional widgets" but it would be useful to have a no disturb mode where only editor is visible and nothing else. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/902

[Github-comments] [geany-plugins] use compatible gtkspell on building for gtk3 (#342)

2016-01-19 Thread Sagar Chalise
When building against gtk3 the gtkspell support was missing. This needs testing in gtk2 environment. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/342 -- Commit Summary -- * use gtk3 compatible gtkspell on commit dialog when

Re: [Github-comments] [geany-plugins] [GeanyVC] use compatible gtkspell on building for gtk3 (#342)

2016-02-15 Thread Sagar Chalise
Sorry about the typo. Have made changes according to suggestions made by @b4n . --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/342#issuecomment-184218627

Re: [Github-comments] [geany-plugins] [GeanyVC] use compatible gtkspell on building for gtk3 (#342)

2016-02-17 Thread Sagar Chalise
@b4n Do whatever you consider necessary. Also, I guess the error message should have something about GeanyVC as user may misunderstand it to be message of spell check plugin. Something like - Error initializing spell checking for geanyvc: or - [GeanyVC] Error initializing spell checking:

[Github-comments] [geany-plugins] Macro plugin compatibility for both gtk2 and gtk3 [Needs Testing] (#352)

2016-02-18 Thread Sagar Chalise
This is based on a patch. It builds on gtk3 as well as gtk2 but not thoroughly tested. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/352 -- Commit Summary -- * Macro plugin for both gtk2 and gtk3 [Needs Testing] -- File Changes

Re: [Github-comments] [geany-plugins] Geanypy proxy and keybindings (#384)

2016-03-09 Thread Sagar Chalise
@kugel- I have been testing this enhancement in geanypy. It doesnot load plugins in `~/.config/geany/plugins` directory. I get `ImportError`. I have been testing these plugins https://github.com/sagarchalise/geanypy-emmet https://github.com/sagarchalise/geanypy-reStructured-preview --- Reply

Re: [Github-comments] [geany-plugins] Geanypy proxy and keybindings (#384)

2016-03-11 Thread Sagar Chalise
@kugel- My main plugin file is loaded only from `/usr/local/lib/geany` path but not from config directory. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/384#issuecomment-195443375

Re: [Github-comments] [geany/geany] [Enhancement] A no disturb mode for geany (#902)

2016-04-05 Thread Sagar Chalise
Closed #902. --- 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/902#event-616081119

Re: [Github-comments] [geany/geany-plugins] Gtk3 compatibility for geanydoc plugin (#467)

2016-07-21 Thread Sagar Chalise
@sagarchalise pushed 1 commit. 34e015b Changes according to pr comment --- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany-plugins] [WishList] Add symbol jumping in commander (#471)

2016-08-01 Thread Sagar Chalise
It would be nice to have symbol jumping and symbol searching in commander. May be something which is not listed by default but is triggered by characted such as '#'. Small proof of concept is in: https://github.com/sagarchalise/geany-goto --- You are receiving this because you are

[Github-comments] [geany/geany-plugins] PairTagHighlighter: Keybinding for jumping to matching tag if available. (#466)

2016-07-21 Thread Sagar Chalise
Adds Keybinding settings for jumping to matching tag -> similar to 'go to matching brace'. Also, sets highlighting support in case of php as well. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/466 -- Commit Summary -- * Macro

Re: [Github-comments] [geany/geany-plugins] Macro plugin compatibility for both gtk2 and gtk3 [Needs Testing] (#352)

2016-07-21 Thread Sagar Chalise
This has already been implemented by #410 --- 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/352#issuecomment-234238308

[Github-comments] [geany/geany-plugins] Gtk3 compatibility for geanydoc plugin (#467)

2016-07-21 Thread Sagar Chalise
I have tested this in debian testing and ubuntu 16.04 and works for both gtk2 and gtk3. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/467 -- Commit Summary -- * Macro gtk3 compatibility [Needs testing] * Merge remote-tracking

Re: [Github-comments] [geany/geany] Geany Crashes on split window activity - GTK3 (#1385)

2017-02-02 Thread Sagar Chalise
Yes -- 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/1385#issuecomment-276895490

[Github-comments] [geany/geany] Geany Crashes on split window activity - GTK3 (#1385)

2017-02-01 Thread Sagar Chalise
Segmentation fault when split window is used with some activity like editing. I am using the gtk3 build. BackTrace: ``` Thread 1 "geany" received signal SIGSEGV, Segmentation fault. 0x77a02eed in Document::MovePositionOutsideChar (this=0x651dd0, pos=291, moveDir=1,

[Github-comments] [geany/geany-plugins] [WishList] projectorganizer commander like interface (#599)

2017-08-17 Thread Sagar Chalise
I think it would make sense to give commander like search as you type interface for project organizer related `find file` and `find tags`. Say you show an entry box and as you type show the related list of objects and open file/with tags on `enter` -- You are receiving this because you are

[Github-comments] [geany/geany] [Wishlist] Merge treebrowser plugin and file browser. (#1485)

2017-05-01 Thread Sagar Chalise
It would make sense to give tree browsing option in current file browser plugin. It seems [treebrowser plugin](https://github.com/geany/geany-plugins/tree/master/treebrowser) currently doesnot have maintainer so it may be possible to merge these two plugins. -- You are receiving this because

[Github-comments] [geany/geany-plugins] [Wishlist] Extend Extra Selection with multiple selection and edit. (#575)

2017-05-25 Thread Sagar Chalise
Is it possible to extend extra selection with additional feature of multiple selection something similar to what sublime supports. This enhancement proposal was made on geany itself but I guess extra selection could also handle this. https://github.com/geany/geany/issues/1141 -- You are

[Github-comments] [geany/geany-plugins] Automark crashes geany on gtk3 built (#574)

2017-05-08 Thread Sagar Chalise
Seems like automark is crashing geany with segmentation fault. I am using gtk3 built on ubuntu 16.04. Backtrace: ``` Thread 1 "geany" received signal SIGSEGV, Segmentation fault. automark (user_data=0x3520f90) at automark.c:104 104 ScintillaObject*sci = editor->sci; (gdb) bt #0

Re: [Github-comments] [geany/geany] Scintilla future change to rectangular selction key binding (#1568)

2017-09-16 Thread Sagar Chalise
Nobody planning to implement this feature into geany ? :disappointed: I think the multi-cursor is a killer feature that should be available in geany as it is available in scintilla. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[Github-comments] [geany/geany-plugins] [Wishlist] Add current document symbols to commander. (#742)

2018-05-08 Thread Sagar Chalise
It would be nice to search for tags/symbols for current document being available through commander plugin. May be a trigger on entry and all symbols are listed from current document. movement would move to that symbol in editor. -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Autocompletion plugins support (#1854)

2018-06-04 Thread Sagar Chalise
There is a completion implementaion [here](https://github.com/notetau/geany-clang-complete/tree/master/geany-complete-core) but I donot know if it could be picked upon or if it is compatible to current geany plugin architecture. Actually, I used it with python but seemed slow as it used http

Re: [Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

2017-12-21 Thread Sagar Chalise
@Ryan1729 is it possible to embed this feature to may be https://github.com/geany/geany-plugins/tree/master/geanyextrasel ? This is just a personal opinion but may be the workflow would be `multi edit mode` selection via menu similar to how `column mode` currently works on that plugin. While

Re: [Github-comments] [geany/geany-plugins] Prettyprint usage (#683)

2018-01-30 Thread Sagar Chalise
@sagarchalise pushed 1 commit. 6e4823f fixup! fixup! fixup! ``pretty print on selection and donot modify file if conditions not met. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2018-08-06 Thread Sagar Chalise
I think these are useful to working with xml pair tags. - Editor Menu option for jumping to matching tag - Selecting to matching tag You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/763 -- Commit Summary -- * Macro gtk3

Re: [Github-comments] [geany/geany] gtkdoc: include macros in geany-gtkdoc.h (#1796)

2018-03-12 Thread Sagar Chalise
sagarchalise commented on this pull request. > +class DoxyDefine(DoxyElement): +@staticmethod +def from_memberdef(xml): +name = xml.find("name").text +v = xml.find("initializer") +if (v is not None): +proc = DoxygenProcess() +text =

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-07-12 Thread Sagar Chalise
@frlan Not sure this is what you wanted, but I have based the changes according to latest master. -- 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/763#issuecomment-510850366

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-07-12 Thread Sagar Chalise
@sagarchalise pushed 1 commit. c8213c974f37fef6520493fff3366aad1bcdbfc8 rebased to current master -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-07-12 Thread Sagar Chalise
@sagarchalise pushed 1 commit. 4c191faedd2b7e523866afb7b2237e8e18fd59d5 merged with upstream master -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#926)

2019-10-15 Thread Sagar Chalise
@sagarchalise pushed 1 commit. e3d7f37ecb5bf394f329b7f94ff86aabac45ba32 jump on 0 line if not selecting -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany-plugins] jump to matching tag and select matching tag (#926)

2019-10-10 Thread Sagar Chalise
These changes are after review ...not sure how my other pull request got merged You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/926 -- Commit Summary -- * jump to matching tag and select matching tag -- File Changes -- M

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-10-10 Thread Sagar Chalise
Had to create another PR as this got closed during my rebasing... -- 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/763#issuecomment-540908115

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-10-10 Thread Sagar Chalise
@sagarchalise pushed 1 commit. 9e16dd7c7831b22d4e734b13a3dce3b95e4bbe56 selection based on upper tag as well as lower tags -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-10-10 Thread Sagar Chalise
@sagarchalise pushed 0 commits. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/763/files/9e16dd7c7831b22d4e734b13a3dce3b95e4bbe56..59c2b9dc3fcd3a76025985def4b5785965f30048

Re: [Github-comments] [geany/geany-plugins] Utilities for Pair Tag Highlighter (#763)

2019-10-10 Thread Sagar Chalise
Closed #763. -- 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/763#event-2704904771

[Github-comments] [geany/geany-plugins] Commander like file search on keyboard shortcut find file in projects (#953)

2020-02-11 Thread Sagar Chalise
This is mostly my preference but I think it would be quite useful to have file search feature similar to sublime or vscode etc. So, I used codebase of commander mostly and modified it. Basically: - Find File keyboard shortcut with open a dialog with input and search against files and showing

Re: [Github-comments] [geany/geany-plugins] Plugin Request: Language server protocol (#1012)

2020-10-08 Thread Sagar Chalise
Well, I am giving this a try in current architecture of geany plugin along with what scintilla offers. I have some workflow in mind but it is currently quite buggy. Most of LSP interation is taken from `gnome-builder` https://github.com/sagarchalise/geany-lsp -- You are receiving this because

[Github-comments] [geany/geany-plugins] Ship peasy with geany-plugins instead of geanypy (#1013)

2020-10-09 Thread Sagar Chalise
Just opening this for discussion as @kugel- is the owner of the code and I am not sure if the owner wants it to ship with official plugin. As, geany seems to be moving to `gtk3` build, maybe ship https://github.com/kugel-/peasy instead of `geanypy`. >From my personal experience, the plugin

[Github-comments] [geany/geany] Is scintilla lpeg lexer supported ? (#2543)

2020-07-03 Thread Sagar Chalise
It seems scintilla supports lpeg lexers which can add support to non-existing files such as restructured text. Is there a way to build with it in geany ? It seems scintilla by default is not built with it. https://scintilla.sourceforge.io/LPegLexer.html -- You are receiving this because you