atom-language-livecode icon indicating copy to clipboard operation
atom-language-livecode copied to clipboard

LiveCode Language package for Atom

Results 17 atom-language-livecode issues
Sort by recently updated
recently updated
newest added

LCB linting reporting wrong errors line numbers on windows

Trevor has a clever little hack for Sublime Text that pings LC every time a file in a project is modified. In the Levure framework he then has a listener...

Trevor has the linter in Sublime Text working. As part of that, I can look up handler and function names, or symbols. It seems that even though Atom supports symbols,...

LCB doc comment blocks are distinguished from normal comment blocks by an extra initial star, i.e. `/** ... */`. It would be good to highlight doc comment blocks in a...

enhancement
help wanted

Since we don't have named blocks in LCS, it would be nice to be able to perhaps use comments to mark a block, and then be able to fold that...