Ekopalypse

Results 205 comments of Ekopalypse

I don't get this, if msvc was found and used at that time, no tcc error should be displayed here, right? @mike-ward Can you check which version of Windows is...

If msvc was found and used, I doubt the problem is the same. But we are assuming a lot here, so only @mike-ward can shed some light on this.

I thought the space issue was already solved some time ago and I literally tried it on my computer and it's not a problem for me, but yeah, maybe some...

As the saying goes, “you've seen horses puke”, so, yes ... many things are possible. But what really bothers me is this line `tcc: error: unrecognized file type` That doesn't...

@Skrell - Is there anything else to do about this, if not, can you please close this issue?

Regarding the import of examples: At the moment I see two ways to solve this, either by overfilling the sys.path with another directory or by adding a `__init__.py` to the...

Yes, but `from Samples ...`, it's always the directory that contains the __init__.py that defines the module/package. But as @mpheath posted, it's already possible to import it, so there's no...

The import would be `from Samples import BracketHighlighter` and not `from BracketHighlighter import BRACKET_HIGHLIGHTER` because Python would look for a directory named 'BracketHighlighter' for the latter.

Does pressing the ESC key not work for you?

Agreed, I think it's more likely that if you start Npp and want the console displayed at startup, you'd still want to start editing instead of invoking something from the...