aptana 3 how to get rid of ruby plugins - aptana

I was just wondering is it possible to get rid of all this ruby stuff in aptana
I don't need those kind of plugins, could i uninstall them? How?
Rspec, engine yard, heroku, rails, ruby commands bundlles.
Or is it possible maybe to install pure eclipse and add plugins, to achive same result?

Yes, it is conceivably possible, but in practice, no.

I asked that same question to Aptana themselves and the answer is no.

Related

Plugin Compatibility test

I have developed a plugin for WordPress and it is working great with latest WordPress version 4.6.1 but I am afraid how can I check it is compatible for how older version or do I need any correction for older versions.
Do I need to download and install all version and test one by one, is there any shortcut or online solution?
Thanks in advance..!!
Yes you can use the one have say #Vasmin Better Plugin Compatibility Control
But I'm not sure if is what you ask. I don't think can tell you which issues could have with the old version.
Maybe the best for you it's try the old and see if your plug-in still work. Here there are all
Have a glance at Better Plugin Compatibility Control. I just found this out this morning. I think this does what you're after.
Have a glance at https://wordpress.org/plugins/better-plugin-compatibility-control/. I think this does what you're after.

Tools for developing Meteor

I've been watching the screencasts on the site and wondering what editor is being used? It looks like vi or vim (which one is it)? And at the bottom of the terminal says "JavaScript-IDE"? (is this a plugin for vi or vim) Thanks!
From Abigail Watson, Meteor expert:
WebStorm is no longer the Meteor-Cookbook recommended Editor or Development Environment.
We now recommend Atom.io since it's a pure-javascript editor, meaning we can extend the Meteor Isomorphic API to the Editor.
(https://github.com/awatson1978/meteor-cookbook/blob/master/cookbook/webstorm.md)
Our Meteor API for the Atom Editor brings Isomorphic Meetor javascript to the editor with autocomplete, code snippets, color-coded grammar, syntax highlighting, and more! Code faster and with fewer mistakes!
(https://github.com/awatson1978/meteor-api)
WebStorm
Webstorm 9 has excellent Meteor support.
For Vim/Emacs
Another option would be to use TernJS and VIM/Emacs as explained by Slava Kim at Dev Shop.
A Good Write up about it here
They're using Emacs, but you can use whatever editor/IDE you want. My personal preference is Sublime Text 2.
As far as I know, there aren't any editors that help you write Meteor code. Meteor is all Javascript, so the only thing an IDE could do is provide auto completion to the Meteor namespace and show you some docs. I think the general consensus is that an IDE like that wouldn't be too helpful at this point, since the docs change so frequently while Meteor is in very early stage development.
Happy Meteoring!
Atom.io. Growing well with community support. Have been using it few days and cannot think of anything missed for my use. The extension package system is pretty neat and available packages is growing quickly.
Codelobster has special plug-in for MeteorJS: http://www.codelobster.com/meteorjs.html

How do I strip Aptana down to only what I need?

I am very impressed with Aptana, but I am a simple Wordpress developer, who uses jQuery, MySQL, PHP, Wordpress and not much else. I am more than pleased with Aptana's support for these, especially after installing bundles and extensions. However, I have all this support for Capistrano, Python, Ruby, things I never use. Aptana is pretty sluggish for me, and confuses me with way more features than I need. Is there any way to remove this functionality?
Aptana is just Eclipse with bunch of custom plugins.
You need to disable or uninstall the plugins you do not use.
Plugin manager is located somewhere in the Help menu.
http://wiki.eclipse.org/FAQ_How_do_I_remove_a_plug-in%3F

Installing multiple versions of Aptana?

I want to upgrade to Aptana 3, but on first glance there were a few things different I didn't have time to spend figuring them all out. So I went back to 2. I'd like to install 3 as well so when I have time I can just look at it. I use Aptana too much and rarely have a lot of time to spending figuring out all their changes but there are some benefits to upgrading.
So is there a way I can hide my Aptana 2 from the install wizard for 3?
While it's not quite what you asked for, I would install the 3.x version as a plugin into Eclipse. Realistically, you should be able to install 2.x and 3.x side-by-side, so the fact you can't sounds like a bug, and I would recommend filing a bug ticket for that.

Is there an IDE for CSS with code validation?

What's a good IDE for CSS that makes validation of the code as you type?
Netbeans also has that and is free. And for what its worth there is also dreamweaver but I have no idea how good it is compared to more "serious" ide's.
I would suggest Aptana or Visual Web Developer Express 2010
Aptana is Eclipse-based, cross-platform, needs no installation, just JRE. Pretty neat, I use it. In CSS it even provides code completion for selectors (based on what you have in HTML). If a line is invalid an error sign appears next to it, hover your cursor and read what's wrong.
Visual Web Developer is harder for me because I spent too few hours CSSing in it. From what I've seen it does a pretty decent job, but I still prefer Aptana.
All of the jetbrains IDE products (with the exception of the free CE edition) include a every good CSS editor.
If you use a Mac for any development then I would advise CSS Edit although I expect that is not the case.

Resources