Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-05-26 Thread Skif-off
> +#default=0x00;0xff;false;false > +#comment=0x009933;0xff;false;true > +#commentblock=0x669900;0xff;false;true > +#number=0xac00a9;0xff;true;true > +#function=0x90;0xff;true;true > +#keyword=0xff;0xff;true;false > +#macro=0xff33ff;0xff;true;false >

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-05-26 Thread Skif-off
> +comment_use_indent=true > + > +# context action command (please see Geany's main documentation for details) > +context_action_cmd= > + > +[indentation] > +#width=4 > +# 0 is spaces, 1 is tabs, 2 is tab & spaces > +#type=1 > + > +[build_settings] > +# %f will be replaced by the complete filename

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-05-26 Thread Skif-off
> +#settings for folding comment blocks and preprocessor lines > +#lexer.au3.fold.comment=1 > +#lexer.au3.fold.compact=1 > +#lexer.au3.fold.preprocessor=0 > + > +[settings] > +# default extension used when saving files > +extension=au3 > + > +# MIME type > + > +# which characters should be skipped

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-05-26 Thread Skif-off
> +default=default > +comment=comment > +commentblock=comment > +number=number,bold,italic > +function=function,bold,italic > +keyword=type > +macro=preprocessor,bold > +string=string > +operator=operator,bold > +variable=keyword_2 > +sent=0xd77100;;true;false > +preprocessor=preprocessor,italic >

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-06-01 Thread Skif-off
> + > +[keywords] > +keywords=and byref case const continuecase continueloop default dim do else > elseif endfunc endif endselect endswitch endwith enum exit exitloop false for > func global if in local next not null or redim return select static step > switch then to true until volatile wend

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2016-06-01 Thread Skif-off
> +#settings for folding comment blocks and preprocessor lines > +#lexer.au3.fold.comment=1 > +#lexer.au3.fold.compact=1 > +#lexer.au3.fold.preprocessor=0 > + > +[settings] > +# default extension used when saving files > +extension=au3 > + > +# MIME type > + > +# which characters should be skipped

Re: [Github-comments] [geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-03-21 Thread Skif-off
- _recognise the filetype from the extension_ is works; - _set the filetype manually_ is works; - Edit->Insert Comments insert right multiline comment ```#cs...#ce``` but the syntax highlighting did not work in anyway. P.S. I'm not a programmer: I would definitely could not write

Re: [Github-comments] [geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-03-26 Thread Skif-off
Report: I nearly completed (without AutoIt tags parser and _filetypes.autoit_ without udfs (because >3000)), remains only to disassemble filetypes.* parameters and pick up the colors (if there was one theme, it would be easier :)). --- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-03-22 Thread Skif-off
I compared the Geany files with the Scintilla files again and found (strange that I missed this): ```diff --- /geany-master/scintilla/src/Catalogue.cxx Tue Mar 22 00:44:10 2016 +++ /geany-master/scintilla/src/Catalogue.cxx Wed Mar 23 06:20:05 2016 @@ -123,6 +123,7 @@

[Github-comments] [geany/geany] Add: AutoIt syntax highlighting (#983)

2016-03-30 Thread Skif-off
I represent your attention AutoIt support, it result [Issues #967](https://github.com/geany/geany/issues/967) P.S. I don't know how to add a tags-file _au3.tags_ to the [collection](http://download.geany.org/contrib/tags/). You can view, comment on, or merge this pull request online at:

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2016-03-30 Thread Skif-off
@elextr thanks, I was not attentive :) Works fine. --- 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/982#issuecomment-203287953

[Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2016-03-29 Thread Skif-off
Hi, Scintilla uses LexLisp.cxx for Lisp and Scheme, but Geany uses Lisp only. I use GIMP and Script-Fu and I would like to see the syntax :) If it possible, [geany-master-scheme.zip](http://www118.zippyshare.com/v/VoUXDqTp/file.html) (new/modif. files): ``` data/filedefs/filetypes.scheme

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-03-29 Thread Skif-off
[geany-master-autoit.zip](http://www118.zippyshare.com/v/8aYKBxFO/file.html) (new/modif. files): ``` geany-master/data/filedefs/filetypes.autoit geany-master/data/filetype_extensions.conf geany-master/data/Makefile.am geany-master/scintilla/lexers/LexAU3.cxx geany-master/scintilla/Makefile.am

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-03-30 Thread Skif-off
I never did it, but I'll try. --- 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/967#issuecomment-203279015

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2016-03-30 Thread Skif-off
@elextr I don't quite understand you, I added a file _filetypes.scheme_. Do you say about 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/issues/982#issuecomment-203279336

Re: [Github-comments] [geany/geany] Add: AutoIt syntax highlighting (#983)

2016-04-29 Thread Skif-off
Closed #983. --- 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/983#event-645904219

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2016-04-29 Thread Skif-off
I'm confused and rewrite pull request. --- 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/967#issuecomment-215814862

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2017-10-08 Thread Skif-off
@Skif-off pushed 1 commit. 3398e3e Fix indentation -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1017/files/ca3205680e21ec0048bb7f57b9915a8cc8f2576f..3398e3ebcec796d545fc808eb257df4f8f966cac

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2017-10-08 Thread Skif-off
@Skif-off pushed 1 commit. d395266 Add line: style as all other "case" -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1017/files/3398e3ebcec796d545fc808eb257df4f8f966cac..d3952660abfc69c2797be76dd2a64200f339c7ec

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2017-10-04 Thread Skif-off
@Skif-off pushed 1 commit. f67cbf5 Merge branch 'master' into geany-autoit -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1017/files/2ac0313bc77bec47e4c298ee4b68c2737361f3a4..f67cbf587f256ff557075569928a6a6e8f72c0ba

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-04 Thread Skif-off
Is it interesting to anyone? :) -- 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/967#issuecomment-334270552

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-07 Thread Skif-off
@elextr I meant no offense, everything is ready and I wanted to know the prospects. I'll wait :) -- 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/967#issuecomment-334934408

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-28 Thread Skif-off
1. If I want to add [forced_enc](https://www.geany.org/manual/reference/document_8h.html#aaae9e8e045dbed0ee86751071c4eaa50), then where I can to find list of them and how to use? ```GEANY_ENCODING_*``` from [encodings.h](https://github.com/geany/geany/blob/master/src/encodings.h) or strings

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-23 Thread Skif-off
@codebrainz maybe you'll make a PR? As part of the development team :) -- 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/646#issuecomment-346721257

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-23 Thread Skif-off
Maybe I'd better use gcc-6 (6.4.0) or gcc-5 (5.5.0)? -- 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/646#issuecomment-346591446

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2017-11-23 Thread Skif-off
It seems I did everything I could - highlighting, autocompletion and Symbols tab, - big thanks to everyone who helped to understanded and do it :) -- 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] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-11-23 Thread Skif-off
AutoIt parser was added to Сtags, PR [#1017](https://github.com/geany/geany/pull/1017) was 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/issues/967#issuecomment-346593576

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-23 Thread Skif-off
I tried ```argv = g_malloc0_n(argc+1, sizeof(gchar*));``` and I have: ``` glspi_app.c: In function ‘glspi_launch’: glspi_app.c:425:7: warning: argument 1 range [18446744071562067969, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] argv =

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-23 Thread Skif-off
@codebrainz Yes, both variant works fine. Only one warning: ``` CC libgeanylua_la-glspi_app.lo In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:25:0, from glspi_app.c:8: /usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2017-11-22 Thread Skif-off
@Skif-off pushed 1 commit. 3551f53 AutoIt: Add Ctags parser -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1017/files/b41c14f71bb416c82bbafe5ba8ec90a7ca36ad5f..3551f53517a02ea6187ec1f29003527064270e5e

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-29 Thread Skif-off
@elextr > Its any name known to your system iconv, so its system specific, Geany has > some common names in its menus, but in fact even those are not guaranteed to > be available. Thanks, here it is necessary to think. > The project does not package Geany for any distros, its done by external

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-29 Thread Skif-off
@elextr >>> Its any name known to your system iconv, so its system specific, Geany has >>> some common names in its menus, but in fact even those are not guaranteed >>> to be available. >> Thanks, here it is necessary to think. > As far as we know there is no programmatic way of getting a

[Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-11-30 Thread Skif-off
It's continuation of the discussion #646 . Code example: ```lua local s = geany.selection(); if (s ~= "") and (s ~= nil) then local t = geany.fileinfo(); geany.newfile("", t.type); geany.selection(s); end ``` Old/current scripts don't need to be updated, they will still work! You can view,

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-11-30 Thread Skif-off
Hmm... "This branch has no conflicts with the base branch", but "1 errored check"? #653 too... -- 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/652#issuecomment-348131623

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-11-30 Thread Skif-off
@Skif-off pushed 1 commit. c91ae6f GeanyLua: trivial for Travis -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/652/files/0b6b83f5a87dd63242cd414eabc45e48f5a907f5..c91ae6f9254f61821fcaff10fece0b11ce8b560a

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-11-30 Thread Skif-off
@elextr The same problem... -- 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/652#issuecomment-348281047

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-11-30 Thread Skif-off
Sorry, I used the wrong branch for cloning, I will fix 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-plugins/pull/653#issuecomment-348116745

[Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-11-30 Thread Skif-off
Reload most of Geany's configuration files without restarting, as menu item "Tools"->"Reload Configuration" or ```geany.reload_configuration()``` [from GeanyPy](https://geanypy.readthedocs.io/en/latest/api.html#geany.reload_configuration). You can view, comment on, or merge this pull request

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-11-30 Thread Skif-off
@Skif-off pushed 1 commit. 28a253c GeanyLua: reload config.: Fixed mistake 2 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/653/files/dca4cca48689ea383c5777e009f7e70532e0f641

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-11-30 Thread Skif-off
@Skif-off pushed 1 commit. dca4cca GeanyLua: reload config.: Fixed mistake 1 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/653/files/f9de597505a00d8c861dce17a3dca579e7134f3e

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-12-14 Thread Skif-off
@Skif-off pushed 1 commit. 2b17ade GeanyLua: reload config: Upd keywords.list -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/653/files/28a253c5b7e0465bd86e9bfb91e507244f7c5164

[Github-comments] [geany/geany-plugins] GeanyLua: regenerate glspi_keycmd.h (#661)

2017-12-15 Thread Skif-off
I seen [Deprecated List](https://www.geany.org/manual/reference/deprecated.html) and found ```GEANY_KEYS_EDITOR_MACROLIST``` in [glspi_keycmd.h](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_keycmd.h), it's old file and I tried to run

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-12-17 Thread Skif-off
@Skif-off pushed 1 commit. de2b99c GeanyLua: geanylua-ref.html: Fix "zebra" (class "odd"/"even") 2 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/653/files/2b17ade290

[Github-comments] [geany/geany-plugins] GeanyLua: update glspi_keycmd.h from current release (#662)

2017-12-17 Thread Skif-off
See #661 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/662 -- Commit Summary -- * GeanyLua: Upd mk-keytab.lua (like #39) * GeanyLua: Upd glspi_keycmd.h (table of key_cmd_hash_entries[]) from Geany 1.32 -- File Changes --

Re: [Github-comments] [geany/geany-plugins] GeanyLua: regenerate glspi_keycmd.h (#661)

2017-12-17 Thread Skif-off
I like Geany and I can not ignore: #662 -- 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/661#issuecomment-352227166

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-12-17 Thread Skif-off
@Skif-off pushed 1 commit. 5bb1ca7 GeanyLua: geanylua-ref.html: Fix "zebra" (class "odd"/"even") -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/652/files/c91ae6f925

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-18 Thread Skif-off
How can I do this? I found ```geany.fileinfo()``` with fields ```type``` & ```desc``` and nothing more. -- 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-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread Skif-off
@elextr ```gchar **argv=NULL;``` >>> ```guchar **argv=NULL;```? Is everything will be fine if I just ignore this warning? -- 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-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread Skif-off
Can I just ignore this warning? :) -- 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/646#issuecomment-345943938

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-18 Thread Skif-off
@elextr >a normal plugin would use document_set_filetype() but I don't know if its >available in the restricted Geanylua API. "normal" plugin? :) I use local [geanylua-ref.html](https://github.com/geany/geany-plugins/blob/master/geanylua/docs/geanylua-ref.html). Also I tried to find

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-18 Thread Skif-off
I tried to use ```glspi_newfile``` [mod](https://github.com/geany/geany-plugins/issues/646#issuecomment-345476945), but Geany crash with error >(geany:3157): Geany-CRITICAL **: filetypes_load_config: assertion 'ft_id < >filetypes_array->len' failed Need to think. -- You are receiving this

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-19 Thread Skif-off
@frlan >But ... I prefer PR with an updated MAINTAINERS file too ;) Sorry, it's too cool for me :) And I found a workaround: ```lua local t = geany.fileinfo(); geany.newfile("UNTITLED" .. t.ext); ``` (but untitled document would be more convenient because it's obvious). Well, I do not want

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-19 Thread Skif-off
Hmm, seems to work work fine and I think I fixed two warnings... Make PR? -- 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/646#issuecomment-345503683

[Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-17 Thread Skif-off
I added small script: ```lua --[[ Copy selected text to new tab 2017.11.18 --]] local s = geany.selection(); if (s == "") then geany.message("No text is selected!"); elseif (s == nil) then geany.message("There is no open document!"); else --SCI_GETLEXER local l =

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-11-03 Thread Skif-off
@b4n > U-CTags has support for custom fields like where a symbol end, so this should > be used instead of emitting 2 tags (but Geany doesn't support it yet). I was meant only to the initial, opening, tag ```#Region```, I think that's enough (and lexer support folding). I have not decided yet

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-11-02 Thread Skif-off
> What did I miss? RTFM! :)) Well, now works fine and I need to see how to add all this to Universal Ctags. Is Geany uses the latest (current) version of Universal Ctags? P.S. I think maybe try to add special tag ```#Region - #EndRegion```? Lexer supports it. It's convenient for navigation

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-12-06 Thread Skif-off
Help, please :) How can I add memory freeing for ```tmp```? ```g_free(tmp)``` doesn't works, I tried ```const gchar *tmp``` and ```gchar *tmp```. Or maybe possible to ignore it here? -- 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-plugins] GeanyLua: Add filetype to set in geany.newfile() (#652)

2017-12-06 Thread Skif-off
@elextr > you need to read the Lua C interface to see what to do with it. Thanks :) > I presume you mean [this > line](https://github.com/geany/geany-plugins/pull/652/files?diff=unified#diff-cb5975c1fb9735bfbc0f92d9bed15b72R40). and sorry, I needed to say more clearly.

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-29 Thread Skif-off
@elextr > But does the filetype need a parser for tags to work? Thanks! I was scared that I must write parser for CTags :)) I read about filetype configuration again, remembered that [AutoIt v3 is a freeware **BASIC-like** scripting language](https://en.wikipedia.org/wiki/AutoIt) and tried

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-29 Thread Skif-off
@elextr ok :) About tags/autocompletion: ```tag_parser=FreeBasic``` is bad idea: autocompletion works, but Symbols tab - with errors (i.e. garbage)... I'm confused, what I should do for 1. autocompletion; 2. normal work tab "Symbols"? For both items I must write parser ```autoit.c``` for CTags

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-29 Thread Skif-off
> What does autocompletion work for? The tags in your hand made tags file? And > for symbols in the current open file? With ```tag_parser=FreeBasic``` - yes and yes, without ```tag_parser``` - no and yes. > What do you mean by "garbage", maybe post a picture, and the source that > caused it.

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-29 Thread Skif-off
1. About [PR #1017 ](https://github.com/geany/geany/pull/1017): 1.32 is likely to be without AutoIt support? 2. How can I use tags-file? I added ```~/.config/geany/tags/autoit.au3.tags``` and try ``` # format=pipe Abs||(expression)| ACos||(expression)| Asc||("char")| AscW||("char")|

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2017-10-29 Thread Skif-off
1.31, problem with quotes, ```filetypes.Scheme.conf```: ``` [styling=Lisp] [settings] extension=scm lexer_filetype=Lisp comment_single=; comment_open=#| comment_close=|# comment_use_indent=true [build_settings] run_cmd=gsi -f "%f" ``` and code example: ```scheme (script-fu-register

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2017-10-30 Thread Skif-off
I think it's Scintilla problem and bug: ![47](https://user-images.githubusercontent.com/6333198/32157160-35a41c9e-bd5b-11e7-851b-cd4a2651cbfa.png) Maybe only [TinyScheme feature](https://github.com/armornick/TinyScheme/blob/a57db38c6fac5152336133dbd31c9981292e8367/docs/hack.txt#L48). -- You

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-30 Thread Skif-off
@elextr Thanks, now I understand you :) > Well, I guess you could try modifying the freebasic parser to make an autoit > one. Well, I'm not a programmer, but I wanted AutoIt syntax highlighting and I got it :)) I will try and I found [How to Add Support for a New Language to Exuberant

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2017-10-30 Thread Skif-off
@elextr, no I don't agree, because I think it's not ```_"``` syntax: it's ```_string``` syntax :) Strings are enclosed by double quotation marks, for example Github is highlight correct, other editors too, but except Scintilla based. Why? Ok, ```_``` is part of words (```[A-Za-z_]+```), but

Re: [Github-comments] [geany/geany] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-30 Thread Skif-off
Yes, I know :) I wanted to say that Exuberant Ctags have "How to Add", but I could not find it for Universal Ctags. -- 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] Add AutoIt (*.au3) Lexer to Geany (#967)

2017-10-30 Thread Skif-off
I added ```ctags/parsers/autoit.c``` ```c /* * Copyright (c) 2000-2006, Darren Hiebert, Elias Pschernig * * This source code is released for free distribution under the terms of the * GNU General Public License version 2 or (at your option) any later version. * * This module contains

Re: [Github-comments] [geany/geany] Add Scheme (*.scm) syntax highlighting to Geany (#982)

2017-10-30 Thread Skif-off
Sorry, I cannot clearly formulated thought about this in English :( But I will think about report/request. -- 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/982#issuecomment-340593585

Re: [Github-comments] [geany/geany] Save file counter (file versions) (#1730)

2018-01-05 Thread Skif-off
You can try to use existing plugins: GeanyPy or GeanyLua. -- 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/1730#issuecomment-355358743

[Github-comments] [geany/geany-plugins] GeanyLua: Fix right-trim.lua (#670)

2018-01-08 Thread Skif-off
Now script works with files with CRLF too (and with CR only). ```right-trim.lua ``` is presented as example (_geanylua/**examples**/edit/right-trim.lua_), but very useful (IMHO :)). You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/670

Re: [Github-comments] [geany/geany-plugins] Port both webhelper and markdown to webkit2gtk (#677)

2018-01-18 Thread Skif-off
@hyperair > I've already switched the Geany package in Debian to gtk3. Unfortunately, the > new plugins package is still stuck in NEW. I'll update the PPA shortly after > I finish working on this port too. Is it means that now I can not build Geany and plugins with GTK3 and

Re: [Github-comments] [geany/geany] GTK3: Icon size and size of toolbar (#1746)

2018-01-20 Thread Skif-off
> as the icons inside the tool buttons themselves have the same pixel size. Well, I say "icon size" because we have option ["Icon size"](https://www.geany.org/manual/current/index.html#interface-toolbar-preferences), not "Toolbar size" :) Just now I don't understand how all it works (for

Re: [Github-comments] [geany/geany] GTK3: Icon size and size of toolbar (#1746)

2018-01-20 Thread Skif-off
> or we just drop the "very small icons" preference altogether. It would be sad, I like "very small icons": little space, but still at hand if it would be needed. ![1](https://user-images.githubusercontent.com/6333198/35183784-960102aa-fde3-11e7-9b0b-83fbd08f602c.png) (I overdid with PNG

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2018-01-25 Thread Skif-off
@Skif-off pushed 1 commit. 6bf472b GeanyLua: sync from geany-plugins-git-master -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/653/files/de2b99cf39bfd7c17d519095d5b6da9907c2baf8

Re: [Github-comments] [geany/geany-plugins] GeanyLua: update glspi_keycmd.h from current release (#662)

2018-01-25 Thread Skif-off
@Skif-off pushed 1 commit. 1c0f597 GeanyLua: sync from geany-plugins-git-master (keycmd) -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/662/files/91efc108379dcb997c525d85d8e30c8ccc85214d

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2018-01-26 Thread Skif-off
Sorry, maybe I am stupid, but I am doing my best :) I don't know how to remove "Merge pull request #1 from geany/master" (synchronization with master). Is it possible? -- 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-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2018-01-26 Thread Skif-off
Closed #653. -- 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/653#event-100513

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2018-01-26 Thread Skif-off
Big thanks to all of you, it seems, it's done. But I have one problems: I did bad understand how I did it... -- 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-plugins] GeanyLua: update glspi_keycmd.h from current release (#662)

2018-01-26 Thread Skif-off
Reopened #662. -- 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/662#event-151654

Re: [Github-comments] [geany/geany-plugins] GeanyLua: update glspi_keycmd.h from current release (#662)

2018-01-26 Thread Skif-off
Closed #662. -- 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/662#event-139213

Re: [Github-comments] [geany/geany-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2018-01-26 Thread Skif-off
Reopened #653. -- 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/653#event-121902

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2018-01-13 Thread Skif-off
@codebrainz, I just wanted to know about the future of this PR :) -- 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/1017#issuecomment-357430933

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2018-01-26 Thread Skif-off
I am stupid: I tried to combine commits, but when I saw [this commit](https://github.com/Skif-off/geany/commit/16020ddc6cd32a3aa121b89edc8aeb6a45e78775) with "_codebrainz committed with kugel- on **22 Sep 2017**_", I decided that I was wrong :( I'll try to fix it. -- You are

Re: [Github-comments] [geany/geany-plugins] GeanyLua: regenerate glspi_keycmd.h (#661)

2018-01-28 Thread Skif-off
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-plugins/issues/661#issuecomment-361120049

Re: [Github-comments] [geany/geany-plugins] GeanyLua: regenerate glspi_keycmd.h (#661)

2018-01-28 Thread Skif-off
Closed #661. -- 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/661#event-1445469507

[Github-comments] [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

2018-01-27 Thread Skif-off
#1017 continuation, new (last) attempt. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1752 -- Commit Summary -- * Add AutoIt syntax highlighting and Ctags parser for AutoIt -- File Changes -- M ctags/Makefile.am (1) M

Re: [Github-comments] [geany/geany] GTK3: Icon size and size of toolbar (#1746)

2018-01-27 Thread Skif-off
> ["GtkSettings:gtk-icon-sizes" has been deprecated since version 3.10 and > should not be used in newly-written code. This setting is > ignored.](https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-icon-sizes). Make love, not war @ And not make a habitual toolbar view...

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2018-01-27 Thread Skif-off
Closed #1017. -- 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/1017#event-1444984629

Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting (#1017)

2018-01-27 Thread Skif-off
It's a fail :( Sorry for the mess. -- 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/1017#issuecomment-361019817

[Github-comments] [geany/geany-plugins] Translation: Fix a typo (#689)

2018-02-05 Thread Skif-off
You can see diff. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/689 -- Commit Summary -- * Translation: Fix a typo -- File Changes -- M geanyprj/src/geanyprj.c (2) M po/be.po (4) M po/ca.po (4) M po/da.po (4)

Re: [Github-comments] [geany/geany-plugins] Translation: Fix a typo (#689)

2018-02-05 Thread Skif-off
@frlan Sorry, I thought it would be easier. (I forgot that "POT-Creation-Date" fields are updated automatically.) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Small fix of Russian translation (#1770)

2018-02-12 Thread Skif-off
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1770 -- Commit Summary -- * Small fix of Russian translation -- File Changes -- M po/ru.po (5) -- Patch Links -- https://github.com/geany/geany/pull/1770.patch

[Github-comments] [geany/geany] Small update of Russian translation (#1761)

2018-02-05 Thread Skif-off
Fixed fuzzy-strings and other. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1761 -- Commit Summary -- * Small update of Russian translation (fix fuzzy-string and other) -- File Changes -- M po/ru.po (55) -- Patch Links --

Re: [Github-comments] [geany/geany] Small update of Russian translation (#1761)

2018-02-08 Thread Skif-off
I thought that all the po-files are updated at the same time, but now I'm looking at the [PR](https://github.com/geany/geany/commit/c3c1921c16c58e791ed6a3b9e1924537da4302cd) and see the differences: new line and many changes line numbers of source files. I had to run the command ```make

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Why ```GP_CHECK_PLUGIN_GTK3_ONLY```? Is plugin don't support build with GTK2 now? -- 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/697#issuecomment-368225063

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Thanks, I was confused by the [GP_CHECK_PLUGIN_GTK**3_ONLY**](https://github.com/geany/geany-plugins/pull/697/files#diff-c6ec9ad09f6351d19420270032720e7eR4). P.S. I use Xubuntu 17.10, but I compile on my own (I use [PR 1752](https://github.com/geany/geany/pull/1752)) and [I don't

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Sorry, I didn't understand :) Is Geany drop to support GTK2? -- 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/697#issuecomment-368226268

Re: [Github-comments] [geany/geany-plugins] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

2018-02-24 Thread Skif-off
Closed #706. -- 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/706#event-1490587264

Re: [Github-comments] [geany/geany-plugins] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

2018-02-24 Thread Skif-off
@elextr Big thanks :) I knew, I knew that I missed something, something trivial! :)) [Here](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_sci.h#L93) uses ```SLT_INT``` type and I was wrong with marker number. I have fixed it, replaced ```1``` on ```0x2``` ```lua local n =

  1   2   3   >