Enter key does not work on Netbeans 7.1 - keyboard

I installed Netbeans under Debian with PHP extension, but the enter key don't work on the code editor. Only on PHP projects, it works fine in Java projects.
UPDATE:
I updated to Netbeans 7.1.2 and it works fine!

Also from http://forums.netbeans.org/topic46466.html
"... fixed the issue by klicking on the info icon left to the
It seems that the default is HTML 5 - and this generates a parser Exception.
After switching the project default to the above mentioned setting I could use ENTER as normal - even on newly opened files."

Please click on the Info (Bulb icon) on the top of the file or from where you start php code. After click on the bulb select "Change project default to HTML 4.01 Transitional" option and now you able to use Enter key normally.
Please check the Screen-shot attached below.

Related

Intellij IDEA Ultimate Java EE

I have a tiny problem. I downloaded IntelliJ IDEA Ultimate for Java Web. Next my step is download and install Server TomCat.
In tutorials they go Run/Debug Configuration, press add
and chose Server TomCat. So, my problem is the lack of Server TomCat in the list.
I know the problem is so stupid, but I need help.
I use IntelliJ IDEA 2018.2.4
Open the Settings/Preferences dialog (Ctrl+Alt+S).
In the left-hand part of the dialog, select Plugins.
In the right-hand part of the dialog, on the Plugins page, type the
server name of interest (e.g. Tomcat) in the search box. As a result,
only the plugins whose names and descriptions contain the typed text
are shown in the list of plugins.
If the checkbox to the right of the plugin name is not selected,
select it.
Click OK in the Settings dialog.
If suggested, restart IntelliJ IDEA.

Eclipse - Can't set preferences

I've installed eclipse Mars.1 Release (4.5.1), and than i've installed spring plugin as i always do with a new linux installation (by the way i am running Manjaro Linux 15.09 fully updated with KDE) but this time i am facing a problem i have never seen before!
Everytime i go to the preferences window, the right pane won't update according to the selected option.
Ex: when i open the preferences window, if i try to drill down the "General" option, the right pane won't update, no matter what i choose in the left pane!
Can anyone help?
I had the same problem. The reason was because Eclipse didn't set up completely - there was some background tasks running (freezing actually).
Try to run Eclipse with another JRE version. I have this problem with 8u60, but everything is fine (as fine as it can be with Eclipse) when I use 8u45.
Off topic - I strongly recommend everyone to stop using Eclipse and go to Intellij IDEA. Your life will become much more happy.
UPD I faced that problem again with the new workspace, so maybe this isn't about JRE version. Try to wait a few minutes, reopen workspace again, this worked out for me.

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0

Target output browser for webapplication in monodevelop

It must be a trivial option hidden somewhere.
I have a web application in monodevelop. When I run it (f5) it starts in chromium (chrome for linux). I want to change this to firefox or to nothing (don't start a browser, I can reload the page myself).
Can anyone tell me how I change this?
Thanks!
MonoDevelop uses your default browser, according to your GNOME preferences (on Linux). It's not possible to change this without than changing your default or modifying the MD source code.

EclipseME - Network permission

I have a j2me project that works fine in netbeans.
Since i need to develop a android version i have moved to Eclipse.
I have downloaded Eclipse ME and imported the j2me project.
Im able to run the app, but i dont get "Is It Ok To Use Airtime" permission.
I checked the jad and all the permissions are there. Emulator is "Sun Java(TM) Wireless Toolkit 2.5.2_01 for CLDC".
Any idea why the internet connection is not working?
Anyway i found the source of my problem. As i expected it had something to do with the settings. In WTK (install_folder/bin/ktoolbar.exe) there is section "Security" under Edit/Preferences. I set "Security domain" to "manufacturer". Saved and exit. In Eclipse i right click the project and under either "Run as" or "Debug as" i selected "... Configuration". Under "Emulator" tab the security domain property had to match up (manufacturer). After that all worked perfectly. Since first part of the problem was hinted in one of bhakki links im awarding bhakki for his time and effort put into my problem.
See this article. Here clearly described briefly. Even you can check also this article.

Resources