Live data from Hacker News

Eclipse Orion

eclipse.org

21–30 of 36 posts

Re: Eclipse Orion

#21

Nice that they're trying, but it doesn't do even the basic stuff that the last crop of in-browser IDEs did. - open the page - click to the end of line 15 (inside the try, before the return) - hit ENTER Expected: caret goes to the same indent level as previous line Actual: caret goes to position zero - type "obj" - hit CTRL+SPACE Expected: At least be able to autocomplete symbols from the previous line. Actual: Render…

http://wiki.eclipse.org/Orion/Getting_Started_with_Orion#CSS... shows autocomplete working (for CSS).

I'm not sure why it isn't turned on for the demo though.

Re: Eclipse Orion

#22
post #18
post #16

Earlier quoted context omitted.

Why would you not just remote desktop to your development machine where you have your entire working environment available anyway?

Because there was a power cut and your development machine isn't online, or the cleaner pulled the plug on it or maybe the sysadmins decided to change the network settings over the holidays.

The fact that you're making stretches to this situation to stress it's usefulness is not helping anything at all.

Re: Eclipse Orion

#23

Nice that they're trying, but it doesn't do even the basic stuff that the last crop of in-browser IDEs did. - open the page - click to the end of line 15 (inside the try, before the return) - hit ENTER Expected: caret goes to the same indent level as previous line Actual: caret goes to position zero - type "obj" - hit CTRL+SPACE Expected: At least be able to autocomplete symbols from the previous line. Actual: Render…

Yep. No "auto-tab" as such in Safari, Firefox or Chrome on mac. However the video does show that the feature is there. At the moment it's essentially ms notepad with highlighting. However I've always wanted a development environment in my browser...so keep up the good work :)

Re: Eclipse Orion

#24
post #22
post #18

Earlier quoted context omitted.

Because there was a power cut and your development machine isn't online, or the cleaner pulled the plug on it or maybe the sysadmins decided to change the network settings over the holidays.

The fact that you're making stretches to this situation to stress it's usefulness is not helping anything at all.

Keeping your development machine powered off over the holidays is not really a stretch. Why waste so much power ?

Re: Eclipse Orion

#25
post #22

Earlier quoted context omitted.

The fact that you're making stretches to this situation to stress it's usefulness is not helping anything at all.

Keeping your development machine powered off over the holidays is not really a stretch. Why waste so much power ?

>or the cleaner pulled the plug on it

Re: Eclipse Orion

#26
post #9

Until they add Java support they shouldn't even be using the Eclipse name. I know Eclipse supports other languages, but essentially Eclipse is the biggest Java IDE so announcing this web editor but avoiding Java support feels like they just picked the most easy thing to show off. Syntax highlighting is easy. What I want is a Java editor with code completion, code folding and error highlighting/error stripe. Otherwise…

from the getting started guide:

Java syntax highlighting is also supported. However, we have not implemented any outlining or content assist. Since we are building an integrated web-based toolset, we felt it important to target first the web client languages such as JavaScript, CSS, and HTML, so we can attract members of the JS community to Eclipse. Since we are self hosting Orion development in Orion, we need the JS features first.

http://wiki.eclipse.org/Orion/Getting_Started_with_Orion#Jav...

Re: Eclipse Orion

#27
post #22
post #18

Earlier quoted context omitted.

Because there was a power cut and your development machine isn't online, or the cleaner pulled the plug on it or maybe the sysadmins decided to change the network settings over the holidays.

The fact that you're making stretches to this situation to stress it's usefulness is not helping anything at all.

I was replying to the previous comment, trying to say that you can't always guarantee that a remote machine will be available. There are more benefits than just having your development environment always available though, like not needing to install or set up anything when moving between machines, or being able to extend your development environment using the same language that you are developing in.

Re: Eclipse Orion

#28
The name OrionHub makes me wish that open-source companies were more litigious, just so that we could have some variety in naming.

Re: Eclipse Orion

#29

Cloud9/Ace/SkyWriter/Whatever-it's-called-today seems like a much better implementation of this.

Maybe right now, but it's very early in the web-based IDE game to write anyone off.

Re: Eclipse Orion

#30
Gah, looking at the sample code. Can't resize the text area(unless I missed something), having to scroll horizontally to read code is a pain in the ass. I'll take 80 character lines any day(I assume that don't do that in the java world?)
Post reply on HN