Hi
I was wondering if you had a release date for the above please?
Thank you
Kobus
~~~~~~~~~~~~
Kobus Bensch - Senior Systems Engineer
Yospace - The Dynamic Ad Insertion Company
Church House, 18-20 Church Street, Staines TW18 4EP
Switchboard: +44 1784 466388 Ext. 217 | Fax: +44 1784 466387
Technical Support: +44 1784 818312 - support(a)yospace.com
http://www.yospace.com
Hello,
I edit PHP files with a lot of variables.
Is it possible to exclude the variables from the list of symbols so that
only the functions remain?
If so, how do I go about it?
Thanks in advance.
Florian.
Putting back on list.
On Fri, 30 Jun 2023 at 18:37, Lex Trotman <elextr(a)gmail.com> wrote:
>
> As I said, don't know about packages.
>
> The Fedora package google found
> https://fedora.pkgs.org/37/fedora-x86_64/geany-libgeany-1.38-3.fc37.i686.rp…
> has maintainer as - so thats no help. But there is
> https://rpms.remirepo.net/rpmphp/zoom.php?rpm=geany, see line two EL9?
>
> On Fri, 30 Jun 2023 at 17:49, Kobus Bensch <kobus(a)yospace.com> wrote:
> >
> > So who maintains the geany rpm i. The repo so i can ask?
> >
> > Sent from my iPhone
> >
> > > On 30 Jun 2023, at 07:06, Lex Trotman <elextr(a)gmail.com> wrote:
> > >
> > > Let me repeat once more, the Geany project does not make distro
> > > packages, you need to ask the distro, be it epel, oracle, or santa
> > > clause (well he is into distribution of presents, if not linux :-D
> > >
> > > I'm afraid you need to ask the question of the right people or you
> > > won't get an answer because we simply do not know.
> > >
> > > Cheers
> > > Lex
> > >
> > >> On Fri, 30 Jun 2023 at 15:43, Kobus Bensch <kobus(a)yospace.com> wrote:
> > >>
> > >> In the epel8 repo there are packages for geany and all of the plugins. The epel9 repo on has the geany and the associated lib. There are no plugins available in the epel9 repo. The question here is will there be plugins at some stage in the epel9 repository for rom based distributions.
> > >>
> > >> Epel is an extended packages for enterprise linux repository that is used by for example the following distributions:
> > >> Oracle linux
> > >> Red Hat
> > >> Alma
> > >> Rocky
> > >> Centos
> > >> And I am sure some ithers i can not think of at this stage. So its not really about Oracle linus at all but the epel repository that does not have any of the plugins rpm available to install the plugins doc says to make sure you have the epel repository for your distribution installed and the. To so a yum/dnf install geany-pluginname but you cant as there are no plugins in the repository available.
> > >>
> > >> Sent from my iPhone
> > >>
> > >>>> On 30 Jun 2023, at 01:19, Lex Trotman <elextr(a)gmail.com> wrote:
> > >>>
> > >>> On Fri, 30 Jun 2023 at 07:52, Kobus Bensch <kobus(a)yospace.com> wrote:
> > >>>>
> > >>>> They are part of the epel repository
> > >>>
> > >>> Then I don't understand what your question is?
> > >>>
> > >>> As I said this project does not make distro packages.
> > >>>
> > >>> Cheers
> > >>> Lex
> > >>>
> > >>>>
> > >>>> On 29 Jun 2023, at 22:30, Lex Trotman via Users <users(a)lists.geany.org> wrote:
> > >>>>
> > >>>> On Fri, 30 Jun 2023 at 07:26, Kobus Bensch via Users
> > >>>> <users(a)lists.geany.org> wrote:
> > >>>>
> > >>>>
> > >>>> Hi
> > >>>>
> > >>>> I was wondering if you had a release date for the above please?
> > >>>>
> > >>>>
> > >>>> The Geany project does not make packages for distributions.
> > >>>>
> > >>>> Perhaps you can request it from Oracle.
> > >>>>
> > >>>> Cheers
> > >>>> Lex
> > >>>>
> > >>>> Thank you
> > >>>> Kobus
> > >>>>
> > >>>>
> > >>>> ~~~~~~~~~~~~
> > >>>> Kobus Bensch - Senior Systems Engineer
> > >>>> Yospace - The Dynamic Ad Insertion Company
> > >>>> Church House, 18-20 Church Street, Staines TW18 4EP
> > >>>> Switchboard: +44 1784 466388 Ext. 217 | Fax: +44 1784 466387
> > >>>> Technical Support: +44 1784 818312 - support(a)yospace.com
> > >>>> http://www.yospace.com
> > >>>>
> > >>>> _______________________________________________
> > >>>> Users mailing list -- users(a)lists.geany.org
> > >>>> To unsubscribe send an email to users-leave(a)lists.geany.org
> > >>>>
> > >>>> _______________________________________________
> > >>>> Users mailing list -- users(a)lists.geany.org
> > >>>> To unsubscribe send an email to users-leave(a)lists.geany.org
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> ~~~~~~~~~~~~
> > >>>> Kobus Bensch - Senior Systems Engineer
> > >>>> Yospace - The Dynamic Ad Insertion Company
> > >>>> Church House, 18-20 Church Street, Staines TW18 4EP
> > >>>> Switchboard: +44 1784 466388 Ext. 217 | Fax: +44 1784 466387
> > >>>> Technical Support: +44 1784 818312 - support(a)yospace.com
> > >>>> http://www.yospace.com
> > >>>>
Hello, I can install texlive 2023 manually from official repositories tug.org, successfully; and I have install before texlive from official Debian's repositories (there are some little old, one year or less). Actually they live together.
I have done the steps of installing and editing files for the paths and man (.bashrc, .profile, ...), so when he comes to latex or pdflatex, compile using texlive2023.
In terminal works fine (except tlmgr, I do not know why), but the problem is in geany, my order to compile with F8 keys is:
latex --file-line-error-style -output-directory=/tmp "%f" && dvipdf /tmp/"%e.dvi"
and pdflatex (F9 keys):
pdflatex --file-line-error-style -output-directory=/tmp "%f" && mv /tmp/"%e.pdf" .
if I use the same in terminal, compile with texlive2023; but if I use geany compile with texlive2022, why!?
Thanks a lot!
Darío
To start a editing a new file with a template, you have to go through the GUI via "File | New (with Template)" and start with an untitled file. It doesn't seem there's a command line option that allows you to do something like
geany --template html my-new-file.html
Is it possible to add such an option?
Is their any workaround?
Regards,
ym
--
I accidently took us off list, added us back.
On Mon, 19 Jun 2023 at 23:11, Dominic Hopf <dmaphy(a)googlemail.com> wrote:
>
> So I did a quick try to build Geany 1.38 for EPEL7, right now the problem is that `./configure` already fails with this message:
>
> configure: error: *** A compiler with support for C++17 language features is required.
> error: Bad exit status from /var/tmp/rpm-tmp.X4sTL9 (%build)
> Bad exit status from /var/tmp/rpm-tmp.X4sTL9 (%build)
>
Ok, thats not one that is fixable in a practical sense, Scintilla
versions after the 3.x.x stable versions do require C++17, and the
changes between the old version and the new versions (two major
versions after all) have too many changes to be practical to support
both.
> I'm afraid this is not possible to build without immense effort unless anyone else has an idea?
> Does one of you guys know if it's possible to install flatpaks on CentOS 7? Probably that could be an idea then?
>
Well, I guess Flatsnaps, dockers or other containerised mechanisms
would maybe allow for a newer C++ compiler to build against a newer
runtime. Docker is used to do the Windows cross compiles and CI now.
Would need to run in the container too so the newer C++ runtime
library was available I guess. But I am no container expert.
Cheers
Lex
> Regards,
> Dominic
>
> On Mon, Jun 19, 2023 at 12:36 PM Lex Trotman <elextr(a)gmail.com> wrote:
>>
>> On Mon, 19 Jun 2023 at 19:10, Dominic Hopf <dmaphy(a)googlemail.com> wrote:
>> >
>> > No need to ask in the RedHat Bugzilla at all as I'm reading here as well. ;)
>> > I remember there were issues building Geany 1.38 for CentOS 7, but I don't remember what issues that was in detail, though.
>> > I'll retry as soon as I can and will let you know. Either I can tell you what the issue is or probably there will be an update.
>> >
>>
>> Thank you, if its a dependency thats too olde I guess there won't be
>> much we can do, but its good to know what the problem is.
>>
>> Cheers
>> Lex
>>
>> > Regards,
>> > Dominic
>> >
>> > On Mon, Jun 19, 2023 at 3:09 AM Lex Trotman via Users <users(a)lists.geany.org> wrote:
>> >>
>> >> > Lex, is there anything I can do if you want to look into this? I would love to have 1.38 - and hopefully 1.39 - available for CentOS 7.
>> >>
>> >> You could ask on Centos bugzilla what the problem was.
>> >>
>> >> I don't want to sound negative, so lets call it being pragmatic ;-P
>> >>
>> >> Centos 7 has one year of maintenance updates left, IIUC maintenance
>> >> updates mean security and bugfixes, no new versions, so 1.38 or 1.39
>> >> doesn't seem likely to happen.
>> >>
>> >> We try to keep Geany git working on Ubuntu LTS (that is what Github CI
>> >> uses) but no guarantees on older things and without any info about
>> >> what failed we can't do much.
>> >>
>> >> Cheers
>> >> Lex
>> >>
>> >> > _______________________________________________
>> >> > Users mailing list -- users(a)lists.geany.org
>> >> > To unsubscribe send an email to users-leave(a)lists.geany.org
>> >> _______________________________________________
>> >> Users mailing list -- users(a)lists.geany.org
>> >> To unsubscribe send an email to users-leave(a)lists.geany.org
I would like to manually (via BASH script) the Build menu section.
I have been able to accomplish this type of task in other sections of Geany
configuration, but
I haven't been able to locate the file that has the Build menu items.
Please point me to that proper file.
Thanks,
Bob
Robert L. Miers, PE
1396 Goodwin Dr
Chino Valley, AZ 86323-5743
520-305-6235 Bob's cell
Bob: rlmierspe(a)blmiers.com
Registered Professional Engineer
Amateur Radio Operator KØWHF
Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
Hello! I am use some snippets for write an archive file.tex. Specifically for environment description, I wrote in snippets.conf archive:
desc=\\begin{description}\n\t\\item[%cursor%]\n\\end{description}
the problem is that not replace "desc+<TAB>" for:
\begin{description}
\item[]
\end{description}
but replace with:
\begin
\item[]
\end
without description environment, but good the position of the cursor.
I do not understand, because I use the same snippets for enumerate environment:
enum=\\begin{enumerate}\n\t\\item %cursor%\n\\end{enumerate}
except for the brackets:
\begin{enumerate}
\item
\end{enumerate}
Why do not works if is almost similar?
Thanks a lot!
Darío
I have run into an issue I don't think I had a month ago. Running CentOS 7 where geany 1.37 is the latest version in the EPEL repository, the plugins, however, have been updated to 1.38.
I just noticed that when I close a project in the project organizer plugin the files in the project are not closed. I am pretty sure that worked as expected a month ago when in the search for the geanylua plugin and trying to get that installed may inadvertently have changed something in the system.
Looking at my installation I see that my editor is 1.37 "built on or after 2022-07-08" but my projectmanager plugin is 1.38. Not sure when this happened but this version mismatch could possibly explain why the project organizer no longer works as expected.
I have tried to find geany-plugins-1.37.el7.x86_64.rpm somewhere on the 'net but can only find either 1.38 or 1.31.
Alternatively, is there a setting in the editor I may have changed without thinking of it and which affects closing of project files?