Re: [Geany-Users] How to install geany to develop applications in java

2020-12-02 Thread David Topham
>From my own experience, using Linux is easier and can be done from within
Windows 10!

search:  Ubuntu subsystem wsl for windows 10

On Wed, Dec 2, 2020 at 10:43 AM Dan Healy  wrote:

> Thanks for the response to my request for information on installing Geany
> and Java on my new Windows 10 system.  I am very new to Windows 10 and am
> bogged down in that.  I will have to get better at Windows 10 before I take
> on Java and Geany.
>
> Dan H.
>
> On Fri, Nov 20, 2020 at 7:14 PM Matthew Brush 
> wrote:
>
>> On 2020-11-20 11:50 a.m., Dan Healy wrote:
>> > I develop software in java.  I have been using geany on a ubuntu linux
>> > system.  Due to  conditions beyond my control I have had to go to
>> Windows
>> > 10.  I have installed geany on my Windows 10 system but I am unable to
>> get
>> > geany to find my java source code.  I don't think java is included with
>> my
>> > installation of geany.
>> >
>> > How do I install geany on my Windows 10 system so I can edit java code,
>> > compile it, and execute it?
>> >
>>
>> You are correct that Java is not included with Geany, you have to
>> install your preferred Java toolchain and runtime yourself. Once you've
>> done that and ensured the location containing the `javac` and `java`
>> executables is in your `%PATH%` environment variable, Geany's default
>> build commands should "just work". If you don't put the Java binaries in
>> your `PATH` variable, you will have to edit Geany's build commands to
>> specify the full absolute path to those tools.
>>
>> Regards,
>> Matthew Brush
>> ___
>> Users mailing list
>> Users@lists.geany.org
>> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] How to install geany to develop applications in java

2020-11-20 Thread David Topham
Have you tried using the Ubuntu subsystem in Windows 10?
Despite what MS says, it works with X windows if you install Xming.
Geany works great there!

You could develop everything using familiar Linux toolchain, and then cp
files over to Windows later.

On Fri, Nov 20, 2020 at 11:50 AM Dan Healy  wrote:

>
> I develop software in java.  I have been using geany on a ubuntu linux
> system.  Due to  conditions beyond my control I have had to go to Windows
> 10.  I have installed geany on my Windows 10 system but I am unable to get
> geany to find my java source code.  I don't think java is included with my
> installation of geany.
>
> How do I install geany on my Windows 10 system so I can edit java code,
> compile it, and execute it?
>
> Thanks, Dan H
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] proper upgrade technique

2020-11-15 Thread David Topham
I like the freudian slip! autofools. 邏

On Sun, Nov 15, 2020 at 2:11 AM Colomban Wendling <
lists@herbesfolles.org> wrote:

> Le 14/11/2020 à 23:16, Lex Trotman a écrit :
> > On Sun, 15 Nov 2020 at 00:21, Colomban Wendling
> > […]
> >> All this said, for the problem at hand if it's indeed problematic with
> >> stock Ubuntu setups, maybe we could go the sad way and hardcode
> >> ldconfig's path;
> >
> > Can we? AFAICT all ldconfig invocations are generated by autofools,
> > and seem to be of the form "finish_cmds='PATH="\$PATH:/sbin" ldconfig
> > -m $libdir'" so it doesn't expect sbin in PATH anyway.
>
> Not that one:
>
> Le 11/11/2020 à 00:06, Geoff Kaniuk a écrit :
> > /home# make install
> > ...
> > /bin/bash: line 3: ldconfig: command not found
> > make[4]: *** [Makefile:1660: fix-ubuntu-libdir] Error 127
> > 
>
> This is our Ubuntu hack `fix-ubuntu-libdir` that you can find in
> src/Makefile.am.
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Which C++ compiler for Windows 10?

2020-06-25 Thread David Topham
The only error I get is when first invoking geany (in Win 10 Linux
subsystem)

(geany:5406): Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",

but it doesn't appear to cause problems; it isn't "fatal"...

On Thu, Jun 25, 2020 at 9:51 AM Gösta Ljungdahl 
wrote:

> Geany works fine with mingw32. I have not tried any other. I suppose it
> would also well with the various mingw-w64 compilers out there.
>
>
> But since win10 now has a linux subsystem I have a mind to try and install
> Geany in Ubuntu or OpenSuse because under Linux you can take advantage of
> the virtual terminal. You can install a win10 X-server and use that for to
> display linux GUI programs. I suppose you could also take advantage of the
> linux g++ compiler and use it to build linux executables or use it to
> cross-compile windows executables. My command line programs run just fine
> in the Linux subsystem. Depends on what you want to use the compiler for,
> of course.
> --
> *Från:* Users  för JimT 
> *Skickat:* den 25 juni 2020 18:28:09
> *Till:* users@lists.geany.org
> *Ämne:* [Geany-Users] Which C++ compiler for Windows 10?
>
> There are several good C++ compilers for Windows 10. Which one works
> best with Geany?
> Thank you!
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Which C++ compiler for Windows 10?

2020-06-25 Thread David Topham
I have been using the linux subsystem in Win 10 with geany and xming. It
works great!

On Thu, Jun 25, 2020 at 9:51 AM Gösta Ljungdahl 
wrote:

