netbeans-plugins

C++ Won't Install in Netbeans 11.0

。_饼干妹妹 提交于 2021-01-28 19:50:40
问题 I'm a beginner at programming and would like to know more about C++. I installed Netbeans since it says it supports Java (which I am currently studying the basics at school) and C++ (which I want to study for personal interest). But when I tried to create a new project, I can't find C++. So I followed tutorials and ended up trying to install the plugin. The thing is, it is not successful for me. A message says: "The Plugin Installer found problem timeout of loading C/C++ Remote Development

NetBeans design view size - zooming in/out

孤街醉人 提交于 2020-01-30 05:23:00
问题 Quick question - is it possible to zoom in / out the Design view in NetBeans? I am making an app in Java that has a fixed frame size (my laptop's fullscreen) and I can't see the whole frame in the design view what is a bit inconvenient. I found information that is possible to zoom in/out the code (the source view) but can't find anything on the design view and cannot find such a functionality. 回答1: Currently there is no such thing developed to Zoom in/out Design View in Netbeans. As you

NetBeans design view size - zooming in/out

北战南征 提交于 2020-01-30 05:22:32
问题 Quick question - is it possible to zoom in / out the Design view in NetBeans? I am making an app in Java that has a fixed frame size (my laptop's fullscreen) and I can't see the whole frame in the design view what is a bit inconvenient. I found information that is possible to zoom in/out the code (the source view) but can't find anything on the design view and cannot find such a functionality. 回答1: Currently there is no such thing developed to Zoom in/out Design View in Netbeans. As you

autocomplete in a file without project in netbeans

☆樱花仙子☆ 提交于 2020-01-15 04:45:33
问题 Is it possible to activate full autocompletion without having the file added to a project? Maybe with a plugin or any another modification? I installed the plugin "remote file systems" for netbeans 6.9.1 (php) (http://www.stoehrer.net/downloads/remotefs/nb-remotefs-0.1.3.zip) to access my linux server over ssh on my windows machine. Autocompletion doesn't work with it - the files have to be in a netbeans project :( I also tried the mounting tool "dokan" but sometimes it destroys a file when I

Control Netbeans from Commandline: attach Debugger from Shell-script

柔情痞子 提交于 2020-01-06 03:51:05
问题 I'm using a daemon-script which is monitoring a remote server. When the remote server is up, i want that Netbeans automatically connects it's Debugger to the remote Server. Is it possible to control this behavior from commandline? To type Something like netbeans --attach-debugger 192.168.178.34:9009 inside a terminal to do that? Or what other ways do i have to get access to Netbeans-internal stuff? (until now, i was just a "user" of Netbeans so i don't know the internals and how to access

Error with NetBeans Android plugin

帅比萌擦擦* 提交于 2020-01-04 04:00:15
问题 I am currently developing an Android app and i am using Netbeans 6.9.1 and nbandroid 1.0 beta. I have installed Android SDK and configured everything but when i create a simple project and try to build it gives an error Creating output directories if needed... Created dir: C:\Documents and Settings\KeSoLK\My Documents\NetBeansProjects\AndroidApplication2\bin Created dir: C:\Documents and Settings\KeSoLK\My Documents\NetBeansProjects\AndroidApplication2\gen Created dir: C:\Documents and

Java Me platform issues in NetBeans

懵懂的女人 提交于 2020-01-02 07:37:35
问题 I have installed Netbeans 8.0 that comes with pre installed Java ME plugin. Now when I tried to create a new Java ME project it said No Java ME Platform found. Please add at least one Also, the field "Java ME platform" was blank. So I clicked on Manage platforms and added Java ME CDLC Emulator Platform and gave the path to JAVA ME SDK. It discovered the platform and added the devices. After doing this, the field "Java ME platform" is still blank and I'm not able to select the Java Me platform

Dark theme in Netbeans 7 or 8

怎甘沉沦 提交于 2019-12-29 10:05:58
问题 Is there a way to have a dark theme in Netbeans? 回答1: Darcula UPDATE 2016-02: NetBeans 8 now has a Darcula plugin, better and more complete than the alternatives discussed in old version of this Answer. The attractive and productive Darcula theme in JetBrains IntelliJ is now available in NetBeans 8.0 & 8.1! The Real Thing This plugin provides the real Darcula, not an imitation. Konstantin Bulenkov of the JetBrains company made the Darcula look-and-feel open-source. This NetBeans plugin

PHP syntax check on .html files in NetBeans

冷暖自知 提交于 2019-12-22 00:53:14
问题 I am using NetBeans IDE 8.0.1 for my PHP development. I like the syntax check feature in netbeans. But the problem that I have is that it only works with files that have .php extension . I am using a lot of php code in files with .html extension, and no php syntax checking is being available in NetBeans for those files. Is it possible to enable php syntax checking for .html files? 回答1: One hacky way to do that: go to Tools|Options|Miscellanous select Files tab from File extensions, select

How to enable PHP support in Netbeans?

ε祈祈猫儿з 提交于 2019-12-17 22:34:52
问题 On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked at the plugin list and php is not in the list, neither is it in the plugins to download list. I've gone to the netbeans website and I am not sure which php plugin to download. Can someone please help me with this? Ubuntu 12.04 64bit has netbeans 7.0.1 in the software repository. 回答1: Go to Tools->Plugins . In the Settings tab ensure that the update center Netbeans Distribution is active.