TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Eclipse Orion

125 点作者 d_c将近 14 年前

12 条评论

jasonkester将近 14 年前
Nice that they're trying, but it doesn't do even the basic stuff that the last crop of in-browser IDEs did.<p><pre><code> - 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: Renders a SPACE </code></pre> In its current form, it's pretty much a TEXTAREA with syntax highlighting. To me, that says they released this to the public <i>way</i> too early. I think I'll check back in next year.
评论 #2575564 未加载
评论 #2575898 未加载
评论 #2575545 未加载
评论 #2575578 未加载
lordlarm将近 14 年前
tl;dr of 10 minutes video:<p>- All code uploaded to their orion servers<p>- Import of .zip files<p>- git commit and diff functionality<p>- Try your code with by running webserver username.orion.eclipse.org<p>- Syntax highlighting (at least for js)<p>- Use of JSLint for syntax navigation and error notification<p>- Keyboard bindings as you know them from desktop applications<p>- Handles huge files without any noticable delay (40000 lines+)<p>Oh and as I understood it, it is a beta and some functionality are not fully implemented, like the .git support.<p>Personally I believe some things are better of being a desktop application - and do not like the trend with _everything_ on the web, but the project itself is a cool idea and great implementation.
评论 #2575379 未加载
评论 #2578038 未加载
ldite将近 14 年前
From the Eclipse wiki: "Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development."<p>So, to spare me finding headphones and watching 10 minutes of video, is this meant to be more than a syntax-highlighting text box without a right-click context menu? (FF 4.01)
SpiralLab将近 14 年前
Cloud9/Ace/SkyWriter/Whatever-it's-called-today seems like a much better implementation of this.
评论 #2575805 未加载
PetrolMan将近 14 年前
The idea is pretty interesting and I'm going to keep an eye on how this develops.<p>Moving an entire IDE online is a pretty huge task but there are some features that simply make more sense online. I personally would love to see some kind of active collaboration so that you can share code with someone who isn't in office with you. I'm thinking Google Docs style where it shows you where they are in the file and the changes they make as they make them.<p>The git support alone makes this a pretty useful tool for on the go development.
latch将近 14 年前
it's kinda neat..undo doesn't work (in chrome w/mac anyways). Can someone enlighten me with some practical purposes for these sorta things? My imagination isn't working.
评论 #2575416 未加载
评论 #2575563 未加载
mgrouchy将近 14 年前
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?)
zubairov将近 14 年前
Is Orion a new e5? What happened with e4? What the rest of Eclipse Foundation and Eclipse Projects think about it?
评论 #2575286 未加载
maciej将近 14 年前
It reminds me of Zope 2
jc-denton将近 14 年前
What a crappy project, how about some better C++ support?!
tmcw将近 14 年前
The name OrionHub makes me wish that open-source companies were more litigious, just so that we could have some variety in naming.
fierarul将近 14 年前
Until they add Java support they shouldn't even be using the Eclipse name.<p>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.<p>Syntax highlighting is easy. What I want is a Java editor with code completion, code folding and error highlighting/error stripe. Otherwise we might just use Emacs over NaCl.
评论 #2575562 未加载
评论 #2575373 未加载
评论 #2575713 未加载