Closed MiguelCastillo closed 11 years ago
Good point. However the entire line number is clickable and should cause code to fold/unfold when clicked. I agree that there is no visual cue that this is the case. I will push an update to fix this using a bit of css on mouse over.
Here is a sample of my jshint implementation where I am handling my own gutter.
Here I create/delete the gutter: https://github.com/MiguelCastillo/Brackets-Interactive-Linter/blob/master/linterManager.js
Here I add and remove gutter markers. https://github.com/MiguelCastillo/Brackets-Interactive-Linter/blob/master/linterReporter.js
I will go through your code and if I can get my way around in a reasonable manner I will make a pull request.
-Miguel
Alright, so I put together a gutter for ya. The logic to place add the gutter and to clear it out needs to be cleaned up... It shouldn't be that much work to get it cleaned up.
Cheers mate. Working on this ..
It is pretty difficult to expand/collapse lines right now. Consider making the collapse buttons a bit bigger