SciTE4D text editor 0.10 released

Jascha Wetzel firstname at mainia.de
Sat Nov 3 03:48:52 PDT 2007


BCS wrote:
> OK, I'm trying scite4d and playing with the F12 feature
> 
> given this (and a /little/ more content):
> 
> ========= module main
> 
> char[] generateSummary(Task tasks)
> {
>     auto distribution = generate.distribution(tasks);  // F12 here
> }
> ========= module generate
> void distribution(Task tasks)
> {
> }
> =========
> resluts in nothing but "access Violation" being printed in the status 
> window.
> 
> Both files are open and what not. If it then go and fix the import 
> settings (as described in your wunderful short how-to) it works.
> 
> I'm guessing that access Violations shouldn't happen even if things are 
> set wrong. Also I would think that it should work fine for sibling 
> modules no matter what global.include is set to.
> 
> Besides that, SWEEET!!!
> 
> 

that is a bug in SEATD, could you send me everything i need to reproduce 
this, please?



More information about the Digitalmars-d-announce mailing list