3 Replies Latest reply on Aug 8, 2007 11:44 AM by tom.baeyens

    process builder indentation

    tom.baeyens

      it would be great if you guys could also indent the process structure when using the process builder

      otherwise it becomes pretty hard to decipher the processes from the flat list of method invocations

      for examples of indentation see the tests that i wrote

      is that ok ?

        • 1. Re: process builder indentation
          csouillard

          this is in fact easier to read when correctly indented. The problem is when using ctrl-A+I in eclipse for indenting the complete java file, the process builder indentation is broken...
          So each time we use eclipse automatic indentation, we have problems with process builder indentation...

          • 2. Re: process builder indentation

            Random input...
            If it's worth it, you might want to experiment with putting a /* */ on the front of each line, to fool Eclipse.

            -Ed Staub

            • 3. Re: process builder indentation
              tom.baeyens

               

              "csouillard" wrote:
              this is in fact easier to read when correctly indented. The problem is when using ctrl-A+I in eclipse for indenting the complete java file, the process builder indentation is broken...
              So each time we use eclipse automatic indentation, we have problems with process builder indentation...


              just select the part that you want to format and press CTRL+SHIFT+F

              i just tried that and it leaves the non selected parts untouched