Re: GenAI for Netbeans

2023-12-20 Thread Oliver Rettig
Hi, Is there any concrete idea how the functionality should looks like? UI? To realise the ability to put in an text line and to get result answer and if it is code put it into an text editor automatically is not a big deal for a netbeans-plugin. But also the benefit is not very big. I use

Module com.jcraft.jsch in ide requests the token libs.c.kohlschutter.junixsocket but there are no known providers.

2023-03-10 Thread Oliver Rettig
Hi, after upgrading my netbeans RCP application to netbeans-17 I got the following unsresolved module problem: Module com.jcraft.jsch in ide requests the token libs.c.kohlschutter.junixsocket but there are no known providers. I do not know in which module this token is defined. I think I have

Re: Embedded Language Question

2023-01-08 Thread Oliver Rettig
gt; > > > Also, stopping the auto class path scanning. It says it should be > > background, but isn’t. Also removing jars from the classpath for > > plain java projects, that’s a real bear but wrote a class to ctrl then > > click the shit out of that. > > > > Tim > &g

Re: Embedded Language Question

2023-01-08 Thread Oliver Rettig
Hi, I am also interested in such functionality to put code written in our DSLs into java source code. In the meantime we put the code in extra files with specific filesuffix and use the netbeans api for syntax highlighting etc. best regards Oliver > Hi, > I have got a question regarding the

Re: removing the "new project" support for Ant projects

2021-04-23 Thread Oliver Rettig
+1 for better ivy integration > On 23.04.2021 15:22, Laszlo Kishalmi wrote: > > Ant projects can be fairly simply can be migrated to Gradle. It can > > support your current folder structure. Your file/directory based library > > dependencies, and occasional customization you made. > > Been there,

Re: removing the "new project" support for Ant projects

2021-04-22 Thread Oliver Rettig
+1 > On Thu, 22 Apr 2021 at 08:15, Geertjan Wielenga > > wrote: > > should we consider downplaying the prominence of Ant by removing from > > NetBeans the ability to create new Ant projects > -1 from me. I think we made the right steps previously, and perhaps > should look at whether particular

Re: master password

2021-03-22 Thread Oliver Rettig
If I remember correct the password requests can come from proxy-configuration. > I recently switched from KDE to MATE (on Linux) and now I'm frequently > seeing the "enter master password" dialog. Mr Google has offered various > exotic manual methods to make it go away, but is there a way

Re: Netbeans + Prolog

2021-01-30 Thread Oliver Rettig
Hi Dawn, the tutorial describes how to make Syntax-Highlighting with the Schliemann tool but this is dead. I think Syntaxhighlighting+FileType-Def in netbeans for Prolog should be very easy to implement by TextMate. We have some students at the DHBW-Karlsruhe working on Netbeans-Support of

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-21 Thread Oliver Rettig
in the apache netbeans site? Oliver I think the software program sucks if the software did not advise user in the error message to adjust the parameter. J-Dorg.openide.text.big.file.size=10. On Mon, 21 Dec 2020, 08:34 Oliver Rettig, wrote: Hi all, Neil is completely right

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-21 Thread Oliver Rettig
this mechanism also for my scientific netbeans platform applications, if i open data files to be plotted. best regards Oliver > On Sun, 20 Dec 2020 at 16:25, Oliver Rettig wrote: > > I remember also got such messages in the past during opening big text > > files in my netbeans-platfo

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Oliver Rettig
Hi, I remember also got such messages in the past during opening big text files in my netbeans- platform applications and with increasing heap-size I cauld not get rid of the message. In my cases after closing the dialog all works fine. So I dont have a closer look at this. Maybe there is

Re: Dead code detection

2020-09-15 Thread Oliver Rettig
gt; https://github.com/evernat/dead-code-detector > > I just found it with a little searching. I have no idea what state the > code is in, how to create a plugin from it, or how it handles newer > versions of Java. > > . . . just my two cents > /mde/ > > On 9/15/2020 12:28

Re: Dead code detection

2020-09-15 Thread Oliver Rettig
a seperate open source project with libs and tools to do this. best regards Oliver On Tue, 15 Sep 2020, 20:29 Oliver Rettig, wrote: In concrete we have a java library project which is a Wrapper to a c++ native lib. To create a platform independent jar-file we want to add the native code

Dead code detection

2020-09-15 Thread Oliver Rettig
Hi all, I need functionality in Netbeans to find dead code. Andy ideas about a plugin? I have found https://blogs.oracle.com/geertjan/dead-code-detection-with-netbeans-ide but it is outdated and I can not find the source code. Maybe this plugin can help @Geertjan have you saved this code

Re: MissingResourceException

2020-01-14 Thread Oliver Rettig
Hi Marco, sometimes I get also the "MissingResource" exceptions for @Message annotations in bigger ant based platform apps. I cauld resolve this by invocing clean-build by hand for single modules. The difficulty was to find out the sequence of modules I have to do this. This was difficult

Re: Auto-backup of unsaved source files

2019-12-10 Thread Oliver Rettig
bject: *Re: Auto-backup of unsaved source files You mean this on ehere? http://plugins.netbeans.org/plugin/37077/autosave-module-for-6-9-and-later[3] --- On 2019-12-10 11:39, Oliver Rettig wrote: Hi, I remember there was a Autosave-Plugin but I can not find it any more. Any body else r

Re: Auto-backup of unsaved source files

2019-12-10 Thread Oliver Rettig
Hi, I remember there was a Autosave-Plugin but I can not find it any more. Any body else remembering on such plugin? best regards Oliver Emilian, Thanks for the suggestion. I tried this option (as was hinted during a Google search) before emailing but there wasn’t anything in the list. I

Re: Printing from IDE 11.0

2019-09-14 Thread Oliver Rettig
Hi, I have also played a bit with print functionality. I have tried with Netbeans 8.2. Print with selection works fine in the projects tab but not with a selection in the Files tab. A selected file in the files-tab is not shown in the print preview. It is also not working if selection is done

Re: Plug-in support and compatibility suggestion

2018-08-07 Thread Oliver Rettig
Hi, Can we establish a page in the wiki with the problematic libraries: org.jdesktop.beansbinding org.jdesktop.swingx javahelp Are there others? What is to do? How can the functionality in the first two be substituted? What can we do to substitute javahelp. best regards Oliver > The owner

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Oliver Rettig
Hi, the described problems remembers me on https://bitbucket.org/phansson/netbeansnetworkauthenticator This plugin solved some years ago my isues inside an intranet with a specific proxy between the internet. I cauld find that the origin of the problem which results in opening a dialog

An other NB's split pane question

2018-01-25 Thread Oliver Rettig
Hi, the question from Tom let me remember an other very old split-pane problem for me. In my platform-apps I have a TopComponent that I want to split into two parts. For this I use the swing split-pane component. This works, but it looks different to the split planes between the editor and

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
e should set it to > "-J-Xmx2048m" in his netbeans.conf file. > > tom > > On Mon, Jan 8, 2018 at 11:36 AM, Oliver Rettig <oliver.ret...@orat.de> > > wrote: > > Hi, > > > > > > > > this can be happen, if you have installed too many mod