Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Code Bubbles - opinions? [modified]

Code Bubbles - opinions? [modified]

Scheduled Pinned Locked Moved The Lounge
visual-studiocomquestiondiscussion
18 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

    modified on Thursday, March 11, 2010 4:02 AM

    A Offline
    A Offline
    AspDotNetDev
    wrote on last edited by
    #7

    That is seriously neat. Looks like it's for Java... if it were for C#, I'd be all over it. I would like to program with that using a giant screen, like the one from Minority Report. I suppose the large virtual surface and ability to zoom out is their substitute for that, but that doesn't mean I don't still want it. :rolleyes:

    [Forum Guidelines]

    1 Reply Last reply
    0
    • L Lost User

      Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

      modified on Thursday, March 11, 2010 4:02 AM

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #8

      Its awesome :omg: +5

      Currently Reading: The Ambler Warning by Robert Ludlum Next in Queue: The Black House by Stephen King & Peter Straub Currently Playing: Bioshock (PC) - Kirtan

      1 Reply Last reply
      0
      • L Lost User

        I'll take some - one moment please Here's one: http://img85.imageshack.us/img85/9020/debugging.png[^] You can't see anything, I know. Youtube crappyness.

        S Offline
        S Offline
        Simon P Stevens
        wrote on last edited by
        #9

        Oh, ta. It does look very intriguing. I'm imagining coding away in a class, and calling some method in another class and being able to click something like visual studio's "go to definition" button, but rather than switching the code pane, it pops up just the requested method in a little side pane. It does sound like a cool idea. I might just give this a try at home sometime.

        Simon

        1 Reply Last reply
        0
        • C c2423

          Very cool. Looks like it would stop a lot of jumping about during maintenance programming! I watched the video and wondered how it would deal with debugging recursive functions... Chris

          B Offline
          B Offline
          benjymous
          wrote on last edited by
          #10

          Presumably you could just open lots of bubbles to the same function, each at a different stack level.

          Help me! I'm turning into a grapefruit! Buzzwords!

          C 1 Reply Last reply
          0
          • B benjymous

            Presumably you could just open lots of bubbles to the same function, each at a different stack level.

            Help me! I'm turning into a grapefruit! Buzzwords!

            C Offline
            C Offline
            c2423
            wrote on last edited by
            #11

            Starts to get a bit messy I would think...

            1 Reply Last reply
            0
            • L Lost User

              Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

              modified on Thursday, March 11, 2010 4:02 AM

              P Offline
              P Offline
              peterchen
              wrote on last edited by
              #12

              What I like about it:

              • using language scope (e.g. classes, methods) instead of compiler scope (i.e. files)
              • Linking to, and annotating source elements
              • Integrating non-code elements (docs, bug tracker, ...)

              I'd love to see a source-control-integrated "history fo this function". I don't know how well this works with "chinese wall of code" functions (say, 100 chars wide x 1000 lines). Also, do other IDE tools integrate with it - am I going to miss them? Does it preserve the "classic" file format as source control / compiler interface, so that other tools in the workflow can do their job? Does it come only for Java?

              Agh! Reality! My Archnemesis![^]
              | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

              L 1 Reply Last reply
              0
              • P peterchen

                What I like about it:

                • using language scope (e.g. classes, methods) instead of compiler scope (i.e. files)
                • Linking to, and annotating source elements
                • Integrating non-code elements (docs, bug tracker, ...)

                I'd love to see a source-control-integrated "history fo this function". I don't know how well this works with "chinese wall of code" functions (say, 100 chars wide x 1000 lines). Also, do other IDE tools integrate with it - am I going to miss them? Does it preserve the "classic" file format as source control / compiler interface, so that other tools in the workflow can do their job? Does it come only for Java?

                Agh! Reality! My Archnemesis![^]
                | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #13

                I haven't tried it (yet), so I can't answer your questions, sorry

                P 1 Reply Last reply
                0
                • L Lost User

                  Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

                  modified on Thursday, March 11, 2010 4:02 AM

                  R Offline
                  R Offline
                  R Giskard Reventlov
                  wrote on last edited by
                  #14

                  Looks intruiging: I'd certainly like to try it especially now I have more and larger screens. Perhaps by VS2020...

                  Tychotics "The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!" Larry Niven

                  1 Reply Last reply
                  0
                  • L Lost User

                    I haven't tried it (yet), so I can't answer your questions, sorry

                    P Offline
                    P Offline
                    peterchen
                    wrote on last edited by
                    #15

                    I'd need to find out myself anyway - it's just my thoughts about it - as you requested ;)

                    Agh! Reality! My Archnemesis![^]
                    | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

                    L 1 Reply Last reply
                    0
                    • L Lost User

                      Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

                      modified on Thursday, March 11, 2010 4:02 AM

                      M Offline
                      M Offline
                      Mark_Wallace
                      wrote on last edited by
                      #16

                      I confess that I went to look expecting it to be rubbish, but I'm very impressed.

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      1 Reply Last reply
                      0
                      • P peterchen

                        I'd need to find out myself anyway - it's just my thoughts about it - as you requested ;)

                        Agh! Reality! My Archnemesis![^]
                        | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #17

                        Yup, thanks :)

                        1 Reply Last reply
                        0
                        • L Lost User

                          Code Bubbles[^] are a new IDE interface paradigm (according to their site) They have a video: http://www.youtube.com/watch?v=PsPX0nElJ0k[^] (also on their site) To me it certainly looks .. different, and fancy, I'm not yet sure how well I would like it The debugging features (@ 6 minutes in vid) definitely look useful to me though. edit: screenshot(of video, not direct) -> http://img85.imageshack.us/img85/9020/debugging.png[^]

                          modified on Thursday, March 11, 2010 4:02 AM

                          D Offline
                          D Offline
                          Douglas Troy
                          wrote on last edited by
                          #18

                          This reminds me of FoxPro Code Snippets, and how developers (at the time) thought it was a great idea, right up until that first big project ... when things weren't going right ... and you had to find that one code snippet that was causing the problem, which went something like: Not this one. No, that's not it Or this one No. Wait, didn't I just look at that one??!?!?! Crap, maybe it was this one. Ok, I'll just open them all, I'm sure there aren't that many of thes... OH MOTHER OF GOD! STOP! STOP! [1 hour later] Close. Close. Close. Close. Close. Close.


                          :..::. Douglas H. Troy ::..
                          Bad Astronomy |VCF|wxWidgets|WTL

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups