History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14497
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Bas Leijdekkers
Votes: 6
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Offical way to use Eclipse compilers -proceedOnError option

Created: 24 Aug 07 11:30   Updated: 31 Aug 07 19:35
Component/s: Compiling Project

Build: 7,230
Severity: Medium


 Description  « Hide
IDEA needs an option to use the Eclipse compilers -proceedOnError functionality.
Enabling this would use -proceedOnError so that code with faults still compiles to class files and would also continue any Run/Debug even if the compiler reported errors.

See also:
http://www.intellij.net/forums/thread.jspa?messageID=5003153
http://www.eclipsezone.com/eclipse/forums/t100199.html#92167170



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 24 Aug 07 15:22
Together with a "Build On Save" option (in background) for a "total eclipse" experience?

Alexander Strotzky - 30 Aug 07 22:44
I would also like a "Build on Save" option, but I'm not sure if it's fair to hijack this issue report.

NNTP User - 30 Aug 07 23:44

There's already a shortcut for "Save and Build": Ctrl-F9
You can re-map it to ctrl-s if you like.


Alexander Strotzky - 31 Aug 07 19:35
Anything less that instant compile (which is all it takes to compile a single file) is not desirable...