@AdamDanischewski Geany operates on tab == 4 not tab == 8, please set Geany
correctly and undo your alignment changes to sciwrapper.h
--
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/2328#i
And FGS don't make another PR do it on this one :grin:
--
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/2328#issuecomment-536248325
This also has comments, it still needs to be re-reviewed. No?
--
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/2328#issuecomment-536234304
Ideally the latter two PRs would be closed and the original updated since it
has comments and reviews on 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/pull/2328#issuecomment-53645
@codebrainz They are the same. #2325 was approved but had a subsequent update.
I'll keep it on the same PR in the future. For now I'll leave this open since
there is no point to going back to #2325.
--
You are receiving this because you are subscribed to this thread.
Reply to this email direct
I'm not a huge fan of using an icon and tooltip as the UI since it's not very
obvious or keyboard friendly, but still it's better than the current no UI.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/gea
ntrel commented on this pull request.
> * Fixed commands - these perform built-in actions:
- * Go to the next error.
- * Go to the previous error.
- * Show the build menu commands dialog.
+* Go to the next error.
+* Go to the previous error.
+* Show the build menu commands dialog.
Ok, wei
codebrainz commented on this pull request.
> An item with an empty label will not be shown in the menu.
-
Since the `.txt` file is also meant to be read directly (ex. it's installed
into docs directory), IMO it's a worthwhile tradeoff to reflow, but again not a
big deal.
--
You are receivi
codebrainz commented on this pull request.
> * Fixed commands - these perform built-in actions:
- * Go to the next error.
- * Go to the previous error.
- * Show the build menu commands dialog.
+* Go to the next error.
+* Go to the previous error.
+* Show the build menu commands dialog.
It
Closed #758.
--
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/758#event-2670587632
I close this now as the debugger plugin with GTK2 & 3 support was just released
in Geany-Plugins 1.36.
--
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/758#issuecomment-536193931
Merged #5 into 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/infrastructure/pull/5#event-2670580593
Great! LGTM.
--
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/infrastructure/pull/5#issuecomment-536192749
You can view, comment on, or merge this pull request online at:
https://github.com/geany/infrastructure/pull/5
-- Commit Summary --
* Add scripts used to publish a new release
-- File Changes --
A scripts/md5sums (14)
A scripts/md5sums_plugins (14)
A scripts/publish-release (1
## General
* Give precedence to user-defined filetype extension mappings over default ones
([PR#2166](https://github.com/geany/geany/pull/2166)).
* Give precedence to the longest matching filetype pattern
([Issue#1499](https://github.com/geany/geany/issues/1499),
[Issue#1921](https://github.com/
# General
* Windows: Update dependencies
* Various fixes of usage of '#include "geanyplugin.h" (PR #882)
# Plugins
## Addons
* Add additional color format (PR #884)
* Fix document list menu position (PR #895)
## Autoclose
* Fix deprecated GTK call for GTK+3 (PR #857)
## Automark
* Fix compiler
Merged #905 into 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/905#event-2670546314
@elextr did you expect anything else? :D
--
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/905#issuecomment-536188346
Merged #2329 into 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/pull/2329#event-2670514012
b4n approved this pull request.
LGTM
--
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/2329#pullrequestreview-294634530
Previously Nim was grouped on the top-level menu
because the group was missing.
This improves the filetypes menu at least as long as
https://github.com/geany/geany/issues/2087 is solved.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2329
-
I added all the suggestions except reflowing joined paragraphs.
--
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/2326#issuecomment-536180339
ntrel commented on this pull request.
> An item with an empty label will not be shown in the menu.
-
I've not done this, ideally yes. I prefer not to reflow too often otherwise the
history/diff can introduce more conflicts.
--
You are receiving this because you are subscribed to this thread
ntrel commented on this pull request.
> * Fixed commands - these perform built-in actions:
- * Go to the next error.
- * Go to the previous error.
- * Show the build menu commands dialog.
+* Go to the next error.
+* Go to the previous error.
+* Show the build menu commands dialog.
Yes. BT
@ntrel pushed 1 commit.
687855b65f9712575e55f0c7b911ea1dc96321a4 review tweaks
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/geany/geany/pull/2326/files/5f0df3d7d04d5aa9c908c99af23723188320382b..687855b65f9712575e55f0c7b911ea1dc96321
Closed #193.
--
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/193#event-2670487987
Nim filetype was added in #2085.
--
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/193#issuecomment-536179498
JFTR, Nim was added in #2085.
--
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/1772#issuecomment-536179415
I've now done the same for all preferences overridden by a project.
> the docs should be updated to explain these icons/behaviours and why they
> exist.
Now done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://git
@ntrel pushed 1 commit.
48e24553bea346e4f717a6c0eddcd71c94bf5482 [docs] Describe info icons for
Preferences
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/geany/geany/pull/2316/files/32f99badc0db3a99285ad359d341aa86b98a22c9..48e24553
30 matches
Mail list logo