duplicate of #3345
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3363#issuecomment-1368359136
You are receiving this because you are subscribed to this thread.
Message ID:
Closed #3363 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3363#event-8133468471
You are receiving this because you are subscribed to this thread.
Message ID:
It is reported on the redhat bugzilla and is a wayland issue. aka upstream.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3363#issuecomment-1368356974
You are receiving this because you are subscribed to this thread.
Message ID:
Ok, well the list of names in `filetypes.fortran` hasn't been updated since
2014 so I suspect "somebody" who uses/knows fortran needs to bring it up to
date.
Older names should be left in the list so it supports older versions too, even
if they have been removed in newer standards.
--
Reply t
Yes, it was introduced in the 2018 standard. All modern Fortran files use the
.f90 extension.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3362#issuecomment-1368329047
You are receiving this because you are subscribed to this thread.
Message ID:
f90? google says its [fortran
2018](https://gcc.gnu.org/onlinedocs/gfortran/RANDOM_005fINIT.html)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3362#issuecomment-1368328807
You are receiving this because you are subscribed to this thread.
Message ID
The Fortran function random_init is not highlighted in f90 files.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3362
You are receiving this because you are subscribed to this thread.
Message ID:
@dolik-rce pushed 1 commit.
94833eaf14a3c93c70f9bab3c6d4ad63774d2adc Fix popup overlapping the carret
--
View it on GitHub:
https://github.com/geany/geany/pull/3316/files/bbbfda4679f6ca2680be1149f9f0fdcae83b21e1..94833eaf14a3c93c70f9bab3c6d4ad63774d2adc
You are receiving this because you are su
@dolik-rce commented on this pull request.
> + gint y = SSM(sci, SCI_POINTYFROMPOSITION, 0, pos) + line_height;
+ GdkRectangle rect = {x, y, 0, 0};
+ GdkGravity rect_anchor = gtk_widget_get_direction(GTK_WIDGET(menu)) ==
GTK_TEXT_DIR_RTL ? GDK_GRAVITY_NORTH_EAST : GDK_GRAVITY_NO
> I don't quite like the states in-between commits (although I understand their
> motivation)
I can squash or rearrange the commits if you want. The commits were primarily
separated to allow immediate merge, without waiting for GTK 3.24. But I believe
that it is now almost certain, that next re
10 matches
Mail list logo