[Github-comments] Re: [geany/geany-plugins] Plugin Request: source control gutter indicators (Issue #1244)

2023-03-27 Thread Asif Amin via Github-comments
Closed #1244 as completed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1244#event-8857179553
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] Plugin Request: source control gutter indicators (Issue #1244)

2023-03-27 Thread Asif Amin via Github-comments
You are right, it does. I needed to enable `show markers margin` in 
Preferences->Editor->Display. to get the "gutter" functionality 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1244#issuecomment-1485662679
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] Plugin Request: source control gutter indicators (Issue #1244)

2023-03-27 Thread Enrico Tröger via Github-comments
Or just use the existing plugin
https://github.com/geany/geany-plugins/tree/master/git-changebar :).

This does exactly what you request.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1244#issuecomment-1485564709
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] [geany/geany-plugins] Plugin Request: source control gutter indicators (Issue #1244)

2023-03-27 Thread Asif Amin via Github-comments
Geany is my favorite IDE, but sometimes I use VSCode in certain instances. One 
feature that I really wish was in Geany is the "Gutter Indicators" that show 
when a line is modified, deleted, or added. 

Here is an example from VS Code

![image](https://user-images.githubusercontent.com/122637911/228015475-fa82d644-7b20-4989-9448-f19854613f84.png)

This might be possible using the Scintilla margin API and 
[libgit2](https://libgit2.org/)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1244
You are receiving this because you are subscribed to this thread.

Message ID: 

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

2023-03-27 Thread Skif-off via Github-comments
> by just having a look at the parser (and not knowing the language), it seems 
> that the parser supports scopes (i.e. nesting one tag inside other tag).
> ...
> it seems that you can nest one function inside another

It seems the language does not support such constructs.

Any part of code can be placed inside the `#Region ... #EndRegion`, but 
`#Region ... #EndRegion` is not a regular operator, macro or directive and does 
not participate in code execution in any way: this is just a visual cue (for 
the authors, not for the AutoIt), which allows to fold pieces of code. Usually 
these are some logically related parts of the script - group of functions 
and/or variables and so on.
I'm not sure if I managed to explain correctly, I'm one of those who just use 
it :)

> Second, very minor thing is that in https://github.com/geany/geany/pull/3428 
> we changed comments for wordchars and comment_use_indent in the filetype 
> config files

Fixed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1752#issuecomment-1485124807
You are receiving this because you are subscribed to this thread.

Message ID: 

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

2023-03-27 Thread Skif-off via Github-comments
@Skif-off pushed 1 commit.

c598c9ead6fd919d8ef7e68840e717adef8d917f  Improve some comments in 
filetypes.autoit

-- 
View it on GitHub:
https://github.com/geany/geany/pull/1752/files/b7ccf84891f4653528acf60398da7326713b6f18..c598c9ead6fd919d8ef7e68840e717adef8d917f
You are receiving this because you are subscribed to this thread.

Message ID: