|
From: <no...@so...> - 2002-04-05 03:11:59
|
Bugs item #539571, was opened at 2002-04-04 21:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=539571&group_id=44253 Category: Compiler integration Group: Ugly Status: Open Resolution: None Priority: 7 Submitted By: Eric E. Allen (eallen) Assigned to: Nobody/Anonymous (nobody) Summary: Unsaved files highlighted with errors Initial Comment: Although it's impossible to compile without saving the currently open file, it's not necessary to save all the other files. This is actually a bug, because the compiler error highlighter will then highlight regions in the unsaved file. We need to either (1) ensure all files are saved before compiling, or (2) revert buffers when popping up compiler errors. I think that (1) is much simpler and less dangerous for the user. -- Eric ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=539571&group_id=44253 |