> Geany works fine with mingw32. I have not tried any other. I suppose it
> would also well with the various mingw-w64 compilers out there.
>
>
> But since win10 now has a linux subsystem I have a mind to try and install
> Geany in Ubuntu or OpenSuse because under Linux you can take advantage of
> the virtual terminal. You can install a win10 X-server and use that for to
> display linux GUI programs. I suppose you could also take advantage of the
> linux g++ compiler and use it to build linux executables or use it to
> cross-compile windows executables. My command line programs run just fine
> in the Linux subsystem. Depends on what you want to use the compiler for,
> of course.
> --
> *Från:* Users  för JimT 
> *Skickat:* den 25 juni 2020 18:28:09
> *Till:* users@lists.geany.org
> *Ämne:* [Geany-Users] Which C++ compiler for Windows 10?
>
> There are several good C++ compilers for Windows 10. Which one works
> best with Geany?
> Thank you!
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Which C++ compiler for Windows 10?

2020-06-25 Thread David Topham
Do you mean works best to compile geany? Or to build your own programs from
source that were edited using geany?
Since the build command is customizable in the "set build commands" menu, I
think all should work fine.
The important distinguishing factor might be linking to libraries perhaps,
but if you can compile from command line that should also be easy to set.
Or if you create a Makefile then anything goes!
Which compilers are you considering?

On Thu, Jun 25, 2020 at 9:28 AM JimT  wrote:

> There are several good C++ compilers for Windows 10. Which one works
> best with Geany?
> Thank you!
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Is there a feature like bookmarks, but for hopping between files?

2020-06-09 Thread David Topham
You're welcome. The only minor problem is that changes you make to the
split screen don't autosave until you open that file on original screen. I
just get in habit of only editing the original.

On Tue, Jun 9, 2020 at 8:17 AM Little Girl  wrote:

> Hey there,t
> ng
> David Topham wrote:
>
> >Also the split screen plugin is excellent for viewing 2 files at the
> >same time.
>
> That one is interesting. It opens an additional pane with the current
> document open in it, allowing you to inspect other parts of the
> current document in the new pane without losing your place in the
> original pane. Or you can open another file in the original pane so
> that you can access and/or compare the two documents. It even has
> some luxuries. There's a button that lets you open the current
> document in the additional pane (useful if you've changed documents)
> and another button to choose a document to open from a drop-down
> menu. Very nice plug-in. Thanks for mentioning it.
>
> --
> Little Girl
>
> There is no spoon.
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Is there a feature like bookmarks, but for hopping between files?

2020-06-09 Thread David Topham
Also the split screen plugin is excellent for viewing 2 files at the same
time.

On Tue, Jun 9, 2020 at 5:44 AM Little Girl  wrote:

> Hey there,
>
> John Gabriele wrote:
>
> >I'd like to be able to quickly move back and forth between two files.
> >
> >I tried using bookmarks, but they only work for within one file.
> >
> >Is there a feature or plug-in that's like bookmarks, but for files
> >instead of locations within one file?
>
> You can use the tabs at the top or go to the View menu and enable the
> Sidebar. Then you can either click the tabs at the top or the file
> names in the sidebar to go back and forth.
>
> --
> Little Girl
>
> There is no spoon.
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Terminal

2017-01-14 Thread David Topham
Yes I have Override Keybindings set...
I just stumbled on a solution though...
when I had used just ps to see the processes before (from another xterm), I
could kill the bash shell (but that killed geany too since I was running it
from that shell), but I just learned about pstree which showed me there is
another bash shell running under geany and that I can kill independently of
the first one so geany stays there!

Thanks for all your suggestions;  case closed!

On Sat, Jan 14, 2017 at 1:14 PM, Lex Trotman <ele...@gmail.com> wrote:

> On 15 January 2017 at 01:41, David Topham <dtop...@gmail.com> wrote:
> > I just joined this list and have been a happy user of geany on Debian
> for a
> > year. Great editor with helpful plugins! One feature I use all the time
> is
> > the terminal. I noticed that if the terminal gets hung, then I can't
> kill it
> > without closing geany. i.e. ctrl-c does not interrupt the program that I
> ran
> > which is hung. If I go to another xterm outside of geany I can kill the
> > runaway process, but that kills geany too! Is there a way to interrupt
> > (break) the terminal and still keep geany open?
>
>
> Have you got Menu->Edit->Preferences->Terminal->Override Geany
> Keybindings set?
>
>
> > ___
> > Users mailing list
> > Users@lists.geany.org
> > https://lists.geany.org/cgi-bin/mailman/listinfo/users
> >
> ___
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users


Re: [Geany-Users] Terminal

2017-01-14 Thread David Topham
The message window blanks out with just a solid block where cursor used to
be; no response to any keys

On Saturday, January 14, 2017, Little Girl <littlerg...@gmail.com> wrote:

> Hey there,
>
> David Topham wrote:
>
> > I just joined this list and have been a happy user of geany on
> > Debian for a year. Great editor with helpful plugins! One feature I
> > use all the time is the terminal. I noticed that if the terminal
> > gets hung, then I can't kill it without closing geany. i.e. ctrl-c
> > does not interrupt the program that I ran which is hung. If I go to
> > another xterm outside of geany I can kill the runaway process, but
> > that kills geany too! Is there a way to interrupt (break) the
> > terminal and still keep geany open?
>
> What happens when you right-click and choose Restart Terminal when
> something hangs?
>
> --
> Little Girl
>
> There is no spoon.
> ___
> Users mailing list
> Users@lists.geany.org <javascript:;>
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users