Eclipse Window Builder - Empty Design tab on Mac M1 Pro - eclipse

I'm trying to use Eclipse and Window Builder to make an SWT project, but I have the following issue. The Design tab amb Palette options are empty amb blocked:
Screenshot Empty Design tab
The file compiles and executes well:
Screenshot code compile
I have tried lots of different versions of JDK, Eclipse and WB. Currently, I have the following versions.
Window Builder
Screenshot Window Builder version
Eclipse version: Version: 2022-12 M1 (4.26.0 M1)
Java: JDK 18
There aren't errors or warnings, only the issue explained above.
Could you help me?

Related

Eclipse IDE BUG - optimization level, debug level pops to NONE

In Eclipse IDE I can’t set the debug level and optimization level no matter what i do.
The problem is when i try to set the debug level and optimization options under Project Properties > C/C++ Build > Tool Settings > GCC C++ Compiler > Debugging/Optimization. After selecting any option in the pulldown box, it pops back to “None” in both boxes.
I tried to create a new workspace with a new project, i tried to erase the system workbench and install again , make new projects with different processors.
Why can’t I change these settings?
By the way in another PC everything is working.
my versions:
Eclipse IDE Version: Neon.3 Release (4.6.3)
System Workbench for STM32 - OpenOCD (for Windows 32bits)
Version: 1.16.0.201807130628
windows 10 64 bit
Thanks
Sergey

how to do interactive debug on nodeclipse

I am running Eclipse Kepler 2 on Windows 7 with latest nodeclipse installed and nodejs
When I debug, I don't understand why i cannot enter into the console box to see the values of variable (like in pydev). This document tells me to use "Expression View". But is there a way to enter into interactive console of eclipse to get output with nodeclipse plugin?
Here is what is installed in my eclipse.
Also, I see that there is a separate interactive console (see image), but i can't seem to enter anything over there. Am i missing some plugins? I tried installing eclipse plugin - chromedevtools and nothing.
Nodeclipse is already shipped with chromedevtools (0.3.9 versus Google chromedevtools that were 0.3.8)
is there a way to enter into interactive console of eclipse to get output with nodeclipse plugin?
It should be tested and/or developed at https://github.com/nodeclipse/nodeclipse-1/
BTW: Hint Right-click on Perspective tabs panel and select Hide text. The toolbar panel will be more compact.

Eclipse 4.4 Luna pinning editor tabs

I've found this question: Eclipse - How to pin editor tabs? and I've installed "Extended VS Presentation plugin for Eclipse", but it's not working.
How it should look (from http://andrei.gmxhome.de/skins/index.html):
How it actually looks on my Eclipse 4.4 (on Ubuntu):
As you can see, "Current presentation" setting is missing.
When I've installed this plugin (via eclipse), it was in "Eclipse 3.6 - 3.8 plugins", so maybe it's incompatible with 4.4 Luna? However, it was possible to install it, so it should work, right?
Also, if you know any plugin that would allow pinning tabs in eclipse, feel free to post your answer and describe it.
Support eclipse versions for this plugins:
Eclipse Versions:
Juno (4.2, 3.8), Previous to Juno (<=4.1)
This plugin NOT works(See this) in eclipse 3.x on Linux.(But here author says it support Linux platform. Contact author for more details)
This plugin NOT works in eclipse 4.x on any platform.
Please note, that the skin, tab actions and lists are available for Eclipse 3.x only! Eclipse 4.x is not supported.
That first Appearance dialog is how it looks in Eclipse 3.x. The appearance code was completely rewritten for Eclipse 4.x.
The fact the plugin installs may just mean the install is not careful enough about specifying the versions of Eclipse it supports.
You should try and contact the plugin author to see if it supports Eclipse Luna.
In my point of view, everything is fine.
As you can see in the images below, (Check bottom (console) ).
The above page is updated on 06-25-2014
But the screenshot in that page is taken on 06-02-2008 , (Check bottom (console) ).
The screenshot given in that page is a screenshot of very very old version. The plugin is updated, but the screenshot in the page is not yet updated.
The new plugin will work as shown in the image in the question
Alternative
In Eclipse 4.4.0 there You'll find a pin symbol in the default toolbar of Eclipse on the right side. After clicking it, the Java Editor Tab symbol gets changed indicating this editor is pinned now. Unfortunatelly I could not find a corresponding entry in the popup menu. But it is easy to assign e.g. the keys Ctrl-P to "Pin Editor" in the key bindings of Eclipse. (Don't forget to unbind Ctr-P = Print).
In Eclipse Neon 4.6.0 Pin is not functioning.

Eclipse Juno cannot make new project after update

I'm using Ubuntu 12.04, and to install Eclipse Juno I downloaded it from the official site (I don't use apt-get nor software center)
After updating it from help > check for updates menu, my Eclipse cannot make new project. When I hover File > New, there isn't any menu to select (as the usual Java Project, C++ Project etc.), only an unselectable text like this:
< No Applicable Items >
Anyone know what causes this?
nitind's answer above helped solve my problem. I was using eclipse java ide juno on windows and i could not see any items under File -> New or under Window -> Show View. I noticed eclipse had defaulted to using the Java-EE perspective. Following nitind's suggestion I changed it to the Java perspective and can now see all the menu items. thank you!
I had the same error when i first started the program, but i looked into it, and I saw that the workspace already had .cpp and compiled files in it which i had compiled earlier with a different program. To fix the error, I just changed the workspace to the default, and it worked fine.
I was using eclipse CDT Kepler with java 1.6.0_27. I then tried it with java 1.7.0_25 and eclipse Juno and this method resolved the error in any of these instances.
Try using the default workspace and it should work.
Regards,
Nikita

apex debug log output does not show up on Eclipse

I installed visualforce plugin to Eclipse 3.6 and is working fine except that
system.debug does not output anything.
code
static testMethod void testMonth() {
Month m = new Month(system.today());
system.debug('foobar');
system.debug(m.firstDate);
}
step
In eclipse, right click and select Force.com
window popup, select run test
Test passes but I'm expecting debug output to show up. (i.e. foobar and date string) but nothing shows up.
Is there anything I might have to turn on or missing?
My Eclipse is Java edition.
I've tried PHP dev edition too with visualforce IDE version 20 but no luck.
Also tried visual force IDE standalone version and this also didn't show the log.
Here's a screenshot from my Eclipse: http://dl.dropbox.com/u/709568/stackoverflow/Masato.png
Works like a charm, maybe you closed this "Apex Test Runner" window? Maybe you aren't in the "Force.com" perspective?
Software versions (I don't think it's an Eclipse or plugin problem but you never know)...
Eclipse for PHP Developers
Build id: 20100218-1602
Force.com IDE
Version: Summer '10 (19.0.0)
Try locating these "Apex Test Runner" and/or "Execute anonymous" windows and playing with dropdown (which says what piece of debug info you want to see) and scrollbar (which says for "this" piece of info how detailed it should be).
This is an bug with Force.com IDE Winter'20.0. The fix is making its way through so expect a gud news soon.
Force.com IDE 20.0.1 has been released, which fixes this bug. See http://wiki.developerforce.com/index.php/Force.com_IDE for details.