aptana3

Aptana Studio 3 Not Showing Themes

旧城冷巷雨未停 提交于 2021-01-28 06:24:24
问题 So I recently moved all of the files that I want to keep onto a secondary hard drive in my laptop. This also included the workspace I use for Aptana Studio 3. As a result, there was a particular file that I had to delete and let the program recreate just to get the program to start up as well as re-import the projects I was working with. The issue now, though, is that I cannot change or even bring up the themes in the preferences editor. When I first go to Window > Preferences > Aptana Studio

Aptana Python stdlib issue with virtualenv

橙三吉。 提交于 2020-01-30 10:35:04
问题 I recently started working on a project using just vim as my text editor with a virtualenv setup. I installed a few API's on this virtualenv from GitHub. Eventually, the project got a little bigger than vim could handle so I had to move the project to an IDE. I chose Aptana Studio 3. When I started up Aptana, I pointed the project directory to the virtualenv folder that I had created to house my project. I then pointed the interpreter at the Python executable in App/bin (created from

Aptana Python stdlib issue with virtualenv

不羁的心 提交于 2020-01-30 10:34:25
问题 I recently started working on a project using just vim as my text editor with a virtualenv setup. I installed a few API's on this virtualenv from GitHub. Eventually, the project got a little bigger than vim could handle so I had to move the project to an IDE. I chose Aptana Studio 3. When I started up Aptana, I pointed the project directory to the virtualenv folder that I had created to house my project. I then pointed the interpreter at the Python executable in App/bin (created from

Aptana Configuration : The interpreter configured does not exist in the filesystem

佐手、 提交于 2020-01-01 10:16:17
问题 Pretty much all said in the title. I've updated to the last version of Aptana (on Windows), and now my interpreter does not work. I've recreated the PYTHONPATH Variable, deleted and reconfigured the python interpreter in Aptana , deleted and recreated it in my project, still not working... It gives me following error: The interpreter configured does not exist in the filesystem And all kinds of error like : Description Resource Path Location Type Undefined variable: None models.py line 48

How to set up Git with Aptana Studio 3?

六眼飞鱼酱① 提交于 2019-12-29 11:35:13
问题 I'm new to Git. I use Aptana 3 for everything and I really want to use it when working with Git as well. The problem I'm running into is that everything I read seems geared towards people who know Git or have an idea of what is going on. I have neither. I've never even used GitHub before not even to clone a project. As far as I've gotten with the Aptana setup is going into the preferences and setting the path to my git executable. I've restarted it and everything and it appears to have

Aptana studio 3 hang & won't start up in El Capitan beta 3

折月煮酒 提交于 2019-12-25 04:43:07
问题 i have installed JavaForOSX.pkg from Apple's official Java Package and successfully , up and running with Aptana sutido 3 standalone version for El Capitan beta2 , no problem at all . I used the instructions by p0wer0n from http://forums.macrumors.com/threads/apple-java-6-for-10-11.1890762/page-2 After beta 3 upgraded , Aptana studio 3 hand and won't start up at all . I reinstalled JavaForOSX.pkg and Aptana studio 3 , still not working . Did anybody have this issues and knew any solution to

How to install previous version of Aptana

非 Y 不嫁゛ 提交于 2019-12-24 04:42:08
问题 I don't like the 3.6 version at all. It has too many bugs and it's too slow compared with the previous versions, so I'd like to install to a previous version and wait till they fix the problems. I can't downgrade the installation, so no, not an option. I know that in this web: https://wiki.appcelerator.org/display/guides2/Reverting+to+a+Previous+Version there is a list of old versions, but this are VERY old, I'd like to download at least the 3.4.2 version or newer (like 3.5), but I can't see

Debugger not working: 'Socket Connection Error' after starting Debugger

大憨熊 提交于 2019-12-23 12:04:09
问题 I tried to use the debugger in aptana studio 3. I'm using firefox 20.0.. I... 1.) ...deleted firebug before using Aptana. 2.) ...selected debug perspective in Aptana and started the debugger. 3.) ...installed the extension 4.) After 57% of progress: --> Error. 'Launching Firefox- Internal Server' has encountered a problem Socket connection error- Please try shutting down and restarting your web browser, and then run 'debug' again. Is there something I'm doing wrong? I could not find a

Is there a way to run JavaScript code inside Aptana Studio 3 IDE?

耗尽温柔 提交于 2019-12-21 08:21:25
问题 I created a Test.js file and wrote two lines of JS code in it: var a = 5; console.log("The result is = " + a); The output should be: "The result is = 5" Is there a way I can see this in Aptana Scripting console, instead of integrating the JS code in a HTML file and saving/refreshing it? Can any other IDE, say Netbeans help, if not Aptana? Any advise would be highly appreciated. Regards Roy 回答1: I think that it would be best if you give Node.js a try. This way, you get to call node test.js on

Aptana “PHP Version” doesn't stick in project properties

与世无争的帅哥 提交于 2019-12-21 07:17:17
问题 I have a project that explicitly needs PHP 5.4.x compatibility, so I right click on my project and go to Properties. Then I click the "PHP Development" menu on the left, and select "PHP 5.4.x" from the dropdown. It works fine until I restart Aptana--then it goes back to "PHP 5.3.x" which I guess is the default. Is this a bug in Aptana? How do I get the version to stick even when I restart? 回答1: The only temporary solution I found (in Aptana build 3.6.0.201407100658) is setting the PHP 5.4.x