brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] QuickEdit for JavaScript shouldn't present the "list of CSS rules" side pane #2718

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by isonno Friday Feb 15, 2013 at 01:10 GMT Originally opened as https://github.com/adobe/brackets/issues/2874


I can see where QuickEdit's list of CSS rules would be helpful for editing CSS (particularly since CSS code tends to be rather "narrow"), but for JavaScript it's just in the way. It'd be nice if this was turned off for JavaScript code.

BracketsJSView

core-ai-bot commented 3 years ago

Comment by isonno Friday Feb 15, 2013 at 01:12 GMT


BTW, this is on Sprint 20.

core-ai-bot commented 3 years ago

Comment by TomMalbran Friday Feb 15, 2013 at 01:15 GMT


That panel is needed when there are several functions with the same name in the same or in multiple files, which can often happen. But I agree that it would be nice to have a button (or something) to collapse/uncollapse the panel, since is not always needed.

core-ai-bot commented 3 years ago

Comment by njx Friday Feb 15, 2013 at 01:15 GMT


It's there because if there are multiple functions with the same name (e.g. in different files), we show them all on the right. But I agree that we should just hide it in the case where there's only one match, and maybe have some kind of autohide functionality (especially since you can navigate between matches from the keyboard).

core-ai-bot commented 3 years ago

Comment by peterflynn Saturday Feb 16, 2013 at 01:12 GMT


This is a dupe of #805, which is now being tracked in our feature backlog: Reduce space used by inline editor results list.

Closing -- but@isonno please upvote the feature card if you'd like.