SciTE4D text editor 0.10 released

BCS ao at pathlink.com
Tue Oct 30 16:11:59 PDT 2007


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





More information about the Digitalmars-d-announce mailing list