Had anyone managed to get amaterasERD working with Aptana Studio? - eclipse-plugin

Hey. Call me dumb but I can not get amaterasERD working with Aptana Studio under OS X.Is this doable? I have Aptana 2.04. I've installed amaterasERD, GEF, EMF, UML2 and AmaterasUMLExtension. No joy. Am I wasting my time?

I'm having some troubles too. The problem seems to be with Aptana, since under "pure Eclipse", AmaterasERD seems to work without problems for me.

Related

VS 2022 hangs after unloading a project everytime

I have a react project which I need to unload from my solution because I build it separately.
Every time I try to unload that project, my VS 2022 goes into a hung state.
Has anyone experienced the same?
Yes, I was experiencing this same thing until just now with VS 2022 Community v17.2.6.
I was trying to unload a GraphQL since I don't really care about that project, it's only on the same folder/repo.
I went into Tools -> Get Tools and Features... and uninstalled Node.js development. That did the trick, although I guess it might be because now it doesn't load the project to start with, it shows as "incompatible". Luckily I don't do any Node.js development in VS.
If yours is a Node.js project too you could try this, or maybe try a fresh install only including the most basic things to see if it works that way, and keep adding tools and features until you find which one is the problematic one.
I am also experiencing the same problem.
In my case, it happens when I switch branches with the VS solution open. It hangs while trying to unload one or more projects. The solution has ASP.Net MVC and C# projects.
So far I didn't find how to fix this.

How to install Visual Paradigm on Netbeans?

I'm following the instructions here but it seems not to work. I'll contact the developer, but wonder if someone has been able to make it work somehow.
The installation process is completed, but Netbeans doesn't see the plug-in. I assume it is deployed incorrectly.
Not sure how it got fixed but suddenly upon starting the IDE an update for the plugin showed up and it started working afterwards.

Anyone with luck on getting KDevelop work under OSX 10.8.3

I got KDevelop to install through macports with no issues, but it is very unstable and crashes straightaway. I tried getting it through fink, but fink is not able to find the package anymore?
So I am pretty much stuck with no solution. Maybe an alternative IDE suggestions?
Do not want textMate, have Sublime2 running, not very happy about Eclipse and Xcode. I see people working vert efficiently with GVIM, with lots of custom plugins. I know it is a steep learning curve but mat very well try it. Maybe a suggestion for a way to get GVIM smooth and functional under OSX? (Python, C++, bash, etc)
Thanks.

IntelliJ 12.0.3 Ctrl-Alt-U no longer works?

I only just discovered that show UML Diagrams no longer works in IntelliJ 12.0.3.
Does anyone know whether there is a problem with it? Or whether it has been intentionally removed?
ps: It still works fine in 11.1.5.
I tried it and experienced the same as you.
The feature is disabled, and must be enabled by checking "UML Support" under File->Settings->Plugins
Ok, I've found out that Ctrl+Alt+U works in 12.0.3 Ultimate Edition, and not in the Community edition.

Can anyone provide any tips regarding a development environment for SilverStripe?

I'm pretty new to developing with SilverStripe. At the moment I'm using Firefox / Kate for development on the new platform.
I was wondering what other people use? Has anyone used Eclipse with any success? Are there any other IDEs / environments / approaches that work well with SilverStripe?
Try using Netbeans for PHP-development, works great for me.
I'm using Aptana, an Eclipse based IDE.
I'd recommend searching on here for PHP IDEs for a better answer.
I use Zend Studio 5.5 which is no longer distributed since they replaced their custom app with a Eclipse variant. I would go with Aptana Studio if you think about going with an Eclipse variant.
Just make sure that you can syntax highlight .ss files like .php and you are fine with any that let you see your whole project as you will jump to/from /mysite and /themes folders quite often.
The Silverstripe documentation recommends the PHP Development Tools PDT for Eclipse amongst others: http://doc.silverstripe.org/tools