Where are the Aptana Studio docs? - aptana

When I click on Documentation at the http://www.aptana.com/support.html web site, it goes instead to the doxs for appcelerator. Does anyone know where the 'getting started' docs are for Aptana studio?

this might be helpful. You can also check and try googling more.

inside Aptana
Help -> Help Contents or Dynamic Help
Contents -> Workbench User Guide -> Getting Started -> Basic tutorial
There is also the GitHub doc https://github.com/aptana/studio3/wiki/Getting-Started
As Aptana was taken over by Appcelerator, it is now also called Appcelerator Studio. The Docs are here: https://wiki.appcelerator.org/display/guides2/Appcelerator+Studio

Related

"SQLite.UAP.2015, Version=3.10.2"

I need to find the "SQLite.UAP.2015, Version=3.10.2". as it had some features working that the current version does not as PRAGMA key.
I tried rebuilding the download link from:
http://sqlite.org/2016/sqlite-uwp-3130000.vsix
as there is not any history in the webpage of previous dll's:
http://sqlite.org/2015/sqlite-uap-3102000.vsix
That does not work.How do I rebuild the link or Where can I find or can download the old Visual Studio Extension?
Regards.
I found the link using the way back machine.
https://web.archive.org/web/20160202165309/http://www.sqlite.org/download.html
Here's the direct link:
http://www.sqlite.org/2016/sqlite-uap-3100200.vsix

Proplem with Visual studio 2015 and Ripple

When I run the application with Visual Studio and ripple, and I click link for other pages from Cordova project( to localhost) comes an error. Ripple notificates: "Instead of the page you'll see an AW, snap!" Chromes DeveloperTools tells: "was disconnected from the page.'
Links for some website works good. Before links worked well.
What could be the problem?
We found what appears to be a bug in Chromium and filed this to track it:
https://code.google.com/p/chromium/issues/detail?id=585260
We are making a change to Ripple to work around the issue. Please keep an eye on our VS TACO blog for more information; we'll make an announcement when the change goes live with instructions on how to update Ripple. You can find our blog here:
http://microsoft.github.io/vstacoblog/
We're sorry for any inconvenience this has caused you and hope to have a fix, both in our tools and in Chrome, shortly.
(Disclosure: I work on the Tools for Apache Cordova in Visual Studio)
I followed instructions from http://microsoft.github.io/vstacoblog/2016/02/12/update-to-ripple.html
and it's working :
-In Visual Studio, click Tools -> Options
-Find the Tools for Apache Cordova
-Click the “Clear Cordova Cache” button
-Rebuild your project
Please make sure that you have VS2015 TACO tools update 5. let me know if you have any issues afterwards. It works great for me with the latest update.
Luck did not last a long time. Chrome updated himself(Versio 48.0.2564.103 m) and Ripple does not again working. In new Chromes is bug with Visual Studio 2015 and Ripple.
This is a new issue we're investigating on the VS TACO team, too. I'll update this answer with any workarounds/next steps as we keep researching.
For now, the workaround is as suggested by #PeteQoo - you need to revert your version of Chrome to version 46.

How to put CSS documentation in Netbeans

I am busy working on a JavaFX Project and am using CSS for style.
When editing the css file I noticed that my IDE didn't have any documentation about the functions.
So I browsed the plugin tab with no result.
Googled and didn't even find some topic about CSS documentation in an IDE .
(with the exception about the Eclipse IDE ,but I am using Netbeans).
So I'm kinda lost ,can anyone give me some directions to look at?
Thank you
Add Java Fx documentation to your Netbeans:
In your Netbeans, click Tools >> JavaPlatforms
Choose Javadoc tab
Add URL, http://docs.oracle.com/javase/8/javafx/api/
Note:
You may need Internet connection to access the documentation.
You can add another documentation by same directions with different URL.
You can add Zip/file if you already downloaded / had the documentation.

How to Update Aptana Studio to the latest?

I have Aptana 3.1.1 installed and want to update it to 3.1.3, the latest version. How could i do that?
I have tried the "Check for Updates" under "Help" menu, and it said "No updates were found". I guess that a update site needs to be added, is it?
Hope I don't have to download the latest version to update Aptana...
Thanks for any help.
The problem is that the update sites list is empty. To add a list, just import the list in the .xml file provided by Aaron K here.
Please try the suggestions here, in particular the steps under No updates were found section.
Said in offical is http://update.aptana.com/update/studio/3.4 But there is nothing.
One of this is works for me. but the version is toooo old.
http://download.aptana.com/studio3/plugin/update/
http://download.aptana.com/studio3-rcp/plugin/update/
So found this
Aptana Studio Beta Updates:
http://preview.appcelerator.com/aptana/studio3/plugin/update/beta/
Aptana Studio Nightly Updates:
http://preview.appcelerator.com/aptana/studio3/plugin/update/nightly/
Now, I use the beta version. :-)

Configure Twig Plugin in Aptana 3

Is there a way to configure Twig plugin on Aptana 3?
Here is the link to the plugin https://github.com/pulse00/Twig-Eclipse-Plugin
And it says it need PDT (PHP Development Tool) to run. But when i try to install both, it does not let me. It says, something like it can found some files.
So, it is possible to install Twig plugin in Aptana 3, and if so, can you teach me?
Thanks in advance !!
Sorry for digging this out. Maybe try this:
Goto "Available Software Sites" in the "Install new Software" dialoge
Look for the checkboxes on the eclipse-related sites. Then aptana serches for the needed packages itself.
According to Twig plugin for Eclise's FAQ, you now can use it in Aptana. I installed it myself, and I indeed can add Twig nature to my projects. But I actually can't configure the syntax coloring, for example, nor can I see my Twig code highlighted…
It's very simple! Go to: Settings>General>Content types text(expand), select html, and click ADD button - *.twig, and interpreter will colour your code form now!
Aptana 3 uses Eclipse 3.6. That plugin requires Eclipse 3.7.
Regards, G.

Resources