Updated GSoC 2014 Ideas (markdown)
This commit is contained in:
parent
e7afa87419
commit
efde666a07
|
@ -98,6 +98,8 @@ Nimrod's Compiler as a Service feature allows IDEs to query the compiler for thi
|
||||||
* Provide commands to execute macros. Allow IDEs to quickly get the code macros generate with different inputs.
|
* 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 a mechanism to track a dirty file without saving it to disk.
|
||||||
* Provide better diagnostic messages for invalid commands.
|
* Provide better diagnostic messages for invalid commands.
|
||||||
|
* Implement queries enabling IDEs to provide rich semantic highlighting, instead of simple syntax highlighting (e.g. variables, constants, types, procs and macros could all be styled differently).
|
||||||
|
* Add support for quick evaluation of snippets of code in the context of the current project.
|
||||||
* Add commands to retrieve information about project layout and compilation settings.
|
* Add commands to retrieve information about project layout and compilation settings.
|
||||||
|
|
||||||
**Related issues**: [#804](https://github.com/Araq/Nimrod/issues/804), [#274](https://github.com/Araq/Nimrod/issues/274), [#325](https://github.com/Araq/Nimrod/issues/325), [#452](https://github.com/Araq/Nimrod/issues/452), [#484](https://github.com/Araq/Nimrod/issues/484), [#474](https://github.com/Araq/Nimrod/issues/474), [#477](https://github.com/Araq/Nimrod/issues/477), [#450](https://github.com/Araq/Nimrod/issues/450), [#449](https://github.com/Araq/Nimrod/issues/449), [#415](https://github.com/Araq/Nimrod/issues/415), [#471](https://github.com/Araq/Nimrod/issues/471), [#344](https://github.com/Araq/Nimrod/issues/344)
|
**Related issues**: [#804](https://github.com/Araq/Nimrod/issues/804), [#274](https://github.com/Araq/Nimrod/issues/274), [#325](https://github.com/Araq/Nimrod/issues/325), [#452](https://github.com/Araq/Nimrod/issues/452), [#484](https://github.com/Araq/Nimrod/issues/484), [#474](https://github.com/Araq/Nimrod/issues/474), [#477](https://github.com/Araq/Nimrod/issues/477), [#450](https://github.com/Araq/Nimrod/issues/450), [#449](https://github.com/Araq/Nimrod/issues/449), [#415](https://github.com/Araq/Nimrod/issues/415), [#471](https://github.com/Araq/Nimrod/issues/471), [#344](https://github.com/Araq/Nimrod/issues/344)
|
||||||
|
|
Loading…
Reference in New Issue