315234

Results 4 issues of 315234

This plugin causes Sublime Text to completely freeze for 60 seconds while saving a new file.

Example: ``` void unicode_identifier_φ() { // ... } ```

Compare with and without newline: ![screen shot 2013-11-16 at 18 32 18](https://f.cloud.github.com/assets/1901764/1556812/7c505f8a-4eed-11e3-99aa-334cb70c3be6.png) ![screen shot 2013-11-16 at 18 32 34](https://f.cloud.github.com/assets/1901764/1556813/7e34424e-4eed-11e3-92d5-d99097edba01.png) You can see in the second one it has matched since...

This is a feature request to add methods for creating new nodes with an attribute dictionary, like this: ``` julia function create_root( xdoc::XMLDocument , name::AbstractString , attrs::Dict{ASCIIString,ASCIIString} ) xroot =...