This tag refers to the Aptana Studio development environment, a free, open-source (GPL) application designed to edit and debug HTML, JavaScript, CSS, Ruby, PHP and Python web apps.

learn more… | top users | synonyms (1)

0
votes
2answers
36 views

Indents added to span when generated by PHP

I'm having a bad time with indenting my PHP code, I used to have this code: <span> <?php echo 'test'; ?> </span> Generate something like this: <span>test</span> ...
0
votes
2answers
38 views

error while linking mysql and django

i am using aptana for creating a website using django. I have installed mysql but not able to link the database when i run this command *Python2.7 manage.py runserver* i get a message that Python2.7 ...
0
votes
0answers
12 views

I can't open preview editor

In Aptana, I am trying to utilize the preview editor function, but the button is greyed out. I am currently working on putting together a simple website in the text editor.
0
votes
1answer
29 views

Project location must be empty when creating a new project?

Good afternoon. I've tried to find an answer to this question but can't seem to find one. I'm using a study guide to teach myself HTML5 and CSS3. This study guide comes with some material to use for ...
0
votes
0answers
20 views

Some Aptana features missing when mixing PHP and HTML in the same file

I've been using Aptana Studio 3 for the last weeks as a replacement for Dreamweaver and I'm really liking it. I'm only having some problems when I mix HTML and PHP in the same *.php file. First ...
0
votes
1answer
21 views

Not jump to file in Aptana Studio 3

I've been using Aptana Studio 3 for awhile now and I like it much better than Dreamweaver. However, one quirk that's starting to annoying is that if I have a few scripts/documents open from my ...
0
votes
0answers
26 views

Aptana 3 css syntax highlighting bug

I'm having a problem with CSS syntax highlighting in Aptana Studio 3, build: 3.4.0.201304151603. Here is an example: http://i.stack.imgur.com/2Svdu.png As you can see, the long lines lose their ...
0
votes
1answer
53 views

Code assist in Aptana Studio

I'm a first time user trying to set up Aptana Studio 3 for HTML/CSS/JavaScript development. One thing that I'm having trouble with is getting code assist to work properly for jQuery. When the code ...
0
votes
0answers
36 views

Best way to work with GIT in python [closed]

Whats the best way to work with GIT in python on linux environment. I tried aptana studio 3 but it doesn't work well. Thanks
1
vote
0answers
18 views

Cygwin causing errors in Aptana when Ant builds project with HTML parsed as PHP

I have Aptana Studio 3, build: 3.4.0.201304151603 installed on Windows 7 (Service Pack 1). I have configured it to associate *.html files with the PHP Source Editor by default to add code completion ...
0
votes
0answers
13 views

Aptana RadRails Error

I found this error when trying to start Aptana RadRails , my OS is Kali Linux # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x870bc636, pid=23503, ...
1
vote
1answer
43 views

Git duplicates commit files

I'm using Aptana plugin for Eclipse. When I try to commit, it doubles file, i.e one exactly file appears couple times. If I have 10 files to commit, it shows 20 files (1 file 2 times). I tried close ...
1
vote
1answer
50 views

Using github with Aptana standalone

I'm using Aptana Standalone and am trying to setup Github, but when I go under preference, team, git and browse to the path of the git application file, it gives me an error message that "Value must ...
2
votes
1answer
71 views

Aptana Studio: jQuery code completion/assist for variables

I have problems using the code completion/assist for jQuery in the latest Aptana plug-in (3.4). It doesn't seem to be able to infer types: (function($) { $('p .test').each(function() { ...
0
votes
1answer
34 views

Eclipse, aptana - FTP authentication failed

I'm trying to use the aptana plugin over eclipse for FTP connection to a server. I followed the instructions from here and it all went well. However when I come to actually establish the connection, ...
0
votes
0answers
31 views

Aptana Studio command line while debugging

Can Aptana Studio 3 run php-cli commands while debugging using its context, like Firebug or Chromium runs commands inside the built-in console command line?
-1
votes
0answers
48 views

How to format php/html mixed templates?

in fact I totally like aptana, but the one thing it dismissed itself for me, is the not existing (or is it?) auto-formatting of php/html mixed templates. In PDT this is possible, but PDT itself is ...
0
votes
0answers
47 views

