aptana3

Terminating Flask's Internal Server in Eclipse ( Aptana Pydev)

帅比萌擦擦* 提交于 2019-12-11 18:04:10
问题 I am using Aptana plugin in eclipse Luna. Pydev is already there in Aptana. I am doing flask development using flask's internal web server (Werkzeug/0.10.1 Python/2.7.6). When i run my project everything goes well but when i terminate run, my app server remain active. It keeps serving and when i run my project again it gives me following socket error. socket.error: [Errno 98] Address already in use Previously i was using pydev without aptana and it was working fine. Now for every run i am

Rails project can not be created

无人久伴 提交于 2019-12-11 15:22:52
问题 I want to create a Rail project named Pierre with Aptana Studio 3 but it's written : Pierre@PC-Pierre ~ $ rails new . Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first. Type 'rails' for help. I have joined a screenshot of the repository where I created my project. Could someone help me to deal with that ? 回答1: Seems like the issue you are describing comes from Aptana and not Rails. Create the App from cmd and then import it

How to open files of Filezilla in current open Aptana Studio 3

混江龙づ霸主 提交于 2019-12-11 08:48:53
问题 When I change the configuration of filezilla to open files in Aptana Studio 3 , it starts a new process Aptana, and do not mind that is open, ie a new workspace. How to set to open in a new tab in Aptana that is already open (running?) And if possible, how to do the same for other files, for example, to configure when you open an html file by Nautilus or the terminal, open a new tab. 回答1: In Edit > Settings > File Editing > File type associations > Custom filetype associations write: "file

Aptana ruby code assist features not working for erb files

孤者浪人 提交于 2019-12-11 05:55:59
问题 I'm using Aptana 3.2.1.201207261642 on OSX 10.8 F3 to open declaration / go to definition works on .rb files, but not on .erb files. I get the popup menu, but the actions don't do anything. Also, code completion (ctrl+space) doesn't suggest my local project classes. How do I configure Aptana to index my project classes? FWIW, these features work fine on a PHP project. 来源: https://stackoverflow.com/questions/11822803/aptana-ruby-code-assist-features-not-working-for-erb-files

Running Python Locally In Aptana Studio 3

ⅰ亾dé卋堺 提交于 2019-12-11 04:11:04
问题 I recently installed Python 3.5.2 on Mac OS X El Capitan (Version 10.11.6). I (thought) I configured Aptana Studio 3 correctly so that it points at Python 3.5 when it runs any Python code. But I'm getting error messages even why I try to run simple commands. If you take a look at the following screenshots: You'll notice that printing(4+8) does print 12, but I get a red X to the left of the print command (which after hovering reveals "undefined variable: print"). I also get Traceback messages

What is the official release update URL for Aptana Studio 3.0?

為{幸葍}努か 提交于 2019-12-11 00:23:26
问题 I noticed today that there is a new version of Aptana Studio 3.2.1 out there. Whenever I click on Help --> Check for Updates. It doesn't update it. I am on 3.2.0 and according to the documentaion, I am not doing anything wrong: https://wiki.appcelerator.org/display/tis/Updating+the+Current+Version A similar question seems to have been asked before here but the suggested update url "http://download.aptana.com/studio3/plugin/update/" is refused. Which is the official update link for releases?

Is there any support for Smarty in Aptana 3?

家住魔仙堡 提交于 2019-12-10 23:31:43
问题 It seems Aptana 3 still doesn't support Smarty, as it did in version 2... is there any third party plugin/hack to get it working? 回答1: Smarty is not yet supported in Aptana Studio 3. There is a ticket for that at http://jira.appcelerator.org/browse/APSTUD-1465 No third party plugins that I know or were created yet, as the Studio's editor infrastructure was completely redesigned. 来源: https://stackoverflow.com/questions/8264579/is-there-any-support-for-smarty-in-aptana-3

Eclipse 4.4 Standard startup error

99封情书 提交于 2019-12-10 22:07:09
问题 Just installed Eclipse Luna (4.4 Standard). From Help menu, installed Aptana plugin. After restarting the IDE, I get the following error: An internal error occurred during: "Enable debugging and flush log cache". org/eclipse/osgi/framework/internal/core/FrameworkProperties It seems the environment works properly, but I get the error every time I open the program. Here is the log: !MESSAGE An internal error occurred during: "Enable debugging and flush log cache". !STACK 0 java.lang

What is the red X on my CSS file icon in Aptana Studio 3?

点点圈 提交于 2019-12-10 19:16:26
问题 I have a CSS file for a Wordpress theme whose icon is overlayed with a red "X". I can't find any errors in the file. The CSS is working properly on the site, and I tried turning off the CSS validator in preferences as recommended here. Here is a screenshot of what the red X on the icon looks like: Is this some other kind of validation I can turn off or is there something in the CSS I must fix to get Aptana to stop whining? 回答1: Yes this indicates a validation problem with the file. To disable

Aptana Warns about script and link tags when it shouldn't

蓝咒 提交于 2019-12-10 01:23:27
问题 I'm running Aptana Studio 3, build: 3.1.3.201205292243, Win7 64bit, and I've noticed that after the last update, Aptana is warning me (annotations on the vertical) that I should "trim empty " tags, but these are normal script tags linking an external js file like this: <!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references --> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <script