yedit icon indicating copy to clipboard operation
yedit copied to clipboard

YAML Eclipse editor

Results 21 yedit issues
Sort by recently updated
recently updated
newest added

Syntax highlighting does not seem to work properly for non-ascii text. Keys are only highlighted after the last non ascii character. See attachment for an example ![yedit_bug](https://cloud.githubusercontent.com/assets/988871/14526631/e3349a42-0244-11e6-9492-1d0e4d42c4f1.png) Tested on yedit...

It is possible to fold the entries in the outline view, it would be very useful if this would be possible in the source code, too (like e.g. in xml...

@oyse every time I have to enter your update site http://dadacoalition.org/yedit I am getting scared thatI will be hacked by a mob of angry Dadaists https://en.wikipedia.org/wiki/Dada can you please move...

Source format removes all comments, fixing it is not an easy thing to do. As a temporary measure, we remove the key binding to avoid unexpected information loss for the...

Syntax highlighting does not work if a property has a ? in it: ![screen shot 2016-06-07 at 11 16 31 am](https://cloud.githubusercontent.com/assets/1198447/15869458/54eb13d8-2ca1-11e6-828b-312d517494e5.png) This is very common in RAML 1.0 documents.

Hi I'd like to propose some small improvement: Given ``` mymappings:| ``` with cursor position at | 1. Invoke enter Is: ``` mymappings: | ``` Should: ``` mymappings: | ```...

Hey, any interest in contributing this to eclipse foundation so we can use it in base Eclipse IDE ? We got a new json editor for Mars - would be...

YEdit has a line width setting in auto-format, but it does not seem to be using this to break strings across lines. At a minimum, I would like this to...

I would like to prepare custom completion proposals for service and class names in php symfony projects. In theory I could just override YEditSourceViewerConfiguration and introduce own IContentAssistant but I...

I have a line in my yaml: something::else::mode: 0640 The formatter changes this to: something::else::mode: 416 If I use '0640' the formatter removes the '', if I use 640, it...