Looking for an IDE that I can run from a browser. No java based IDE's.
I'd prefer one that can use Dropbox for storage.
Preferably for Java but post any.
-
-
davepermen Notebook Nobel Laureate
CodeRun - Online IDE
not for java, sorry.
search for web browser ide instead. cloud is never a good search term, use something specific. or even chrome os ide or something. -
davepermen Notebook Nobel Laureate
cloud anything means nothing. but for him, it means coding in a webapp in a browser, as he has a chrome-os notebook, and that can't have real apps, only webapps.
-
Cloud IDE, Cloud-based IDE, browser-based IDE, internet-based IDE, whatever you want to call it.
Thanks for CodeRun. I'll take a look. Java's what I'm learning in school though. -
cloud IDE ?
I use IDE because the feature it provides like intellisense and I doubt a cloud based app can provide that. Without those things, I would rather use vi. -
Why would intellisense not be possible? I can't imagine what part of it being done on the server would change.
-
-
davepermen Notebook Nobel Laureate
it would be less efficient than locally, but actually both are possible (most search engines by now have "intellisense", kinda, from a server. as the keywords are restricted, one could do it in javascript locally, too).
don't want to know how fast a javascript parser would be (the thing that would have to analyze the code for the intellisense), though..
i'm so glad i don't have to leave visual studio. nothing yet beats that. -
Google instant works fine.
I use Eclipse for Java on my Windows machine. Being able to take my CR48 to class would make my life easier though. I would much prefer it for something like this.
And the potential benefits of "the cloud" would be great for large projects where my other computer would be bogged down during compilation. -
davepermen Notebook Nobel Laureate
i've yet to bog down any of my computers with compiling.
and no, doing it on the web does not fix that. there are cloud compilers btw (for c++ mainly). they don't work in the internet, they work in the local network.
stuff that is on an internet server != the cloud.
but yeah, network distribution of bigger tasks can be useful. not that compilation ever takes more than 1-2 seconds in c#, though..
eclipse, shudder.. had to use that in school for a while.. still scares me -
Compiling PCSX2 brought me down to a crawl back when I had 4GB of RAM.
While cloud ides may not take advantage of it they certainly could, which is my point. -
davepermen Notebook Nobel Laureate
just as noncloud ide's could (and do).
cloudschmoud, that funky buzzword -
IDE is for active development, not for compiling for things lik say linux kernel. For those things, you ssh into some high power server and let it do the work then forget.
As for eclipse, it is java based and is slow and a memory hog.
There is only ONE GUI IDE which is Visual Studio. Anything else is a joke. In last century, Borland had some pretty impressive one(using then standard).
comparing google instant with intellisense ? -
No one's talking about linux kernels lol
and yes, instant does a lookup into a database based on what you type just like intellisense, i assum ethat's how it works -
sigh. i am speech less.
-
davepermen Notebook Nobel Laureate
-
As I said, I am speeh less.
-
Didn't read the full thread but:
https://mozillalabs.com/skywriter/
Cloud9 - Your code anywhere, anytime
Are both really good IMO. -
Thanks I'll have a look.
@Chimp, feel free to correct me -
There isn't right or wrong but actual usage will tell the difference.
Comparing with Visual Studio, Eclipse or Netbean or all those java oriented IDE just feel so bad. Sure they have some very good integration with enterprise oriented projects, but at a personal development level, visual studio is way ahead. And Eclipse etc. has been developed for years. How likely do you think a web based IDE would be polished to the extend of Eclipse, let alone Visual Studio ? Polishing an IDE needs time and feedback(of actual usage). Microsoft hired the key personnel from Borland(when it was the king of IDE) to help to develop Visual Studio.
We all know intellisense and autocomplete(or google instant or whatever) are technically the same thing(thus stating the obvious is pointless). It is how smooth that matters when you are developing.
Why would I use IDE ? Productivity. -
I really don't need polish for what I'm doing. I need something that I can type in and I need it to compile. That's really it.
-
ScuderiaConchiglia NBR Vaio Team Curmudgeon
Gary -
Because I'm on ChromeOS. This was explained pretty early in the topic.
-
ScuderiaConchiglia NBR Vaio Team Curmudgeon
gary -
ssh into my 8-core server(if I choose to do it on my amazon EC2 instance), use my beloved vim/make. I can even do this on my Android client which I would assume is even more constrained than your chromebook.
Beat the hell of any 'cloud' based solution. And that was related to my original comment about linux kernel. What you are doing is no difference that me modifying a linux kernel, firefox source then rebuild the whole thing, all done via 80x25 console. That actually was the first generation 'cloud'(then it was telnet/kermit) -
Who cares whats best, you what others think what he should use, let him do his dev the way he wants to. If he find its not what he thought it would be then he can try another option.
-
Seems that he was asking for suggestion. I was trying to say cloud doesn't sound right for his intended usage.
Of course it is him he decide what he use. -
davepermen Notebook Nobel Laureate
-
I could possibly do that. I'll look into it.
Anyone know of a decent Cloud IDE?
Discussion in 'Windows OS and Software' started by Hungry Man, Sep 21, 2011.