Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
Am 25.06.25 um 16:39 schrieb Michael Bien: I see the git command in the output window when doing a commit, but not when doing a pull or push. NetBeans uses jgit which is a java based implementation of git. It doesn't actually run the commands you see in the log as external process. I often u

RE: Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
I see the git command in the output window when doing a commit, but not when doing a pull or push.  In that case the already mentioned dialog shows up before anything happens.  I tried add the sshCommand to my .gitconfig, but to no avail.  I think this must be some NetBeans configuration, rat

RE: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
I am using OpenSSH keys.  Putty is not involved, only git. Git seems to work fine with the OpenSSH key.  I converted my OpenSSH to a Putty key, but NetBeans isn't happy with that either.  -ursprüngliche Nachricht-  Von: pieter.van.den.hombe...@gmail.com  Gesendet: 25.06.2025 11:45 Uhr

git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
Hello, I am working on a project where the git repository is cloned via ssh (I am using Windows 10 if that makes a difference). When I am trying to pull or push, NetBeans always asks me for my credentials: https://i.imgur.com/iDi8uPb.png Even if I provide the full path to my private key f

Re: Allow dropping files into an OutlineView

2025-03-13 Thread avaluedcustomer
Thanks, that looks good. Regards Thomas Am 13.03.25 um 20:01 schrieb Eirik Bakke: Drag and drop in OutlineView works as if pasting the item while the Node is selected. To allow dropping onto a Node in an OutlineView, override the createPasteTypes method in the Node implementation. Then add

Re: Allow dropping files into an OutlineView

2025-03-13 Thread avaluedcustomer
Thanks for the answer, but that doesn't look like a NetBeans Platform application using "OutlineView" Am 13.03.25 um 02:10 schrieb Tim de Vries: Sure, look at tecreations FileTool or Backup. They show the way. Tim t...@tecreations.ca On 2025-03-12 3:09 p.m., avaluedcusto...@freenet.de wrote:

Allow dropping files into an OutlineView

2025-03-12 Thread avaluedcustomer
Hello, I have a NetBeans platform application which uses an OutlineView. It is populated by loading files with a specific format for the application. Currently Drag & Drop is enabled to re-order nodes. I would like to also support dropping files into that OutlineView from the system's file ex

Re: How to display the "favorites bar" for a file chooser in a platform application?

2025-03-01 Thread avaluedcustomer
No change for me. I guess I somehow need to define the NetBeans favorites to make that panel appear. But my application has not UI for setting favorites, and I hoped that it would be possible to manage them through the panel in the file chooser. Am 01.03.25 um 19:12 schrieb Michael Bien: Hi,

Re: HiDPI fractional scaling

2025-03-01 Thread avaluedcustomer
Am 01.03.25 um 21:18 schrieb May Doušak: I have a new laptop with HiDPI screen and can't find a way to make NB usable. I'm using Linux / KDE Plasma on Wayland and UI is set to 150% scaling, everything except Netbeans looks OK. By default, netbeans is too small. I tried adding -Dsun.java2d.uiSca

How to display the "favorites bar" for a file chooser in a platform application?

2025-03-01 Thread avaluedcustomer
I would like to include the "favorites bar" in a file chooser from within my NetBeans platform application (the same way the NetBeans IDE does it, when I enable "show favorites in the file chooser" in the FlatLaf configuration. But when I use FileChooserBuilder it displays the standard Swing JF

Change the default_userdir for a Platform application

2025-01-27 Thread avaluedcustomer
When I build my NetBeans platform application ("Bundle as ZIP") it generates a .conf file with this entry: default_userdir="${HOME}/${APPNAME}/2.1" I would prefer to use the following instead: default_userdir="${HOME}/.config/${APPNAME}/2.1" especially on Linux, this is a much better choice.

Re: FlatLat not available in options dialog (NetBeans platform application)

2024-10-16 Thread avaluedcustomer
I finally got it to work by adding "cnb.org.netbeans.swing.laf.flatlaf" and "cnb.org.netbeans.swing.plaf" to the "Required Tokens" in the "Libraries" section of the module implementing the UI. Regards Thomas Am 14.10.24 um 15:43 schrieb Peter Kirkham: I am using Ant and Flatlaf with an RCP app

FlatLat not available in options dialog (NetBeans platform application)

2024-10-14 Thread avaluedcustomer
Hello, I have a NetBeans Platform application (migrated all the way from 8.x to 23) and I wanted to provide the option to set FlatLaf as the look & feel (mainly for Linux). I have included "FlatLaf", "Flatlaf Look and Feel" and "Look & Feel Customization Library" in the RCP main application,