> Nah, it happens that people learning Git can stuff it up so bad its easier to start again, no problem.
Well, it usually is not easier, but people just don't know it 😅
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1465191272
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1465191272(a)github.com>
Instead of breaking the flow, just force-push your branch: `git push -f origin bracketcolors_v1`. You probably can even revive this one by simply reopening it, and if GitHub isn't smart enough, there's a bunch of tricks we could do to force it's hand.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1465190977
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1465190977(a)github.com>
Nah, it happens that people learning Git can stuff it up so bad its easier to start again, no problem.
But unfortunately that disconnects the discussion.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1465065800
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1465065800(a)github.com>
For D and Python, we try to read the calltip from the constructor method (e.g. "__init__" for Python) instead of from the class tag itself. If we don't find a matching constructor method tag, now we continue looking at the class tag itself.
This is useful for global tags where the constructor signature might be defined on the class tag itself.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3334
-- Commit Summary --
* Use constructor method calltip only if available
-- File Changes --
M src/editor.c (14)
-- Patch Links --
https://github.com/geany/geany/pull/3334.patchhttps://github.com/geany/geany/pull/3334.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3334
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3334(a)github.com>
Closed #1221.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#event-8723027077
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/issue_event/8723027077(a)github.com>
@asifamin13 pushed 1 commit.
7cd6454107f45540a1f62f4d471d78fecdd9583c Bracketcolors v1 codereview 3/10/23 (#3)
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1221/files/0850594b6132956e8a81…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/push/12902959173(a)github.com>
@asifamin13 commented on this pull request.
> + static gchar char_at(ScintillaObject *sci, gint pos)
+/*
+
+----------------------------------------------------------------------------- */
+{
+ return sci_get_char_at(sci, pos);
+}
When I was writing this, I was using the `autoclose` plugin as a template [which has this wrapper as well](https://github.com/geany/geany-plugins/blob/dc6980e5df24434597b37a5a7…. I suspect the authors of `autoclose` used the wrapper for convenience since it's used a lot, I don't really need it as bad to be honest.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#discussion_r1132943357
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/review/1335709178(a)github.com>
Source files with uppercase .F77 file extension do not syntax highlight when opened. .F90 works perfectly.
![f77-bug-001](https://user-images.githubusercontent.com/1883220/223439874-e257d5e9-bbef-41b2-9954-23aeee80a2c9.png)
![f77-bug-002](https://user-images.githubusercontent.com/1883220/223439908-27e2f558-fc2b-45c4-a102-d84ab188ac28.png)
![f77-bug-003](https://user-images.githubusercontent.com/1883220/223439933-54744f3c-ccb0-4866-a406-7b9ac52289aa.png)
![f77-bug-004](https://user-images.githubusercontent.com/1883220/223439955-59ccbc64-faa3-4c07-9e89-2134d451ff07.png)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3425
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3425(a)github.com>