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

2018-08-06 Thread elextr
elextr commented on this pull request. > @@ -0,0 +1,121 @@ +/* I think @b4n means #1263, but even that is almost 2 years olde because its so big. -- 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 syntax highlighting and Ctags parser for AutoIt (#1752)

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,121 @@ +/* Is it your local, not public PR for now (i.e. in your PC)? I could not find it here and in your fork of Geany's repository. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] cli: add option to open a new, empty file (#1811)

2018-08-06 Thread LarsGit223
Ok, I cleaned up/removed the left-over comment line and renamed the option to ```--untitled```. Also, I squashed all commits into one. -- 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-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] cli: add option to open a new, empty file (#1811)

2018-08-06 Thread LarsGit223
LarsGit223 commented on this pull request. > @@ -248,6 +255,7 @@ static void check_socket_permissions(void) * (taken from Sylpheed, thanks) * Returns the created socket, -1 if an error occurred or -2 if another socket exists and files * were sent to it. */ +//gint socket_init(gint argc,

Re: [Github-comments] [geany/geany] cli: add option to open a new, empty file (#1811)

2018-08-06 Thread LarsGit223
@LarsGit223 pushed 2 commits. ffaf264 Removed left-over out commented line d1fa470 Renamed cli option '--empty' to '--untitled' -- You are receiving this because you are subscribed to this thread. View it on GitHub:

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > @@ -0,0 +1,121 @@ +/* Yeah it's using features we don't yet have, but there's a PR on importing that, I just have to finish reviewing it (and it's huge). -- You are receiving this because you are subscribed to this thread. Reply to this email directly

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,121 @@ +/* Sorry, I can not check it in Geany (maybe because CTags version is more old?), I could not transfer the changes to my PR. I checked your PR in CTags and it seems that working fine. -- You are receiving this because you are

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > @@ -0,0 +1,121 @@ +/* Let's stop hijacking your PR and continue at https://github.com/universal-ctags/ctags/pull/1811 :) -- 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 syntax highlighting and Ctags parser for AutoIt (#1752)

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p = line; + if (p [0] == '#') + { +

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > +/* +* FUNCTION DEFINITIONS +*/ +static void findAutoItTags (void) +{ + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p =

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p = line; + if (p [0] == '#') + { +

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > +/* +* FUNCTION DEFINITIONS +*/ +static void findAutoItTags (void) +{ + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char*

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p = line; + if (p [0] == '#') + { +

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

2018-08-06 Thread Colomban Wendling
b4n approved this pull request. Looks good. Just needs squashing and should be good to go. -- 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/1752#pullrequestreview-143597573

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

2018-08-06 Thread Skif-off
@Skif-off pushed 1 commit. 37f4131 Some small fixes (filetypes.autoit and scintilla_changes.patch) -- You are receiving this because you are subscribed to this thread. View it on GitHub:

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p = line; + if (p [0] == '#') + { +

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > +/* +* FUNCTION DEFINITIONS +*/ +static void findAutoItTags (void) +{ + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p =

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -74,7 +74,7 @@ index ed47aa8..e58f1ab 100644 LINK_LEXER(lmAsm); - LINK_LEXER(lmAsn1); - LINK_LEXER(lmASY); -- LINK_LEXER(lmAU3); + LINK_LEXER(lmAU3); I will check and fix it. -- You are receiving this because you

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char* p = line; + if (p [0] == '#') + { +

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > +/* +* FUNCTION DEFINITIONS +*/ +static void findAutoItTags (void) +{ + vString *name = vStringNew (); + const unsigned char *line; + + while ((line = readLineFromInputFile ()) != NULL) + { + const unsigned char*

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > + +[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

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment Ok, I will fix it. -- You are

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,121 @@ +/* I took it from another parser and added all needed info for possible maintainers: links to homepage and documentations and a list of what the parser can do. You can find discussion

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > + +[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

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > +function=function +keyword=type +macro=preprocessor +string=string +operator=operator +variable=keyword_2 +sent=other +preprocessor=preprocessor +special=type +expand=default +comobj=keyword_1 +udf=class + +[keywords] +keywords=and byref case const

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment +commentblock=comment +number=number

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > + +[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

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

2018-08-06 Thread Colomban Wendling
b4n commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment We have 2 named styles: one for

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > +function=function +keyword=type +macro=preprocessor +string=string +operator=operator +variable=keyword_2 +sent=other +preprocessor=preprocessor +special=type +expand=default +comobj=keyword_1 +udf=class + +[keywords] +keywords=and byref case const

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment +commentblock=comment +number=number

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment Usually AutoIt's line and block

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

2018-08-06 Thread Skif-off
Skif-off commented on this pull request. > @@ -0,0 +1,72 @@ +# For complete documentation of this file, please see Geany's main documentation +# AutoIt 3.3.14.2 +[styling] +# Edit these in the colorscheme .conf file instead +default=default +comment=comment +commentblock=comment +number=number