Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Geertjan Wielenga
No, can’t really help (unless you put a sample scenario with code somewhere to look at) but OutlineView is the most developed/advanced of the Explorer Views. Sorry, can’t answer abstract questions, just questions based on complete code that I can actually look at and play with. Gj On Fri, 2 Jul

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Tim Mullé
Hi Geertjan, Any reason why you recommend that approach? Is TableView deprecated in favor of OutlineView? I’m using Netbeans 12.4 for my Platform development. OutlineView (http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/view/OutlineView.html

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Geertjan Wielenga
Recommend to use OutlineView instead. Gn On Fri, 2 Jul 2021 at 22:44, Gheorghe TUDOSE wrote: > Oh my... I have no idea about that one but now that you provided the link > I hope you don't mind me throwing some 2 cents. There's been 6-7 years > since I last touched Swing tables. > Seems like

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Gheorghe TUDOSE
Oh my... I have no idea about that one but now that you provided the link I hope you don't mind me throwing some 2 cents. There's been 6-7 years since I last touched Swing tables. Seems like the TableView is backed by a NodeTableModel. That one is a subclass of Swing's AbstractTableModel. For a

Re: Refactoring Errors

2021-07-02 Thread Ty Young
If I knew I would tell you but sadly I don't. Right now Netbeans doesn't work with JDK 18 so I can't test anything with my active projects. I can try creating dummy projects to poke and prod, but this seems to be an issue with projects that are actually reasonably complex. In my case, the

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Tim Mullé
Hi George, Actually, I’m trying to use a regular NetBeans Explorer TableView.. not the JavaFX tableview. http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/view/TableView.html

Re: Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Gheorghe TUDOSE
For the second point, the TableView "where we can create new columns with expressions behind it where it calculates values to display in the table" - I take it it's a JavaFX TableView. If that is the case, I personally wrap each object corresponding to a table row into a JavaFX-specific class (a

Working with ETable (TableView) and Quickfilter

2021-07-02 Thread Tim Mullé
Hi, I’m looking at maybe using the built in Explorer TableView (ETable) instead of our customized JTable component we currently have in our Swing Application. I’m am evaluating the TableView component and seeing if it is worth using that component in the new NetBeans Platform application I’m

Re: Refactoring Errors

2021-07-02 Thread Geertjan Wielenga
What are some steps to reproduce so that this can be fixed? Gj On Fri, 2 Jul 2021 at 18:36, Ty Young wrote: > I reported refactoring issues here more than a year(2?) ago. While someone > did respond and provided a fix, it seems like the "fix" was just to > suppress the issue(exceptions) and

Re: Refactoring Errors

2021-07-02 Thread Ty Young
I reported refactoring issues here more than a year(2?) ago. While someone did respond and provided a fix, it seems like the "fix" was just to suppress the issue(exceptions) and not fix the issue itself. Refactoring on Netbeans is completely and utterly broken and has been for a **VERY** long

Re: Refactoring Errors

2021-07-02 Thread Martin Meeser
Is refactoring affected by whether you use nb-javac or not? On 02.07.21 16:56, Geertjan Wielenga wrote: Just tried moving a Java class, no problems at all, using 12.4 on JDK 16.0.1 on Mac OSX. GJ On Fri, Jul 2, 2021 at 4:51 PM Marvin P. Warble Jr. wrote: In all versions of Netbeans >

Re: Refactoring Errors

2021-07-02 Thread Geertjan Wielenga
Just tried moving a Java class, no problems at all, using 12.4 on JDK 16.0.1 on Mac OSX. GJ On Fri, Jul 2, 2021 at 4:51 PM Marvin P. Warble Jr. wrote: > In all versions of Netbeans > 12.0, I regularly experience several > different problems when trying to refactor code. Anyone else running

Refactoring Errors

2021-07-02 Thread Marvin P. Warble Jr.
In all versions of Netbeans > 12.0, I regularly experience several different problems when trying to refactor code. Anyone else running into these issues? 1. When moving a class, NB will scramble the import statements of classes that depend on the moved class. 2. When moving a class,

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread Geertjan Wielenga
Tried and failed to reproduce with this environment: *Product Version:* Apache NetBeans IDE 12.4 *Java:* 16.0.1; OpenJDK 64-Bit Server VM 16.0.1+9 *Runtime:* OpenJDK Runtime Environment 16.0.1+9 *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_GB (nb) *User directory:*

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread Charles Johnson
On 02/07/2021 07:04, manikantanna...@gmail.com wrote: The steps were to show how to reproduce the problem. It might be better to post the minimal build files to reproduce it, e.g. a pom.xml and possibly some Java source -

Re: Release preparation

2021-07-02 Thread Geertjan Wielenga
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.5 Created the above page for you, which should end up similar to this: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.4 Gj On Fri, Jul 2, 2021 at 2:22 PM Geertjan Wielenga wrote: > omerhalit now

Re: Release preparation

2021-07-02 Thread Geertjan Wielenga
omerhalit now has permissions to the Wiki. Gj On Wed, Jun 30, 2021 at 3:07 PM Ömer Halit Çizmeci wrote: > I have access to that page but I am not sure if I can create a new page > for 12.5. There is a small unlocked padlock on the right side of the title > which says "unrestricted". Well,

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread manikantannaren
The steps were to show how to reproduce the problem. The project in which I faced the issue originally has an Option Panel which I was trying to test. I also wanted to demonstrate that the issue exists without any changes made to the POM file or project structure. *Cheers* Mani/Naren/Iyer *The