Re: hex dump

2020-06-27 Thread John G. Weed
100% for that But then I’m old school Sincerely, John .G Weed Sr. Systems Architect/Programmer Analyst @ Cicero Systems, LLC *"Reason. Resolve. Respond"* (571) 277-9998 www.linkedin.com/in/john-weed-28378a161 *"Steal a man's reputation for probity, and the more shrewd and clever he is, the mor

hex dump

2020-06-27 Thread Glenn Holmer
Does anybody else think it would be useful to have the option of viewing variables as a traditional hex dump in the NetBeans debugger? I'm thinking, for example, of a byte array. You can right-click a variable and select "Display as/Hexadecimal", but you don't get a dump (with hex characters on the

RE: Font scaling on High Res displays

2020-06-27 Thread Eirik Bakke
On Linux, HiDPI scaling is supported via the GDK_SCALE environment variable, but it's not set automatically. I'm not yet sure whether there's a way to get different scaling levels on different monitors, though. See https://issues.apache.org/jira/browse/NETBEANS-2360 . I'd also recommend using F

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