aptana

Aptana Folding/Collapsing javascript code

孤街醉人 提交于 2020-01-05 04:09:11
问题 I need to be able to fold/collapse various code fragments throughout my javascript, kind of like #region #endregion in C#. I can't find a way to do this, any help? 回答1: Window menu -> select Preferences -> expand Aptana -> expand Editors -> expand JavaScript -> select Folding. 来源: https://stackoverflow.com/questions/3356902/aptana-folding-collapsing-javascript-code

Aptana 3 Github Clone Repository Fail

孤者浪人 提交于 2020-01-05 03:02:34
问题 I`m having a problem with cloning github repository using Aptana Studio 3. I selected Fil -> Import -> Git Repository. I have a repo at https://github.com/justmyfreak/PHP-RSS. I tried to add uri by using the url https://github.com/justmyfreak/PHP-RSS but it said that Failed to import via git clone. Thanks 回答1: Try with git://github.com/justmyfreak/PHP-RSS.git or https://github.com/justmyfreak/PHP-RSS.git . I think you just forgot the .git 来源: https://stackoverflow.com/questions/7439698/aptana

Aptana 3, GitHub can clone but can't commit

谁都会走 提交于 2020-01-04 06:35:41
问题 I am very new to GitHub and I am using Aptana 3 on Ubuntu. I was able to clone a repository for GitHub by using file/import/Git Repository When I added files to the local repo and I tried to commit I get this error. Unhandled event loop exception No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] How do I commit to GitHub in Aptana? 回答1: The SO answer "How to set up internal browser for Aptana on Linux" lists some solution. Check also your version of Aptana vs. JDK (32 or 64

How do I get Aptana to recognize .jspf files?

喜夏-厌秋 提交于 2020-01-04 05:22:12
问题 How do I get Aptana to recognize .jspf files? I'd like to have syntax highlighting for .jspf files. I'm sure there's a preference/config option or an xml file to edit, but I'm not finding it. I assume it's similar to the eclipse process, so I'm tagging eclipse, too. If it's not, I'll remove the tag. 回答1: I hope this is what you mean but you can set your file assosiations in Eclipse usually like this (and yes, Apatana is Eclipse based so it should work the same way): Window -> Preferences Then

Aptana: Git merge without fast forward

一世执手 提交于 2020-01-03 03:06:10
问题 how can i disable fast-forward for mergining branches in aptana 3 ? example: create/checkout a branch (foo) commit changes checkout master-branch merge with foo 回答1: Set it in project repository configuration git config --add merge.ff false 回答2: I think the nearest you get is to use merge --no-ff . 来源: https://stackoverflow.com/questions/9159895/aptana-git-merge-without-fast-forward

How to diagnose an internal server error (HTTP 500) from a PHP page in IIS 7.5

感情迁移 提交于 2020-01-02 18:55:54
问题 I am trying to get a trial copy of the aMember membership management system running on my local dev machine, which is Windows 7 64-bit with IIS 7.5. I have MySQL 5.5.10 and PHP 5.3.6, the latter which I installed using the Windows installer package. It seems fine. The aMember package has a tester.php script which I ran, and it gave an 'OK' result, despite its output being full of error messages related to Function eregi() is deprecated . I then ran the setup.php script, which seemed to run

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

Eclipse now shows only a single method in an editor pane after clicking on the method in Package Explorer view, how can I reset to normal behavior?

馋奶兔 提交于 2019-12-31 16:30:15
问题 In the Package Explorer of Eclipse (version Helios) you can drill down into a Java class and see its methods and members listed. Until recently if I clicked on a method name in the Package Explorer then the entire class file would open (if not already opened) and the cursor would be at the method I just clicked on, but the entire class file would also be in the editor pane, and I could scroll up or down to any other part of the class file. Now however when I click on a method I get an editor

Cannot Install Aptana plugin on Eclipse 4.2

社会主义新天地 提交于 2019-12-31 08:28:13
问题 I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error, Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar. Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar. Read timed out 回答1: I assume that by now you have probably solved the problem, but I had exactly the same problem and found the solution after many searches, so for the sake of any others searching

Is it possible to update the PyDev plug-in bundled with Aptana?

跟風遠走 提交于 2019-12-31 05:36:10
问题 I have Aptana Studio 3.6.0 installed on Luna 4.4.2 (running on Ubuntu 15.04 64 bit). Aptana bundles in a considerably old version of PyDev (3.0.0) that is largely non functional due to this bug. The current PyDev release (4.1) should fix the issues I am struggling with, but if I try to update Eclipse tells me Aptana must be removed. Is it possible in any way to update PyDev while keeping Aptana installed? Or somehow unbundle PyDev from Aptana? 回答1: The short answer: no, PyDev can not be