Re: Output window displaying ansi colors

2020-08-18 Thread Peter Steele
Properties > Actions > Set Properties. > > Niklas > > > On Sun 2020-05-24 at 19:49h, Peter Steele wrote on users: > >Hi > > > >Does the output window support the ability to display ansi colors? (it > >doesn't work by default, just wondering if there

Re: Font scaling on High Res displays

2020-06-27 Thread Peter Steele
I have hdpi working ok on Linux with jdk 11 and netbeans 12. The only issue I have is the icons are small and the splash screen is small. I believe there is a Jira for the icons (migrate to SVG ones) I use the flatui theme, the theme you use is pretty important. FlatUI does not need any special O

Output window prints garbage

2020-06-15 Thread Peter Steele
Hi Not sure if this is 12 related or not (snap package auto updated). When I print out a very long line of text to the output and I have wrap turned off I get a line of text which bizarrely looks like it is multiple lines super imposed on each other. (So looks like garbage but I can make out under

Netbeans and malware article

2020-05-29 Thread Peter Steele
Hi Saw this https://www.zdnet.com/article/github-warns-java-developers-of-new-malware-poisoning-netbeans-projects/ Do we know anything more about this?

Re: Source line numbers

2020-05-28 Thread Peter Steele
I had this, it seems to be to do with the jdk version. I had jdk 11 working fine but jdk 13 having the issue. On Thu, 28 May 2020, 17:02 HRH, wrote: > Hi, > > Today, I noticed that the line numbers in the source code pane of the IDE > suddenly had disappeared, even though View->Show Line numbers

Output window displaying ansi colors

2020-05-24 Thread Peter Steele
Hi Does the output window support the ability to display ansi colors? (it doesn't work by default, just wondering if there is a setting used to turn it on, the window can def display color as it already does). https://en.wikipedia.org/wiki/ANSI_escape_code Example System.out.println("\u001B[91m

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
free projects. It’s never the case > that you contribute nothing at all. > > Gj > > On Fri, 15 May 2020 at 19:57, Peter Steele wrote: > >> Geertjan >> >> I personally have no interest in whether the page is up-to-date or not. I >> was just pointing out

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
ot; but you are giving this to the wrong audience. On Fri, 15 May 2020, 14:46 Geertjan Wielenga, wrote: > > Your pull request is welcome, bottom of each page there’s a link directly > to the GitHub of each page on netbeans.apache.org > > Gj > > On Fri, 15 May 2020 at 15:39, P

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
Quite a few of those links don't work, maybe worth removing the or updating them. On Fri, 15 May 2020, 14:35 Geertjan Wielenga, wrote: > Do you think you can look up Peter Kriens on LinkedIn and just ask him > yourself? > > Gj > > On Fri, 15 May 2020 at 15:31, Joel Craig wrote: > >> Try here >>

Re: Error badge on the correct code

2020-05-07 Thread Peter Steele
I get this from time to time, clearing cache makes no difference, I normally delete the .netbeans directory. This fixes it every time. Can be quite annoying when it happens. On Thu, 7 May 2020, 21:30 Greenberg, Gary, wrote: > I have in one of my projects JSON file. > At some point in time, whil

Changing the font size in the output window and FlatLaf question

2020-05-06 Thread Peter Steele
Hi 1) Can you tell me how to change the font size for the text in the output window? 2) Can you tell me how to get netbeans to auto resize the tab labels when using the FlatLaf L&F? On a 4k screen the fint is good but it doesn't take that in to account when resizing the font labels. 3) When using

Re: Quirks when running Netbeans 11.3 on a laptop

2020-05-01 Thread Peter Steele
Peter Steele, wrote: > I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel > graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra > packages, I use gradle as part of standard package. > > On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, >

Re: location file which saves compole errors

2020-04-30 Thread Peter Steele
Hi Quick update, I down graded from java 13 to java 11 and the problem has gone away so it looks like it is linked to Java 13. Regards Peter On Sun, Apr 5, 2020 at 2:15 PM Peter Steele wrote: > Hi > > Netbeans seems to cache compile errors and on startup immediate flags > t

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Peter Steele
I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra packages, I use gradle as part of standard package. On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, wrote: > I think it would be good if you could provide

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Peter Steele
Run the build on the command line to see if it's a netbeans issue, if it is then run with With --info or --debug (logging levels) or with --stacktrace to get the stack trace info of the build failure. If it works on the command line then you need to setup gradle properly in netbeans. On Wed, 29 A

Quirks when running Netbeans 11.3 on a laptop

2020-04-27 Thread Peter Steele
Hi I just wanted to know if people had noticed the following when running netbeans 11.3 on their laptop (not sure if it happens on earlier versions or not) I'm running on Ubuntu and using java 13 1. After closing the laptop lid and letting it suspend (or hibernate, same thing), the line numbers

Re: location file which saves compile errors

2020-04-05 Thread Peter Steele
ex and mavencachedirs. I'm sure that not > all files and folder must be deleted, so one try to find out which file > oder folder exactly must be removed. > Restart the IDE > > Hope it helps, > Boris > > On Sun, 5 Apr 2020 at 15:15, Peter Steele wrote: > >>

location file which saves compole errors

2020-04-05 Thread Peter Steele
Hi Netbeans seems to cache compile errors and on startup immediate flags those compile errors with a red underline and red marker. I am assuming to be the case if it's wrong then the question will have to change slightly. I am getting incorrect compile errors highlighted in red which persist res

Image Previewing

2020-03-09 Thread Peter Steele
Netbeans has a useful feature for previewing images (you just double click and it opens a window with the image in), I can view bmp and png images as an example. Not all image formats that I use are preview able though. Can someone help point me in to the right direction as to how I can add support

Re: NB11 - gradle support

2019-07-11 Thread Peter Steele
Mike Gradle just uses the dependencies you have given it, the dependencies can be refined to restrict where they are used (runtime, compileOnly example) and also whether you want gradle to include children dependencies and children of those etc. (I can't remember the syntax there). It looks like

Re: Unused method highlighting

2019-06-10 Thread Peter Steele
It's possible, intelij does it, it's just a question if netbeans does it. If not I'd advise raising a new Jira or adding the functionality yourself if you have the expertise. Netbeans definitely highlights unused methods and fields to a certain extent. On Mon, 10 Jun 2019, 17:38 Greenberg, Gary,

Code complete in lambda functions

2019-05-29 Thread Peter Steele
Hi Does anyone else have issues with code complete in a lambda function? (Just wondering if it's me or a wider issue) Thanks Peter

Re: Issue changing the license file for a gradle project (netbeans 11)

2019-04-26 Thread Peter Steele
Hi Are there any comments from the developers on this? This is part of the new gradle module that came out with NB11 On Tue, Apr 23, 2019 at 4:47 PM Peter Steele wrote: > Hi > > If you look at the below screenshot of a gradle project properties you > will see I have selected Ge

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Peter Steele
>> Is there a way to go back to the old plugin by chance while still using Netbeans 11? There is, you can disable the gradle plugin that comes built in and install the nbm from https://github.com/kelemen/netbeans-gradle-project/releases On Tue, Apr 9, 2019 at 2:58 PM Ty Young wrote: > > On

Re: [EXT] Re: Trying out NB10

2019-03-06 Thread Peter Steele
If you are using 4k you should note that the font / window sizing is partially dependant on the look and feel you have chosen. If it is a system look and feel then it will take the scaling from the os. If it is a non system look and feel then there is no scaling applied and you need set this yourse

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
Can you send the contents of the set command from the CMD cli? I'd recommending replacing personal identifiable information with dummy values. There is something odd going on On Tue, 19 Feb 2019, 15:43 Davide Moschini Moved everything in C:\Netbeans_10.0 > no differences... the program doesn't st

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
Maybe the + in the jdk directory name is the problem On Tue, 19 Feb 2019, 15:32 Davide Moschini When I double click on the executable nothing happens. Checked in > processExplorer and i don't see the process in the list. Seems that it > never starts > > On Tue, Feb 19, 2019 at 4:30 PM Geertjan Wi

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
I suspect you need to set JDK_HOME On Tue, 19 Feb 2019, 13:53 Geertjan Wielenga When you run this on the command line, what do you see: javac -version > > What is the path you're referring to in netbeans.conf? > > Gj > > On Tue, Feb 19, 2019 at 2:50 PM Davide Moschini > wrote: > >> I've just dow

Re: Help on setting up licenses for new builds

2019-02-18 Thread Peter Steele
. > > Gj > > On Mon, Feb 11, 2019 at 4:00 PM Peter Steele wrote: > >> Yes sure, I'll try and consolidate all my feedback in to one jira issue. >> Are there any specific tags required in the Jira to flag it as a new >> gradle issue? >> >

Re: Help on setting up licenses for new builds

2019-02-11 Thread Peter Steele
s > missing. > > Can you help? > > Gj > > > On Mon, Feb 11, 2019 at 3:35 PM Peter Steele wrote: > >> New build equals the new builds with the new gradle functionality built >> in rather than the gradle plugin. You sent another email previously asking >>

Re: Help on setting up licenses for new builds

2019-02-11 Thread Peter Steele
rovide a pull request. > > Thanks, > > Gj > > > On Sat, Feb 9, 2019 at 7:33 AM Peter Steele wrote: > >> Hi >> >> I am testing the new gradle build, which is going well. But I have >> noticed the license template functionality has changed. &

Help on setting up licenses for new builds

2019-02-08 Thread Peter Steele
Hi I am testing the new gradle build, which is going well. But I have noticed the license template functionality has changed. Previously there used to be a box to enter the organization, this has now dissapeared? Where is the replacement box located? Why was it removed? Previously I created a pr

Re: Calling all Gradle users!

2019-02-01 Thread Peter Steele
to the output tab. If the output tab is open and in focus but there is another sub tab open (like a git commit window) then again the focus doesn't change to the output window. On Sun, Jan 27, 2019 at 10:27 AM Peter Steele wrote: > Just a small bit of further feedback, in the project n

Re: Calling all Gradle users!

2019-01-27 Thread Peter Steele
ppear. On Sat, 26 Jan 2019, 20:07 Peter Steele Hi > > Some good news on testing further with a brand new project and maybe some > suggestions for further enhancements > > 1) The exception I saw was caused by gradle running a too old version on > root project (the default gradle i

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
26, 2019 at 3:21 PM Peter Steele wrote: > H > > I downloaded the new version and ran it side by side with the current > setup. After installing javafx (which was new), I got an error initially > > java.lang.IndexOutOfBoundsException: Index 0 out o

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
H I downloaded the new version and ran it side by side with the current setup. After installing javafx (which was new), I got an error initially java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
I am a big gradle user, I currently use the gradle plugin setup with a root project and many sub projects. I am interested in helping. I'm currently on netbeans 10 with jdk 11 (there is a minimum version of gradle required for Jdk 11) On Sat, 26 Jan 2019, 13:07 Geertjan Wielenga Hi all, > > If yo

Strangeness with auto encapsupation

2019-01-07 Thread Peter Steele
Hi When using the Refactor - Encapsulate menu item I get two different behaviours depending on what I do. 1) Action : select the whole text of the field you want to encapsulate, select the encapsulate option and select get / set or both (doesn't matter) Result : the get / set or both methods ar

Re: Netbeans 10 Gradle support

2019-01-04 Thread Peter Steele
I downloaded from the authors GitHub page and added manually, works fine when you have the groovy plugin. Would be good to get it added in to the repository though On Fri, 4 Jan 2019, 14:39 Mark A. Claassen I just tried the final release of Netbeans 10 and everything work pretty > well. However,

Re: [netbeans] offline installation

2018-12-29 Thread Peter Steele
Oracle already has "donated" it in a way because of the openjdk project. Nb-javac is just an extension of the javac distributed with added extras to make ide's able to parse the results of compiling better (that's my take). Intelij does a similar thing, presumably based on the openjdk code. The di

Upgrading from 9 to 10 experience

2018-12-28 Thread Peter Steele
Hi I've upgraded from 9 to 10 and wanted provide some feedback. Overall the experience was very positive but I encountered the following 1) I imported settings from 9 but a couple of plugins I downloaded (darcular laf and gradle) were not copied across. Would be nice if these were imported too. I

Groovy

2018-10-22 Thread Peter Steele
Hi I am trying to install the latest version of gradle from here http://plugins.netbeans.org/plugin/44510/gradle-support I have the 8.2 version but I want a later version as the 8.2 gradle plugin doesn't seem to work with the lastest version of ubuntu. I have an issue though, I get this message

Re: Gradle doesn't works on NB9

2018-08-30 Thread Peter Steele
le-project/issues > > Thanks, > > Gj > > > On Thu, Aug 30, 2018 at 8:06 AM, Miroslav Nachev < > mnachev.nscenter...@gmail.com> wrote: > >> v1.4.3 >> [image: image.png] >> >> On Thu, Aug 30, 2018 at 10:01 AM Peter Steele >> wrote: >&

Re: Groovy and Grails

2018-08-11 Thread Peter Steele
Thanks, that worked perfectly On Sat, 11 Aug 2018 08:03 Marco Ambu, wrote: > In the apache netbeans blog there is a post about plugins for netbeans 9. > In brief, you need to use the nb 8.2 update center. > > On Sat, 11 Aug 2018, 07:49 Peter Steele, wrote: > >> Hi >

Groovy and Grails

2018-08-10 Thread Peter Steele
Hi I recently tried to upgrade from a pre 9.0 release in April to the 9.0 release not that is has been released. I have found an issue on the migration though. The update center has changed now and I can no longer install Groovy and Grails plugin and because of this the Gradle plugin doesn't work

Re: Long Live NetBeans!

2018-03-07 Thread Peter Steele
Ashton What i think people are saying is, they appreciate your offer of helping financially but at this stage, in the migration to Apache, the focus is getting the first release out for which the netcat process is key. Once netbeans is more established in Apache i am sure suggestions like this co

Re: Java EE version support

2018-03-06 Thread Peter Steele
You need tomcat 8/9 for servlet 3.1 support which is what j2ee 7 provides On 6 Mar 2018 15:58, "Geertjan Wielenga" wrote: > There's a pretty big difference between Java 8 and Java EE 8... > > Gj > > On Tue, Mar 6, 2018 at 4:55 PM, James Finnall wrote: > >> My server states it is using JVM 1.8.0