Re: SQL editor "Keep Prior Tabs"

2019-05-27 Thread Mark Wilmoth
https://netbeans.org/kb/docs/ide/oracle-db.html 2. Keep Prior Tabs. Click the Keep Prior Tabs  icon on the SQL Editor toolbar to keep the windows with the results of previous queries open. This can be helpful if you want to compare the results of several queries. It's not working though. :) Ma

Re: Still possess a Build Error.

2018-03-30 Thread Mark Wilmoth
What build tools are you using? Where did you get your make.exe? What version of NetBeans and Windows are you using? From: A Z To: "us...@netbeans.incubator.apache.org" Sent: Thursday, March 29, 2018 9:07 PM Subject: Still possess a Build Error. #yiv0965491312 P {margin-top:0;m

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
FYI, I forgot to mention, in the past, QT installs won't work unless you use a QT Patcher program to fix internal paths in the builds so it is probably why it does not work. The MSYS installer fixes the path for you when you install the package.   From: Mark Wilmoth To

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
Use QT packages that come with MSYS2, but you don't need it if you are not compiling QT projects. See how to install them below:  http://www.areaofthoughts.com/2013/08/how-to-create-64-bit-cc-windows-program.html http://www.areaofthoughts.com/2013/09/how-to-setup-64-bit-qt-511-for-use-with.html  

Re: Help with C++ on Netbeans 8.2

2018-03-29 Thread Mark Wilmoth
It could be the space in the directory name "GNU Make" causing it. You might want to make it "GNU_Make". Make sure it's in your Windows  path system variable too.  From: A Z To: "us...@netbeans.incubator.apache.org" Sent: Thursday, March 29, 2018 2:26 AM Subject: Help with C++ on Ne