What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
GitLab Web IDE
21–30 of 280 posts
Re: GitLab Web IDE
#22I'll admit I'm a very poor "look and feel" person. But am I the only one who thinks that the zooming images on this webpage are hostile to the user? (1) The zoom animation takes too long, I want to see the screenshot (2) After zooming, it's still difficult to read to my 33-year-old eyes. I want a fullscreen image. (3) After finishing squinting at the screenshot, I scroll down to read more text only to have that text…
Re: GitLab Web IDE
#23So this is like Cloud9?
Vaguely - think GitHub file editing, but far more powerful. Some differences would include: * No terminal * No development environment to speak of, either (e.g. no libraries or binaries installed) The post identifies that this was developed as a way to include multiple file edits in one commit. GitHub, by contrast, applies a commit per file edit, so if you want to change three files, you would open each file separate…
Re: GitLab Web IDE
#24What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
Git has a super high learning curve for simple edits...
Re: GitLab Web IDE
#25It's a pretty editor, but it's not an IDE. No build tools, no debugging, no navigation, no refactoring, etc.
Re: GitLab Web IDE
#26What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
Re: GitLab Web IDE
#27Re: GitLab Web IDE
#28What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.
In the past, people would request ftp/ssh. Setting up git and auto-deploy with custom scripts didn't scale well. Our clients seem very content with WebIDE. They can do quick edits and barely know they are using git.
Re: GitLab Web IDE
#29What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.