Re: Running NetBeans version

2020-07-07 Thread Emilian Bold
Note that your module could run on any NetBeans Platform app, not just on
IDE.

Two approaches:

* via branding: eg. http://wiki.netbeans.org/DevFaqMainTitle
* via module versions / ModuleInfo:
https://netbeans.org/download/5_5/org-openide-modules/org/openide/modules/doc-files/api.html#listing

--emi


On Wed, Jul 8, 2020 at 1:39 AM Michael Wiedeking <
michael.wiedek...@mathema.de> wrote:

>
>
> Hello (again),
>
>
>
> is there a way from within my module to retrieve the version of the
> currently running NetBeans instance?
>
>
>
> Thanks for the help,
>
>
>
> M.
>


Running NetBeans version

2020-07-07 Thread Michael Wiedeking

Hello (again),

is there a way from within my module to retrieve the version of the currently 
running NetBeans instance?

Thanks for the help,

M.


Unsubscribe

2020-07-07 Thread ronald marangwanda



Re: IDE Appearance Skin changes, editor stays the same

2020-07-07 Thread Jack W.
Fonts & colors fixed it, thanks.
---
Jack Woehr   # Woehr's Asymptote: The ratio of the time spent
Box 51, Golden CO 80402  # administering productivity software over the time
http://www.softwoehr.com # saved by said software eventually approximates 1.


Re: IDE Appearance Skin changes, editor stays the same

2020-07-07 Thread Laszlo Kishalmi


On 7/7/20 11:55 AM, Jack W. wrote:

In Tools -> Options I changed Appearance from Metal Dark to Metal.
IDE changed, editor remains dark.
What have I forgotten here, please?
Upgrade to 12.0, though changing the Editor Color profile at: Tools > 
Options > Fonts & Colors > Profile usually helps as well.


---
Jack Woehr   # Woehr's Asymptote: The ratio of the time spent
Box 51, Golden CO 80402  # administering productivity software over 
the time
http://www.softwoehr.com # saved by said software eventually 
approximates 1.


IDE Appearance Skin changes, editor stays the same

2020-07-07 Thread Jack W.
In Tools -> Options I changed Appearance from Metal Dark to Metal.
IDE changed, editor remains dark.
What have I forgotten here, please?

---
Jack Woehr   # Woehr's Asymptote: The ratio of the time spent
Box 51, Golden CO 80402  # administering productivity software over the time
http://www.softwoehr.com # saved by said software eventually approximates 1.


Re: JavaFx Problem

2020-07-07 Thread Bradley Willcott

Hi there.

I could not get this to work using NB 12 and Ant.  However, I eventually 
got it to work with Maven, with a lot of mucking around. :-(


Firstly, you had the "create scene" code inside your loops.  By moving 
this outside of ALL loops, as the last thing to execute, it works. :-)


I have added the zipped NB 12 project for you to look at.

Regards Brad.


<>

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists