aptana

Eclipse - Ignore Entire Directories

て烟熏妆下的殇ゞ 提交于 2019-12-09 07:48:34
问题 I use Aptana Studio (based on Eclipse). I'm trying to get Eclipse to completely ignore an entire directory inside a project. I mean COMPLETELY. I don't want it to display in the project folder. I don't want Eclipse to even be aware it exists. Unfortunately, all my efforts to add it as a filter don't work. See http://forums.aptana.com/viewtopic.php?f=14&t=8340#p33714 . I think the filter only prevents the folder from being displayed in the project display. It doesn't keep Eclipse from actually

How to get Aptana Studio to remember git ssh password

点点圈 提交于 2019-12-08 16:42:07
问题 I can't find any guides/information on how to get Aptana Studio's built-in git support to remember the ssh password for performing push/pull operations. Does anybody have any ideas? 回答1: Aptana Studio, actually its the built in GIT program, will look for your SSH key in your C:\Users\UserName.ssh folder on Windows. NO!. The real path would be %HOME%\.ssh\id_rsa --> for RSA keys, change the prefix if your key is DSA 回答2: On Linux I have my ssh config file ( ~/.ssh/config ) as follows Host

Has anyone used Jaxer in production?

纵然是瞬间 提交于 2019-12-08 16:15:41
问题 Has anyone used Jaxer in a production environment, I am curious as to how it holds up compared to something like php, ruby, etc. and if anyone knows of any pitfalls to using it that are well known. 回答1: @Stu: Not necessarily, maybe there's a bunch of people using it and having no issues. I love the concept having to only write validations once, using one language for everything both client and server side sounds like a interesting approach. 回答2: As a rule, if you have to ask this question, it

change the color sceme for aptana studio 3

£可爱£侵袭症+ 提交于 2019-12-08 16:01:10
问题 I'm trying to change the color scheme for Aptana Studio 3 to the Monokai Color Sheme which is the default color scheme for Sublime Text . I googled about it and I found this article : http://eclipsecolorthemes.org/?view=theme&id=15713 now I don't know how to add the XML file and the other EPF file. I googled about how to add a color scheme to aptana studio , and I found the COL files. 回答1: Install Eclipse Market Place on Aptana Studio From Eclipse Market Place install Eclipse Color theme

Make Aptana never use Windows line endings

梦想与她 提交于 2019-12-08 14:48:43
问题 Is there a way to configure Aptana so that it always uses Unix line feeds instead of Windows line feeds? 回答1: You can change this setting by going into "Window" >"Preferences" > "General" > "Workspace" and change the "New text file line delimiter" from "Default" to "Other" and then select "Unix" in the drop-down menu. 回答2: Try "File" > "Convert Line Delimiters To" > "{choose platform}" ;) 回答3: If you have existing files you want to switch to unix line endings, use dos2unix : dos2unix my_file

Uninstall an Eclipse plugin when the “Uninstall…” button is disabled

拟墨画扇 提交于 2019-12-08 14:47:03
问题 Sometimes, for some reason, the "Uninstall" button is disabled in Help > About Eclipse > Installation Details (For example, after installing Aptana plugin, which forces the use of an older installer in Eclipse Galileo). How is it possible to remove these plugins with "Uninstall" disabled ? 回答1: Try run eclipse as administrator. It worked for me. 回答2: Go into "Installation History" tab (in Installation Details), choose a previous state of installation, and click "revert" 回答3: Close eclipse. Go

Regions/code collapse in JavaScript? (Aptana studio)

Deadly 提交于 2019-12-08 13:11:18
问题 is it possible to use "Region" code for JavaScript in Aptana Studio? I found a post that you should go to "preferences -> aptana -> editor -> javascript -> select folding", but that doesn't tell me how to do it.. Is there a command, such as #region in visual studio? Thanks! 回答1: That command is to control which areas are folded by default, but that's not the same as custom regions that you find in Visual Studio. If you'd like that feature, you might submit a feature request on the Aptana bug

How To:Debugging Rails 3.1.x app(Ruby 1.9.3) on Aptana Studio3 in Ubuntu

白昼怎懂夜的黑 提交于 2019-12-08 11:00:18
问题 Is rails debugging supported on Aptana Studio 3. I have earlier debugged Rails applications on Aptana Studio2 with the embedded browser and embedded servers. 1)How to start rails application in Debug Mode? 2)How to enable remote debugging in firefox? My work environment is as follows and I have been using RVM Rails 3.1.x Ruby 1.9.3 Ubuntu 10.10 I have already installed the debug related gems ruby-debug-base19 (0.11.25) ruby-debug-ide19 (0.4.12) 回答1: Try removing (commenting out) ruby-debug

tweepy “undefined variable” errors

微笑、不失礼 提交于 2019-12-08 10:25:15
问题 I am new to both python and Aptana. I am trying to use the tweepy package in python. I have the following code (from python's site): import tweepy user = tweepy.api.get_user('twitter') # "undefined variable" error occurs on this line print user.screen_name print user.followers_count for friend in user.friends(): print friend.screen_name I get an "Undefined variable from import: get_user". The code actually runs fine with no errors and produces the expected results. I googled and found how to

Aptana 3.2.0 Plugin for Eclipse. Javascript code completion issue

只愿长相守 提交于 2019-12-08 09:16:24
问题 I have Eclipse PDT 3.0.2 All In Ones installed with Aptana Studio 3.2.0 plug-in. When I create a web project (Project Natures/Web is set to primary) with javascript file and try to use code completion (ctrl + space) this results in "No Default proposals" message. I can right-click on project and select "Configure/Convert to JavaScript Project" though but this is the feature of Eclipse not Aptana. P.S. CSS and HTML code completion works fine. 回答1: That did it. I have changed an editor