

Low Quality when Compiling to Word or OpenOffice: "Low quality" refers to a loss of formatting features, such as footnotes and images, as well as line-spacing and margin fluctuation.For an up to date list of issues impacting version 3.x, view the new Known Issues article. If not, then you should file a bug: !default.Important: This is an archived article, documenting known issues in Scrivener 2.x. Studio 3.x should set that up silently for you on programs launched through it. if things printed to STDOUT don't show, you can try and force auto-flushing by adding $stdout.sync = true to the top of your script. The Enter/Return behavior you're talking about sounds like the program is not flushing STDERR/STDOUT and hitting Enter is proceeding to enter in the input (so, it's buffering the output you should see that forms the prompt, then you hit Enter/Return and it takes that as the input so it proceeds after the gets call). It should then launch the file as expected. Ideally you'd remove any old installation of ruby plugins to avoid some sort of conflict before doing so. You should be able to right click the file in the Project Explorer, App Explorer, or in the open editor for the file and choose Run As > Ruby Application. It sounds like you have an older version of Aptana, RDT, RadRails or DLTK Ruby installed, as there is no "Ruby" perspective in Aptana Studio 3.x.


Please can you help me troubleshoot these three problems? Expected behaviour: item.rb should execute in the Console view just as it does in the Terminal.The Console view's header then changes to " item.rb /usr/bin/ruby". as though the user has simply pressed the key on the keyboard), and ploughs on until the entire program has executed. THE THIRD PROBLEM: the Console view's textarea suddenly updates with the output of item.rb, but weirdly, it doesn't stop at gets.chomp, it just acts as though the user has entered an empty response at that stage (i.e.Press the key on the Macbook's keyboard once or twice.The Console view's header says, "item.rb /usr/bin/ruby", and below this is a blank textarea containing only a blinking cursor.But programmers are unreasonably persistent, right? So: click the Console tab. By this point, it would be reasonable to give up.Expected behaviour: the Console view should get focus, and item.rb should be executed, with the results showing up in the Console view's textarea.THE SECOND PROBLEM: the dialogue box disappears, but nothing else happens.I click "Ruby Application", and then click "OK".Expected behaviour: because item.rb is a file ending in ".rb" and containing only valid Ruby code, Eclipse/Aptana should, by default, run it as a Ruby application.It gives me two options (again, I don't know why): "Android Application", "Ruby Application". THE FIRST PROBLEM: a "Run as." dialogue box pops up (I don't know why) asking me to "Select a way to run 'item.rb'".Click the "Run" button on the Eclipse toolbar (the one that looks like a green "Play") button.the editor view containing item.rb has a blue rather than a grey border, and there is an active cursor inside the view). This causes item.rb to open in an editor view, and gives that view focus (i.e.In the Script Explorer view, double-click on the name of the file I want to run (item.rb).In the Script Explorer view, click the triangle next to the name of the project containing the file I want to run, so that the project's contents are shown.In the resulting dialogue box, click "Ruby" and click "OK".In the main Eclipse menu, go to Window > Open Perspective > Other.

Now, I don't want to have to use the Terminal every time I want to execute the file, but I'm having trouble getting it running any other way. When I run "ruby item.rb" from the Terminal, it works as expected: it asks the user for a value, and returns that value. The file is very short: it defines an "Item" class with an initialisation method that asks the user for a value (using a "puts" followed by a "gets.chomp") and a get method that returns the value, and it also contains two more lines: one to create a new Item, and one to call that method on the newly-created Item. I created a Ruby project, and then created a single file inside it called "item.rb", into which I wrote some Ruby code.
#Box sync for mac 10.6.8 mac os x
all fully up-to-date, I believe) on Mac OS X 10.6.8 Snow Leopard on a Macbook. The request below is based upon an earlier version posted on the Aptana Tender site, where it didn't receive a response - presumably because the Aptana Tender site has now been deprecated in favour of StackOverflow.
