aptana

How can I suppress certain CSS errors in Aptana Studio 3?

时间秒杀一切 提交于 2019-12-17 20:43:19
问题 I use Aptana Studio 3 for my web development, and I love it except for a few small gripes. One of these gripes is that Aptana decides to treat some CSS parameters as invalid, marking them with a big red X on that line of code. This is helpful when the error is really an error, but some parameters that are perfectly valid but not a part of the w3 spec (cursor: none, for example) get flagged as invalid. I would just ignore these errors, but as in any other eclipse variant, an error anywhere in

Aptana Error-pydev: Port not bound (found port -1)?

时间秒杀一切 提交于 2019-12-17 17:56:22
问题 I just updated my Aptana Studio3. When I open my python file it says that it can not find map , range and filter and some other methods. but when I run my code, it'll run without any problem. my code completion doesn't work any more. The error for code completion when I use CTRL+SPACE is Port not bound (found port -1). Is there an enabled firewall? I don't know where the problem is ?!! I searched but I couldn't find a proper solution. I'm using windows 7. 回答1: It seems that this is solved on

Are empty divs bad?

时光怂恿深爱的人放手 提交于 2019-12-17 14:02:14
问题 I'm making a website in Aptana and i'm using an empty div element for the styling of a border-bottom. I couldn't make it part of the element it's a border of because it needs to have the same width all the time and that supposed parent element in fact changes size depending on the content. Question being: Is it bad to use empty divs like this? Aptana gives me a warning. It says i "should trim empty div". I'm talking about the divs down here with the class "showinfo-border-left/right" <div

Are empty divs bad?

一笑奈何 提交于 2019-12-17 14:02:03
问题 I'm making a website in Aptana and i'm using an empty div element for the styling of a border-bottom. I couldn't make it part of the element it's a border of because it needs to have the same width all the time and that supposed parent element in fact changes size depending on the content. Question being: Is it bad to use empty divs like this? Aptana gives me a warning. It says i "should trim empty div". I'm talking about the divs down here with the class "showinfo-border-left/right" <div

Cannot install Aptana Studio 3.6 on Windows

非 Y 不嫁゛ 提交于 2019-12-17 10:23:05
问题 I'd like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide's up and running (like git/ruby/jdk) and I'd like to install Aptana Studio as well but I can't. After downloading and running installer, it starts properly and after I choose destination dir, it starts downloading prequisities. I have several problems with it: After a while, it tries to install node.js (well, I am not sure why, but let it be) and sometimes it installs it ok, but

Aptana Plugin for Eclipse and jQuery code assist

不想你离开。 提交于 2019-12-17 06:24:05
问题 I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed: Aptana Web Development Tools Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275 Support for jQuery also: Aptana Support for jQuery Version: 1.3.2.00005 JavaScript/WTP is installed: JavaScript Developer Tools Version: 1.1.1.v200906091427-77-FGBCcNBC-BeMcEeOm Build id: 20090616035105 But the autocomplete doesn't work. Does anyone have an idea of where the problem could be? 回答1: Turn on JavaScript Code Assist Feature

Aptana3 rename variable in a file

核能气质少年 提交于 2019-12-14 02:22:20
问题 It is very useful for with CTRL+1 and then CTRL+2 in Eclipse for rename a variable in certain scope. But in Aptana 3, in javascript editor, I can't find this function, can anyone help? 回答1: Aptana does not have this feature. Check this IDE comparative: 来源: https://stackoverflow.com/questions/22389718/aptana3-rename-variable-in-a-file

Aptana Studio 3 preview problems with absolute path

我们两清 提交于 2019-12-14 01:24:20
问题 I have this structure for my project: Root Directory |-css folder |-style.css | |-it folder |-index.html If I try to include css file with: <link href="/css/style.css" rel="stylesheet" type="text/css"/> from index.html, aptana preview and also internal server can not find style.css. Why is this? In my remote server it works perfectly and I do not want to use a relative path. 回答1: In terms of the "why", the problem you are having is related to how your development server is setup versus your

Cannot run an application in titanium

↘锁芯ラ 提交于 2019-12-14 00:15:07
问题 I am newbie on Titanium , I have installed Titanium on my windows based laptop. Also imported Kitchen Sink application it in studio. I have set all the path variables also latest Android SDK . Also i have changed Run Configuration log and all. But when i try to run an application it gives me an error. I am trying to run it on android emulator of Titanium studio . Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK version 3.1.1.GA Copyright (c) 2012-2013, Appcelerator, Inc. All

error creating new rails project on aptana in windows

喜夏-厌秋 提交于 2019-12-13 17:35:54
问题 i got the following error creating a new rails project on aptana 3.0.4 with rubyinstaller sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/Stage/Ruby1.9.2/bin/ruby.exe: bad interpreter 回答1: I had the same issue. I followed the instructions of Aptana support and executed $ gem install rails in the Aptana CLI. I was then able to create a new Rails project. 来源: https://stackoverflow.com/questions/7493627/error-creating-new-rails-project-on-aptana-in-windows