Re: Font too small

2022-10-31 Thread negora
ckported since then? A lot of those linked JDK bugs are marked resolved. -mbien On 31.10.22 07:58, negora wrote: Besides editing the "$NETBEANS_HOME/etc/netbeans.conf" file (to add the "--fonsize" parameter), I recommend you setting the "FREETYPE_PROPERTIES" envir

Re: Font too small

2022-10-30 Thread negora
Besides editing the "$NETBEANS_HOME/etc/netbeans.conf" file (to add the "--fonsize" parameter), I recommend you setting the "FREETYPE_PROPERTIES" environment variable to your taste, while invoking NetBeans. I also use Debian 11 and I've seen that the font rendering looks better (at least to m

Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread negora
Hi: Does NetBeans also breaks if you put your task in a separate Maven profile? Regards. On 02/09/2022 12:22, Jonathan Bergh wrote: hi there, It's clear that when using NB with Maven, NB uses the exec-maven-plugin to run the jar, but configuring another process using that plugin breaks the

Re: How to increase NB Search limit ?

2022-05-06 Thread negora
In situations in which I need to make massive replacements, I prefer to use the command line. It's more flexible and less expensive in terms of memory. In Linux I use a mix of "find", "while" and "perl" with regular expressions. For example:     find my-app/ -name '*.java' \         | while IF

Validation of tables and columns of entity beans

2021-10-27 Thread negora
Hi: I would like to know whether it's possible to associate a datasource to a Maven EJB project, so that NetBeans IDE checks that the tables and columns indicated in the JPA entity beans really exist in the database. By "datasource" I'm referring to one created in the "Services" tab, in the