DlangIDE
    Vadim Lopatin via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Tue Feb 24 03:18:21 PST 2015
    
    
  
On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote:
> Hello,
>
> I'm working on cross-platform D language IDE - DlangIDE.
> It's written in D using DlangUI based GUI.
>
> Project on GitHub: https://github.com/buggins/dlangide
>
Project update:
Smart autoindents implemented for D source code editors.
So far, can be configured only manually in settings file:
~/.dlangide/settings.json:
{
     "editors": {
         "textEditor": {
             "useSpacesForTabs": true,
             "tabSize": 4,
             "smartIndents": true,
             "smartIndentsAfterPaste": true
         }
     },
     "interface": {
         "theme": "theme_default",
         "language": "en"
     }
}
Best regards,
     Vadim
    
    
More information about the Digitalmars-d-announce
mailing list