Re: [Module Development] Visual editor for binary file type

2018-01-13 Thread Oliver Rettig
Hi, following https://platform.netbeans.org/tutorials/nbm-filetype.html maybe the missing peace is that you can extend DataObject and you add an object to its lookup which provides support for your specific data. public class ABCDataObject extends MultiDataObject { public ABCObject(File

RE: [Module Development] Visual editor for binary file type

2018-01-13 Thread stephen cumminger
Hi Pete. If the binary file type has a unique file extension, you could certainly create a Data Object with the appropriate mime type to open the file and gain access to some of the typical functions for DataObjects that NetBeans enables (copy, rename, delete…) However, if you don’t need all th

[Module Development] Visual editor for binary file type

2018-01-13 Thread Pete Whelpton
Hello - and apologies for what is probably a dumb question. I am trying to create a Netbeans plugin that allows editing of a binary file type (with is basically a two dimensional array) via a Visual Editor containing a JTable. I have a model class that extends AbstractTableModel, and I have follo

Re: dev build not rendering GUI properly

2018-01-13 Thread Neil C Smith
On Sat, 13 Jan 2018 at 11:05 Mark Wade wrote: > > So if I understand you correctly, the dev builds are "corrupting" form > > files (and version 8.2 works fine). Is that correct? > Yes, for me here. I built the sources on the same machine using Ubuntu > 14.04 but I'm just seeing now the requiremen

Re: dev build not rendering GUI properly

2018-01-13 Thread Mark Wade
So if I understand you correctly, the dev builds are "corrupting" form files (and version 8.2 works fine). Is that correct? Yes, for me here. I built the sources on the same machine using Ubuntu 14.04 but I'm just seeing now the requirements listed at https://github.com/apache/incubator-netbeans

C++ + g++ (cygwin) + ncurses

2018-01-13 Thread Kamil Mroczkowski
Hi, I configure NetBeans (Windows 10 64bit) with g++ from cygwin and link ncurses. Compile is successful but in source code functions have underline red: 'Unable to resolve identifier...'. Screenshot: http://wstaw.org/w/4LbD/ Configuration code assistance: http://wstaw.org/w/4LbE/ RGDS --