Stopping the server on Mac OSX doesn't work
When you startup up Orion as instructed in the wikiit starts up without access to the console. You can see all the log messages by starting up the Console application, but you cannot tell Orion toclose
. To enable keyboard access to the osgi console, you need to do the following:- Open the eclipse package using control-click and Show Package Contents.
Create an alias to the fileContents/MacOS/eclipse
. - Rename this alias to
eclipse-orion
to the root folder. - Now you can double click the alias and orion is started but you have access to the osgi console in a Terminal window.
- To stop and shutdown orion simple type
close
in the Terminal window.
Orion accessed from iPad doesn't work
I can open files and view them and move around with the outline bar at the left, but as yet I have failed to activate editing mode on a file. Clicking in the text or scrolling by dragging doesn't work. I suspect that the HTML used simply does not activate the keyboard on an iPad.I think it is time to checkout the code...
Here's the root of the problem: Orion's editor relies on contentEditable (for the current line you are editing), and neither iOS nor Android seem to support contentEditable yet: http://www.html5archive.com/2010/12/07/54/
BeantwoordenVerwijderen