New IDE: code bubbles
51–60 of 226 posts
Re: New IDE: code bubbles
#52I feel like the response has been fairly lukewarm, but to me this is some really nice (dare I say game-changing) stuff. Mindmap + IDE = great. Why? I have written in a variety of languages, and my number one complaint, whether it be with eclipse, textmate, vim, emacs, whatever, is the clumsiness of going from one file to another and then back to the original. Further, outside of actual development, when debugging, I…
my number one complaint, whether it be with eclipse, textmate, vim, emacs, whatever, is the clumsiness of going from one file to another and then back to the original Emacs has a stack for this. Jump to related definition with M-., jump back to where you were before with M-∗. One keystroke is not exactly "clumsy", IMHO. I, like other posters, would be really psyched if you could have some kind of MVC opener which wou…
Re: New IDE: code bubbles
#53Re: New IDE: code bubbles
#54That is a very interesting approach - instead of just presenting files , this IDE is already abstracting out some of the semantic structure for you and presenting code based on its relationships . It's meeting you halfway. And it keeps track of things the way you work - by explicitly acknowledging the task structure of the work, it's again meeting you halfway. This is a really promising start. Very cool.
Programming hasn't been about files for a long time now. That's the reason that we have IDEs in the first place, and why I cringe when people talk about writing code in a text editor. Any IDE worth its salt will do all the things in that video, except for the little draggable bubbles.
Re: New IDE: code bubbles
#55nice. i can see myself using this for django projects (a bubble for the urls.py, another for the view and another for the template)
Re: New IDE: code bubbles
#56Re: New IDE: code bubbles
#57Re: New IDE: code bubbles
#58Note: requires monitor with 2560 x 1600 resolution.
1920x1200, actually. And that is not too uncommon; I've had my monitor at home for 5 years and it's that resolution.
I've tried 3 screens (in: square, wide, square configuration) for a while. I wouldn't say no, if anyone gave me that again, but I didn't notice any significant improvement over 2 screens.
Re: New IDE: code bubbles
#59Re: New IDE: code bubbles
#60Earlier quoted context omitted.
I'm thinking this won't work so well for dynamic languages. The demo video is using a Java project.
Because not declaring the type of variables makes code not work with bubbles?