Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-07 Thread Oliver Rettig
Hi Peter, in the https://www.karlsruhe.dhbw.de/rahmlab/uebersicht.html[1] we are still working with and developing a lot with very big desktop applications, with hunderts of modules based on netbeans and we are still fine with this technology:-) In think especially in research desktop appl

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
> the archetype nbm-suite-root, and then use the prompt to finish entering > > project value. > > > > The resulting pom will need update, (NetBeans version, repository usage, > > plugins versions) > > > > Best Regards > > Eric > > > > -

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
t to finish entering > project value. > > The resulting pom will need update, (NetBeans version, repository usage, > plugins versions) > > Best Regards > Eric > > -Message d'origine- > De : Oliver Rettig > Envoyé : jeudi 25 juillet 2024 09:36 &g

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-07-25 Thread Oliver Rettig
Maybe https://github.com/apache/netbeans-mavenutils-archetype-nbm-suite-root/tree/ master can help. But how to use it? best regards Oliver > Hi, > > I am missing the menus entry > > Missing File-->New Project-->Java with Maven-->Netbeans Module Suite > > to create a maven based Netbeans Module

Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-07-25 Thread Oliver Rettig
Hi, I am missing the menus entry Missing File-->New Project-->Java with Maven-->Netbeans Module Suite to create a maven based Netbeans Module Suite. The corresponding menu entry is available for ant based modules. I want to create a plugin for the Netbeans IDE which is based on several modules

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 suc

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
> > > 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 em

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 from

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 o

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

2020-12-21 Thread Oliver Rettig
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
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-platform applic

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 sim

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
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 some

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 be

Re: Auto-backup of unsaved source files

2019-12-10 Thread Oliver Rettig
org[2] *Subject: *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

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 as

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 is

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 whic

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: [Module Development] Visual editor for binary file type

2018-01-13 Thread Oliver Rettig
Hi, following https://platform.netbeans.org/tutorials/nbm-filetype.html maybe the missing peace is that you can extend DataObject and you add an object to its lookup which provides support for your specific data. public class ABCDataObject extends MultiDataObject { public ABCObject(File

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
be he should set it to > "-J-Xmx2048m" in his netbeans.conf file. > > tom > > On Mon, Jan 8, 2018 at 11:36 AM, Oliver Rettig > > wrote: > > Hi, > > > > > > > > this can be happen, if you have installed too many modules, which needs &g

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
Hi, this can be happen, if you have installed too many modules, which needs more memory than you have configures in the netbeans.conf file. Maye there is a module with a memory leak ... Try to give netbeans more memory: edit the config file in etc/netbeans.conf default: -J-Xms32m to -j-xm