After many months of prep, coding, and testing, a preview of Indigo is warranted. As many may already know from reading the BlueIDE 2 thread, I have stopped working on BlueIDE 2 in favor of an IDE wrote in something newer then VB6 and workes consistently on XP, Vista, and 7. With that, here is a list of features and a screenshot.
• Dockable Windows
• Reset Dock layout to original layout
• Cut, Copy, Paste (including across tabs)
• Compile Only, Compile & Run, Run Last Compile
• Able to work with source while compiling
• Concatenation
... Able to select concatenation symbol(s)
• Ctrl + Scroll = Zoom (Resize font size in current source window)
• Auto-Suggest for Keywords and User Defined Attributes (Functions, Labels, Variables, and Constants)
• Auto-Suggest for User Defined Types
• Auto-Complete Parenthesis
• Auto-Complete Quotes
• Status bar with:
... Line #
... Column #
... Current Keyword information
• Help Window refreshes with current Keyword information
• Keyword information Tooltip (DBPro Keywords, User Functions, Variables, and Constants)
• Global Find and Replace (all source files, open or not)
• Goto Line
... Enter Project line number and Indigo opens the Include and highlights the line
• Line folding for functions, labels, types, for / next, remstart / remend, select / endselect, case / endcase, if / endif
• Fold All Lines [Alt + 0] / Unfold All Lines [Alt + Shift + 0]
• Multiline Commenting:
... RemStart/RemEnd (select to auto fold if using this option)
... `
... //
• Crtl+Tab and Crtl+Shift+Tab to Navigate Source Tabs
Still need to add some functionality but all is going well.
Special thanks to tiresius, Olby, and Tone Dialer for testing.
Regards,

Coming soon: Indigo a DBPro IDE alternative