3 Dec 05:34
Scanner Class throws NoSuchElementException when run through Scite.
javadude250 <goanthony <at> hotmail.com>
2006-12-03 04:34:48 GMT
2006-12-03 04:34:48 GMT
Hi all. I've been on the hunt for a really simple, lightweight java editor for linux that i could compile and run from within. I decided Scite was the best for my needs. I have a problem though. I compiled several simple .java files and then tried to run them. Ones that have scanners that read input from keyboard are throwing NoSuchElementExceptions. I have no idea why this is happening. When i run them through eclipse or a terminal they run fine. My paths are setup and scite IS using the same javac and java as eclipse and my terminal, but it seems like when i run through scite it's not halting to accept input or something... i'm not sure, i'm a little bit of a java beginner. Can someone please help me fix scite? thanks. -- -- View this message in context: http://www.nabble.com/Scanner-Class-throws-NoSuchElementException-when-run-through-Scite.-tf2745549.html#a7660297 Sent from the SciTE mailing list archive at Nabble.com.
To be clear, I downloaded wscite-1.71 to be sure I reported no glitch
from my own version!
First problem: some property changes are not reflected on all buffers, I
have to close the file and reopen it to see the change. Even Reload
doesn't work here.
Practical example:
Default tab and indent size is set to 8.
I open a Java file with tabs. I see indeed such size when I switch to
fixed font (Ctrl+F11).
In cpp.properties, I add:
indent.size.$(file.patterns.c.like)=12
tab.size.$(file.patterns.c.like)=4
No change in the buffer. Reload, idem. Close and reopen: I see the change.
RSS Feed