VisualD modding

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Aug 13 23:55:22 PDT 2017



On 13.08.2017 22:43, Johnson Jones wrote:
> So, I'd like to fix some of visual D's navigation and editing logic and 
> possibly implement something like elastic tabs: 
> http://nickgravgaard.com/elastic-tabstops/
> 
> 1. Backspace and delete should be tab aligned and use elastic space.
> 
> 2. Indention on new line should not add spaces(it currently does and 
> screws things up as things are no longer aligned and it is very 
> difficult to realign stuff.
> 
> 3. Indentation should use previous indentation when using tab or enter, 
> unless empty line.
> 
> I've went ahead and added a property called elasticSpace to visual D's 
> properties(should be in the tab section I suppose but I didn't wanna 
> have to figure that mess out).
> 
> 
> 
> propertypage: https://justpaste.it/1a1if
> 
> dpackage: https://justpaste.it/1a1ig
> 
> This do add it to the first entry and defaults it to true but that can 
> easily be fixed.

It's a lot easier to see your changes if you fork the code on github and 
push your commits. Than the diff shows up there automatically.

I wonder why the elastic-tabstop extension doesn't work with Visual D. I 
doubt it's tied to specific languages.


More information about the Digitalmars-d-ide mailing list