2
Vote

Support for tabs or another font

description

I prefer to outline all mine hosts, but theres no support for tabs and the used font won't align properly.
Just a minor improvement.
Keep up the great work.

file attachments

comments

jeronevw wrote Feb 23, 2012 at 2:37 PM

I use the following settings for all textboxes now:
        this.TextBoxProfile.AcceptsTab = true;
        this.TextBoxProfile.Font = new System.Drawing.Font("Lucida Console", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

warptera1 wrote Mar 2 at 1:46 AM

Along these lines...

I would love it if app parsed the txt files and displayed the output in a sortable table with check boxes for active/inactive and inline editing. [Screen attached]

Bonus: It would also be nice to have a comment column. However I know the hosts format requires comments to be on their own line. So maybe when parsing and writing the txt file a comment above an entry could be assumed to be for that line and be displayed in a column next to the "Host Name".

Thanks!

PS - Great work so far BTW