Dean Sofer

Results 242 comments of Dean Sofer

I'm not 100% sure how much of this is usable but I figured it might provide some interesting ideas and features to consider.

I think I have to discontinue using this plugin because it's super buggy. I have to move the mouse to the edge of the screen multiple times or in just...

I have confirmed however that (with right-aligned tree view) if you reveal any file it causes extremely erratic behavior and can sometimes break the tree. This may also have something...

I believe that if the editor gains focus you should hide the sidepanel. Not just on mouse-out.

@olmokramer just merge it in! really looking forward to this fix.

Pinging @giulianob to get everyone upstream to update

Is prettifying generated source code necessary?

You can add an ellipsis using pure CSS.

@brandonjp no. ``` js app .constant('Toggles', {}) .run(function($rootScope, Toggles){ $rootScope.Toggles = Toggles; }); ``` ``` html ... ``` Anything else seems overkill to me.