SciTE4D text editor 0.10 released

BCS ao at pathlink.com
Sat Nov 3 10:57:53 PDT 2007


Reply to Jascha,

> 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?
> 

========= module main
import generate;

char[] generateSummary(Task tasks)
{
auto distribution = generate.distribution(tasks);  // F12 here
}
========= module generate
void distribution(Task tasks)
{
}
=========
I thikn that will do it. If not (I'l chek later) I'll figure out what does 
and sen it in.





More information about the Digitalmars-d-announce mailing list