From 0db68fa703fe7f8ef09762e3d2ecf445c7a59543 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Wed, 12 Feb 2014 17:03:33 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index f5dc039..acecae3 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -79,6 +79,9 @@ Nimrod's Compiler as a Service feature allows IDEs to query the compiler for thi Tasks: * Fix https://github.com/Araq/Nimrod/issues/804, which makes `idetools` unusable. * Provide commands to execute macros. Allow IDEs to quickly get the code macros generate with different inputs. + * Provide a mechanism to track a dirty file without saving it to disk. + * Provide better diagnostic messages for invalid commands. + * Add commands to retrieve information about project layout and compilation settings. **Bonus points:** Implement "Compiler as a Service" support to major IDEs/text editors such as Light Table, Sublime Text, or Visual Studio.