How do we synchronize geany setting of Windows' geany to Linux one i.e. Windows' geany setting follow the Linux'
And such for configurable components else too, (clearly point out step by step)
thanks before.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3842
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3842(a)github.com>
hi,
I see this block: (in a theme):
type=#2C8E99;;true;false
class=type
function=#FFFF00
parameter=#FFF35F
and can even guess that the second "true" stands for "bold"...
But I can't get the functions' color change (I mean my functions, not php's)
Is there a way to do that?
thanks in advance...
Peter
// I've done a search in Q&A only....
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3840
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3840(a)github.com>
**Depends on #3828, merge that first.**
Show status message when there's no search text - like Find in Files does.
Don't error when find & replace text are the same and regex is enabled. E.g. when using `\1` in replace text, the result is not the same.
Also set replace background when find & replace text are the same.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3841
-- Commit Summary --
* Make Find set entry background on error
* Make Replace set entry backgrounds on error
* Always reset entry backgrounds on dialog response
* Improve Find/Replace dialog errors
-- File Changes --
M src/search.c (66)
M src/ui_utils.c (5)
M src/utils.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/3841.patchhttps://github.com/geany/geany/pull/3841.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3841
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3841(a)github.com>
When the Find in Files path doesn't exist, the *status bar* says "Cannot execute grep tool...: Failed to change the working directory. Check the path setting in Preferences". Which is confusing and hides the real problem in the middle of irrelevant text. Instead, show a dialog with the correct error only.
Also show dialogs for no search text & bad search regex errors, rather than status bar messages.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3818
-- Commit Summary --
* Improve search errors
-- File Changes --
M src/search.c (11)
-- Patch Links --
https://github.com/geany/geany/pull/3818.patchhttps://github.com/geany/geany/pull/3818.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3818
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3818(a)github.com>
Closed #93.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/93#event-12465331641
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/93/issue_event/12465331641(a)github.com>
If the previous build had a long error message, I have to scroll to the right. The next build is still scrolled to the right and I can't see all the normal length messages until I manually scroll back to the left. This resets the size of the treeview when a build is started.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3816
-- Commit Summary --
* [build] Reset compiler treeview width at start of build
-- File Changes --
M src/build.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/3816.patchhttps://github.com/geany/geany/pull/3816.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3816
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3816(a)github.com>
@frlan as devhelp has been removed just close it.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/93#issuecomment-2054307272
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/93/c2054307272(a)github.com>
Hi, I am on an older version of ubuntu so the repos are not up to date. I installed geany from source to be up to date and was hoping to get the plugins. I can't make sense of the install instructions. I tried both cloning and getting the release files, tried running `autogen.sh` and `./configure` but not sure what the exact procedure is supposed to be? Also tried moving the releases into `~/.config/geany/plugins/` but geany does not pick them up.
Also saw #1063 and #1163, not sure of the implications. Is it not possible to obtain these in this manner?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1169
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1169(a)github.com>
Hi, this new plugin provides a way to quickly launch external tools (i.e. non-geany tools) in the same context as a document. For example, this includes starting a terminal or a file manager in the same directory as the current file.
The commands to execute are configurable in the Plugin preferences, and the tools may be launched from the Tools menu, or via keybinds.
The code is built in a way to easily allow addition of extra tools, though in the feature it would be really nice to support such customization directly through UI in the preferences, without code modification.
<img src="https://github.com/geany/geany-plugins/assets/31203804/b90e0eff-7… width=30%>
<img src="https://github.com/geany/geany-plugins/assets/31203804/d9401b00-2… width=30%>
Supersedes [geany/#3813](https://github.com/geany/geany/pull/3813)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1325
-- Commit Summary --
* [New] External Tools: Launch system tools, like terminal or file manager
-- File Changes --
M MAINTAINERS (7)
M Makefile.am (4)
A build/externaltools.m4 (9)
M configure.ac (1)
A externaltools/AUTHORS (1)
A externaltools/COPYING (340)
A externaltools/ChangeLog (4)
A externaltools/Makefile.am (4)
A externaltools/NEWS (1)
A externaltools/README (54)
A externaltools/src/Makefile.am (11)
A externaltools/src/externaltools.c (427)
M po/POTFILES.in (3)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1325.patchhttps://github.com/geany/geany-plugins/pull/1325.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1325
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1325(a)github.com>