Finding a script name with an Aptana 3.4 snippet

Using a snippet keyword in a JavaScript editor, I want to be able to slice off the file extension (e.g. '.js') in order to derive a class name from the file name, and seed some comments and functions ...
0
votes
0answers
38 views

Using Aptana Studio to import git project but Permission denined (publickey)

I tried to import an existing project from the github repository into aptana studio but an error says Permission denied (publickey). fatal: The remote end hung up unexpectedly I made sure to add my ...
0
votes
1answer
17 views

Issues using Search and replace in Aptana. Any options?

I am having a really hard time getting use to the search function in Aptana(eclipse). I try to search the "Workspace", which I would consider all the open files, not the whole project. But when I ...
1
vote
0answers
35 views

Debugging Ruby-Code with Aptana

I'm trying to debug a ruby program using Aptana Studio 3. When I start the deubgging, I get the following message in the console: ...
0
votes
1answer
35 views

Highlighting code block in Aptana Studio 3

I am thinking about using Aptana Studio 3 but when it comes to nested HTML I really need code blocks highlighting and I have noticed that this feature is missing there. Here is example of code ...
1
vote
0answers
49 views

Not Able to Download Aptana Studio 3.4.0.zip for Windows 7?

How can i download Aptana Studio 3.4.0 zipped version like eclipse.zip I not allowed to download .exe files and i don't want to use Aptana as eclipse plugin . I found some links where older ...
0
votes
1answer
40 views

Direct Download for Latest Version of Aptana Studio

Does an API exist for getting a direct download to the latest version of Aptana for an arbitrary architecture and OS? I've been looking over the Aptana download page, and it looks like they used a ...
0
votes
1answer
46 views

Dreamweaver to Aptana migrate - what to do with templates

I have been using Dreamweaver for simple html web development and have been using .dwt templates for my html pages. There are both static and dynamic pages. I have migrated to Aptana for my IDE, but ...
0
votes
1answer
31 views

Aptana Studio 3 Find/Replace RegExp not replacing captured text

Using the Aptana Studio 3 I have successfully captured lines of text using ^(.+)$ and replacing the found expressions using <p>\1</p>. For example: This is a line of text. yields ...
1
vote
0answers
35 views

Aptana Studio 3.4.0 Cmd-F only works once

I routinely download the latest 'Eclipse IDE for Java EE Developers' and add Aptana Studio to it. I recently did this with Juno 4.2.2 and Aptana Studio 3.4.0. Now, I find that in the html or css ...
1
vote
0answers
107 views

Can't retrieve a valid WinSAT assessment. javascript console

i frequently get this error when running my web app on google chrome [2536:2008:0502/143602:ERROR:gpu_info_collector_win.cc(96)] Can't retrieve a valid WinSAT assessment. its ok in firefox and IE.. ...
0
votes
1answer
32 views

Dreamweaver type templates in Aptana

I am designing a very small website using basic HTML. I usually use a CMS but it has been a while since I did just HTML files, I was wondering if there was some sort templating where you can have like ...
1
vote
0answers
73 views

Adjusting python auto-complete behavior

I have been using Aptana with pydev and IDLE to learn python2.7. And it has done a fair job of helping me to learn, except for when I came across this microblog tutorial. In it there is a line from ...
0
votes
0answers
51 views

Generating DocBlock for a method in Aptana Studio

I'm using Aptana Studio 3 for PHP development. I know there is a snippet for PHPDoc blocks generation for classes and methods (type doc, press ctrl+space and appropriate snippet is inserted). The ...
0
votes
0answers
51 views

aptana 3 studio preview shared with web browser

My first topic in here - so hi everybody. I'm using Aptana 3 Studio from some time, but, after I reinstalled it after upgrading my system to Ubuntu 13.04, something happened to preview mode. It works ...
1
vote
0answers
43 views

Aptana is opening multiple browser previews

I installed Aptana on my work computer today, but when I open the preview it seems to open two browsers. One of which showing the page I requested, while the one on the left is just an empty browser ...
-1
votes
1answer
202 views

Could not read from remote repository

I have received the following error multiple times: Could not read remote repository. Please make sure you have the correct access rights and the repository exists. I am very confused about how ...
0
votes
1answer
86 views

