|
1 | 1 | updater.title=Graph Database Support plugin updated to v{0}
|
2 | 2 | updater.notification=<br/>\
|
| 3 | +<b>New:</b><br/>\ |
| 4 | +- Initial support for Cypher query parameters<br/>\ |
| 5 | +- Support for Cypher query EXPLAIN and PROFILE analysis<br/>\ |
| 6 | +- Inspection: analyse queries using EXPLAIN<br/>\ |
3 | 7 | <b>Improvements:</b><br/>\
|
4 |
| -- Neo4j 3.1 support added (new parameter syntax, user functions, map projections, pattern comprehension)<br/>\ |
5 |
| -- Cypher syntax highlight improved<br/>\ |
6 |
| -- Provide documentation for Cypher built-in functions, stored procedures and user functions<br/>\ |
7 |
| -- Show arguments and return type in autocompletion for functions and procedures<br/>\ |
| 8 | +- Query database for specific label, relationship type or property via context menu<br/>\ |
| 9 | +- Show error popup if query execution fails<br/>\ |
8 | 10 | <br/>\
|
9 | 11 | <b>Bugfixes:</b><br/>\
|
10 |
| -- Using keywords as variable name in Cypher query will not break parsing anymore<br/>\ |
11 |
| -- Fix Cypher parsing: multiline expression, filter expression<br/>\ |
12 |
| -- Allow to copy values from tree nodes in entity view<br/>\ |
| 12 | +- Variable refactoring in Cypher is now performed in single query, rather than whole file<br/>\ |
| 13 | +- Syntax errors are now visible if query is highlighted with green border<br/>\ |
| 14 | +- Fixed canvas background in Graph view for Darcula theme<br/>\ |
13 | 15 | <br/>\
|
14 | 16 | <a href="https://github.com/neueda/jetbrains-plugin-graph-database-support">Github</a> | \
|
15 |
| -<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support/releases">Releases</a> | \ |
16 |
| -<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support/issues">Issues</a> |
| 17 | +<a href="https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content">Documentation</a> |
0 commit comments