NST icon indicating copy to clipboard operation
NST copied to clipboard

New Source Tree Komodo Addon

Results 28 NST issues
Sort by recently updated
recently updated
newest added

no sub "tst" in code tree: ``` perl print $ENV{m}; sub tst() { } ```

It would be really nice to get support for YAML. I would love to write it myself, but I need some little help to begin with (I am a PHP...

Regular expressions with paired delimiters can contain balanced pairs of that delimiters. In this code: ``` perl package test; sub test1 { m{ \d{2}\s\d }x; } sub test2 { #...

in this code only "One" in the source tree ``` javascript One = function() { this.foo = new bar( /[/*]/ ); }; Two = function() {}; ``` and "Two" is...

Version 0.61 fails to automatically render source tree in Komodo Edit 6.1 when loading source code (tested with PHP, Javascript, HTML, XML). When switching between tabs the source tree for...

In the code section: ``` python if top_level_count == 2: index = cat_nodes_list.index(cat_node) default_category = cat_nodes_list[index - 1] break ``` the line: ``` python default_category = cat_nodes_list[index - 1] ```...

For example, NST doesn't parse 'some key' property: var obj = { 'some key': {}, somekey: {} }

it does not works as expected in NST 0.59 / komodo edit 7.0.2, build 9923 ; tested on php a file: instead of toggleing automatic tracking ( the function /...