Projects Browser Preview in Aptana

I installed Aptana Studio 3 (Mac) and I would want to manage projects like I can do with Dreamweaver, that is I can define a local (testing) server for each project with a dedicated url: this could be ...
1
vote
0answers
64 views

Aptana Studio 3 CSS3 validation support

Just can't find any information clearly. Does Aptana Studio 3 support CSS3 validation? Is it possible to get full CSS3 validation and to get rid of the messages like "transparent is not a color ...
1
vote
0answers
57 views

Can't install Sonar Plugin in Apatana3

Aptana Studio 3, build: 3.4.0.201304151603 Build: jenkins-studio3-rcp-master-269 (origin/master) Current Sonar Eclipse Plugin using http://dist.sonar-ide.codehaus.org/eclipse/ Cannot complete the ...
0
votes
2answers
29 views

Trouble Getting Started with RailsSpace

I am using the RailsSpace book to learn RoR but I haven't been able to get past the first step - creating a project. The issue I believe is that the book is outdated. It says run the command rails ...
0
votes
0answers
20 views

Missing Syntaxic color for long lines in Aptana 3

I work with Aptana 3.4 Win XP 32bit (ram 3.2G) Win 7 64bit (ram 8G) With big file, code is unstyled from 1000 over lines. This is Awful:( Is there Memory limit? Can someone help thanks.
0
votes
0answers
44 views

Unable to download Aptana for Win7 [closed]

I have been using Aptana for several months, but my hard drive crashed and during the rebuilt of my pc, I when to the Aptana website to download a new copy. When I try to download I get a message that ...
1
vote
0answers
61 views

Config Django 1.5.1 for aptana studio 3

How do I get Django working in aptana? I have gooled my face off and have tried everything I could find and I still have not luck. I am using a Mac running lion. I have django installed and in idle ...
0
votes
1answer
34 views

Aptana XML Validation

I'd like Aptana to perform basic syntax validation on an xml file (not html, the file doesn't have a DTD). At the moment it doesn't, although it will correctly identify matching start and end tags ...
0
votes
0answers
50 views

Aptana crashes on windows 7 until .metadata folder is deleted

I have used Eclipse and Apatana for years on Linux, but have recently switched to Windows 7 in order to be compatible with my business partners. I have installed the 'Aptana Studio 3.4.0 Microsoft ...
0
votes
0answers
34 views

Aptana (eclipse) - While editing Python, enable camel case cursor movement

I'm using Aptana to edit my python project. I'm wondering if there's an option to define the editor to move within camel-cased words when the ctrl button is pressed. E.g if my cursor is represented ...
0
votes
1answer
58 views

Aptana freezing regularly in Windows 7

Seems to be since updating Aptana 3.4 (3.4.0.201304151603 to be precise) that it regularly freezes up - greys out and displays "Not responding". It doesn't freeze up straight away, usually after ...
0
votes
0answers
34 views

How can I do to configure aptana interpreter to use Enthought python distribution EPD?

I am using APTANA as a Python interpreter and Installed Enthought since it includes all the libraries I need to build a GUI. The problem is that I don't know how to configure them to work together, in ...
1
vote
0answers
39 views

Aptana Studio, writing Ruby: Auto completion not complete

I'm currently looking into Ruby for a project. I've downloaded and installed Aptana Studio 3.3.2.20130281546 separately from my Eclipse installation (not as plugin). I'm using why's (poignant) guide ...
0
votes
0answers
28 views

Why did Aptana delete my project files?

I started using Aptana Studio 3 at work to edit our company intranet. The html files reside on a server and I created a project in Aptana using File > Import, and selected Existing Folder as New ...
0
votes
0answers
83 views

Aptana 3 Editor Preview

The Aptana preview is pushing all of my elements to the right. The HTML and CSS are both fine. It looks fine in a browser, but cramped to the right in the Aptana preview tab. Anybody know how to fix ...
0
votes
0answers
29 views

Aptana - black color of window (not editors!)

I have a question. Is it possible to turn black Aptana Studio 3 window frames, options menu and such? There is no much difference if you use black themes, if everything around is still grey. I am ...

1 2 3 4 5 29