>Somebody who has Windows 11 and can build Geany with this needs to
>test as well.
No need to build yourself, a full installer with the changes can be
downloaded from
the CI builds: https://github.com/geany/geany/actions/runs/8869590862
Windows 10/11 feedback would be great, I can only test on Wi
Fine, both you and frlan prefer it so no problem, the source is only read by
the developers, not the users.
IIRC rEsT (never remember the caPitaLization ;-) spaces list items independent
of blank lines in the source, so should not matter.
The plugin pages in `plugins.geany.org` are made from th
> which assumes ReST markup
I added the new lines because it was easier for me to read the text version. I
ran it through pandoc to preview, and saw no difference. But with a different
parser or added stylesheet, there could be extra space between the items. Like
the difference between:
```
@xiota pushed 1 commit.
442647c436a1188e07d8c9a56264436e1c989d34 meson: fix workflow
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1345/files/a7d524b70dda93657149b90a378ce91813b1d2ac..442647c436a1188e07d8c9a56264436e1c989d34
You are receiving this because you are subscribed
@xiota pushed 1 commit.
a7d524b70dda93657149b90a378ce91813b1d2ac meson: fixes, update, workflow
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1345/files/6efe0f6a6c798684b90ac8b2c287f4c9803ab0c9..a7d524b70dda93657149b90a378ce91813b1d2ac
You are receiving this because you are
@xiota exact formatting for READMEs doesn't matter so long as they render ok on
`plugins.geany.org` which assumes ReST markup IIRC but I don't know how to see
what the new version of the page looks like.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugin
@xiota commented on this pull request.
> +* Wizard to create new LaTeX documents in a fast and easy way
+ with a bunch of templates available
+
+* A front end for add labels ``\label{}`` and references ``\ref{}`` and
+ ``\pageref{}`` with getting suggestion from aux file of document
+
+* Inse
Also I presume the native dialogs are themed by the platform, not by GTK
themes, so they may look totally different to the rest of Geany. @techee for
Macos and whoever tests on Windows 11 need to try.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/386
@elextr approved this pull request.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3851#pullrequestreview-2027483976
You are receiving this because you are subscribed to this thread.
Message ID:
Somebody who has Windows 11 and can build Geany with this needs to test as well.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3861#issuecomment-2081771567
You are receiving this because you are subscribed to this thread.
Message ID:
I've bisected this to https://github.com/geany/geany/pull/3267. The original
code contained the `switch_to_session_page()` function which emitted the
`switch-page` signal even in the case when the right tab was already selected
(so no real switch happened) which then lead to correct "document-ac
I'm curious though as I only use Linux, it won't change anything for me :D.
But I'll give it a try on Windows, this will take a few days though.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3861#issuecomment-2081658681
You are receiving this because yo
@eht16 commented on this pull request.
> @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE],
GP_ARG_DISABLE([GeniusPaste], [auto])
GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE,
- [libsoup-2.4 >= 2.4.0])
+ [gtk+-3.0 >= 3.16
No. It break
@b4n pushed 1 commit.
d336856411f9b8897b62c705da5944c29205647b Update CI for libsoup3
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1342/files/0e025a780b403c083c1d3dcfede8c42a3c26d865..d336856411f9b8897b62c705da5944c29205647b
You are receiving this because you are subscribed
@b4n commented on this pull request.
> @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE],
GP_ARG_DISABLE([GeniusPaste], [auto])
GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE,
- [libsoup-2.4 >= 2.4.0])
+ [gtk+-3.0 >= 3.16
@eht16 Seems t
@b4n pushed 4 commits.
125fe5376e806fb26612d6af1505b639efe8f0df geniuspaste: Port to libsoup3
bb27723f0bea02016036573524570001f1b7a443 geniuspaste: Remove use of deprecated
GTK API
1c3ca837f59d98f1b4d26ef69a102049fe6eb391 geniuspaste: Enable HTTPS for
paste.debian.net
0e025a780b403c083c1d3dcf
@b4n pushed 1 commit.
7758920773f9918f1a672064434122ea674e5a79 Update CI for libsoup3
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1342/files/ab31775cbaa1fc401d5c7c0aa8231726d0729f4e..7758920773f9918f1a672064434122ea674e5a79
You are receiving this because you are subscribed
Merged #1343 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1343#event-12635676877
You are receiving this because you are subscribed to this thread.
Message ID:
@frlan commented on this pull request.
> +* Wizard to create new LaTeX documents in a fast and easy way
+ with a bunch of templates available
+
+* A front end for add labels ``\label{}`` and references ``\ref{}`` and
+ ``\pageref{}`` with getting suggestion from aux file of document
+
+* Inse
@b4n commented on this pull request.
> @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE],
GP_ARG_DISABLE([GeniusPaste], [auto])
GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE,
- [libsoup-2.4 >= 2.4.0])
+ [gtk+-3.0 >= 3.16
Indeed, trying
@b4n pushed 2 commits.
bdd4db94934400b447c8a7d5de2a7c5cd3740bf0 geniuspaste: Enable HTTPS for
paste.debian.net
ab31775cbaa1fc401d5c7c0aa8231726d0729f4e Update CI for libsoup3
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1342/files/4ea2725da6e3a26e8ff6fb178f3b0125f04b24bd.
Closed #1071 as completed via #1330.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1071#event-12635626369
You are receiving this because you are subscribed to this thread.
Message ID:
Merged #1330 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#event-12635626337
You are receiving this because you are subscribed to this thread.
Message ID:
This is an experiment to use GtkFileChooserNative on Windows and macOS to
address issues like
https://github.com/geany/geany-osx/issues/14
where the GTK dialogs don't offer the best user experience.
I kept using GtkFileChooser on Linux because it adds extra widgets to the
dialog like file enco
@b4n commented on this pull request.
LGTM, indeed the ABOUTs don't seem useful, and for numberedbookmarks it's an
old version of README including typos that have been corrected.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1343#pullrequestr
@b4n commented on this pull request.
> +* Wizard to create new LaTeX documents in a fast and easy way
+ with a bunch of templates available
+
+* A front end for add labels ``\label{}`` and references ``\ref{}`` and
+ ``\pageref{}`` with getting suggestion from aux file of document
+
+* Insert
Thanks for taking the time out to explain. It's much appreciated.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3852#issuecomment-2081579749
You are receiving this because you are subscribed to this thread.
Message ID:
> To confirm, the first is Windows? The second macOS? Both with GIO?
Only speaking for the macOS part - yes, the second message is on macOS with GIO.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1340#issuecomment-2081536322
You are receiving t
> `GET request failed: WinHttp error: SECURE_CHANNEL_ERROR`
>
> `Unable to perform version check: Operation not supported`
To confirm, the first is Windows? The second macOS? Both with GIO?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1340#i
So I get
```
17:47:11.712578: Updatechecker MESSAGE : Checking for updates (querying URL
"https://geany.org/service/version/";)
17:47:14.085164: Updatechecker WARNING : Unable to perform version check:
Operation not supported
```
in debug messages and also the corresponding popup error :-(.
--
This PR adds ability to build with meson. It does not attempt to duplicate
autotools-specific functionality, like testing the presence of specific headers
or functionality of build-system components.
All plugins build successfully with meson. They all appear to load and unload
correctly. Som
> What do you mean, with GIO, with libsoup, with anything? If it doesn't work
> neither on macos not Windows, it starts to feel like nobody is gonna be using
> it 😆
Yeah, it was with libsoup which, when using gtk-osx for building dependencies,
depends on gnutls:
https://gitlab.gnome.org/GNOME/
Merged #1344 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1344#event-12635099051
You are receiving this because you are subscribed to this thread.
Message ID:
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1344
-- Commit Summary --
* Fix CPP CMake option capitalization
-- File Changes --
M .github/workflows/build.yml (2)
-- Patch Links --
https://github.com/geany/geany-plugins/p
@techee you don't want to be shipping TLS, that should be using a system
library, the last thing you need is to be constantly updating as CVEs are fixed
against it. If it doesn't use a system library then it shouldn't be available.
> nobody is gonna be using it 😆
Its wrong on Linux, doesn't wo
> > I "think" it will work.
> > In detail this is, when querying https://geany.org/ I get an error: `GET
> > request failed: WinHttp error: SECURE_CHANNEL_ERROR`. […]
> > If I change the URL to query to https://httpbin.org/anything/version, the
> > HTTP request works fine and I get the expected r
WFM.
> if the software draws the string colors AFTER scalar and identifier_1 color,
> these colors are ovewritten by string color, and that seems to be the deep
> problem.
No it doesn't work like that. What version of Geany are you using?
--
Reply to this email directly or view it on GitHub:
if the software prints the **string colors** AFTER **scalar and identifier_1**
color, these colors are ovewritten by string color, and that seems to be the
deep problem.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3860#issuecomment-2081494130
You
Have done that, opened via Tools, replaced all the file content with the
configs you suggested and still not working.
I closed geany, reopened, and even think that **bash** is taken by geany as
**sh** too ?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/is
Merged #1310 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1310#event-12634889055
You are receiving this because you are subscribed to this thread.
Message ID:
@eht16 approved this pull request.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#pullrequestreview-2027099072
You are receiving this because you are subscribed to this thread.
Message ID:
> The bad news is that it doesn't work too.
> I have added it, closed geany, reopen and all is the same.
WFM, looks like that:
Default:
![default](https://github.com/geany/geany/assets/793526/73d4a2cd-639d-46bf-8ff9-dd28c7e37a32)
Adding `lexer.bash.styling.inside.string=1`
![strings](https://gi
> I "think" it will work.
> In detail this is, when querying https://geany.org/ I get an error: `GET
> request failed: WinHttp error: SECURE_CHANNEL_ERROR`. […]
>
> If I change the URL to query to https://httpbin.org/anything/version, the
> HTTP request works fine and I get the expected response.
One question: what is the correct: altering via Geany Tools, ... or editing
directly in the file /usr/share/geany/file...
Because opening in Tools, **all lines appear commented** and is is different
from the same file in /usr/share/geany/file...
What is actually used ?
--
Reply to this email
The bad news is that it doesn't work too.
I have added it, closed geany, reopen and all is the same.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3860#issuecomment-2081480908
You are receiving this because you are subscribed to this thread.
Message
Try adding this in *filetypes.sh* (you can open it from *Tools → Configuration
files → Filetypes configuration files → Scripting languages*):
```ini
[lexer_properties]
lexer.bash.styling.inside.string=1
lexer.bash.styling.inside.backticks=1
lexer.bash.styling.inside.parameter=1
lexer.bash.styling.
@eht16 commented on this pull request.
> @@ -60,6 +60,8 @@ typedef struct GeanySearchPrefs
gbooleanuse_current_file_dir; /* find in files directory to
use on showing dialog */
gbooleanhide_find_dialog; /* hide the find dialog
on next or previous
In the end it's a little matter of taste, but compare it to HTML's
```html
...
```
and
```html
…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1330#issuecomment-2081475695
You are receiving this because you are subscribed to this thread.
@eht16 pushed 1 commit.
bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad fixup: do not increase plugin API
version
--
View it on GitHub:
https://github.com/geany/geany/pull/3851/files/c0cd092a49a3162f57691099f115fc2689515774..bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad
You are receiving this because you
Looks good now.
As said before, I cannot judge whether the result of the snippets is as
desired. To me it feels a little confusing that the element in the "itemize"
environment is indented while for the other ones the cursor position is not
indented.
Maybe it's ok.
--
Reply to this email dire
@eht16 commented on this pull request.
> @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE],
GP_ARG_DISABLE([GeniusPaste], [auto])
GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE,
- [libsoup-2.4 >= 2.4.0])
+ [gtk+-3.0 >= 3.16
We also need
PHP uses "preprocessor" color for the dollar variables, not identifier_1 ( that
sh/bash uses )
**The question is:** Why geany can draw php dollar variables interpolated in
string correctly, but not for shellscript ?
--
Reply to this email directly or view it on GitHub:
https://github.com/ge
> Guys, be a bit patient :D. I'll test this on Windows/MSYS2 later or in the
> next days.
I "think" it will work.
In detail this is, when querying https://geany.org I get an error: `GET request
failed: WinHttp error: SECURE_CHANNEL_ERROR`. But I guess this is not related
to the changes but rath
@b4n Thanks for having a look at it - I'll address the changes you suggested.
> Apart from that, I was kind of disappointed that the "goto file" only lists
> Geany open documents rather than the project's documents -- maybe you'd like
> to add that?
Definitely makes sense for projectorganizer w
> @techee any chance you could check whether gvfs works with HTTP(S) under
> macos?
The thing is that I didn't even manage to get tls running correctly (it
compiled but https didn't work afterwards, probably some configuration issue)
so the updatechecker plugin isn't part of the macOS release.
An important observation:
For single quoted string 'Single quoted string kills $dollar $vars' it is OK as
they kill dollar variables. In this case, the string color is used.
But double quotes "Double quotation keeps the $dollar $variables" they should
be colored as identifier_1 as geany does o
I thank the lexer.bash.styling.inside.string information. How to set it ?
If Geany color application followed a simple rule, it would NOT depend on
language neither of this config.
The algorithm now paits string after the identifier_1 color with is for dollar
variables.
If just the identifier_1 c
I use vim and it always color the identifier with a different color. It
does not matter if is shell script or php.
If geany draws identifier_1 nicely out of the string and do not when the
dollar variable is interpolated in a string it is geany weakness and I
could myself show how to fix it
Em dom,
> you never know what the future of the web holds
Yeah, its just a fad :grin:
> A new feature maybe, but well.
But the G* guys would never break API without a new major version
Anyway as you say, there are prototypes for all four plugins available, so if
we are not gonna kill any off then
Bash and PHP are mentioned.
AFAICT bash needs property `lexer.bash.styling.inside.string` set but the
default is unset.
Php styles `$word` inside strings as `SCE_HPHP_HSTRING_VARIABLE` so it depends
on what it maps to and what the theme set it to.
--
Reply to this email directly or view it on
@elextr you never know what the future of the web holds, but I highly doubt a
security issue would ruin the current API. A new feature maybe, but well.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1340#issuecomment-2081379570
You are receiving
That's not how things work here, the identifier id either recognized as such
anf given a separate style (which we might or might not draw the same as a
string), or it's not recognized and thus is considered a string.
Which language do you have issue with?
--
Reply to this email directly or vie
62 matches
Mail list logo