brackets-archive / bracketsIssues

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

[CLOSED] Hook up inline CSS display #334

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Wednesday Feb 29, 2012 at 19:46 GMT Originally opened as https://github.com/adobe/brackets/pull/336


This pull request hooks up all the various pieces for inline display of CSS rules.

When viewing an HTML file, pressing Cmd/Ctrl+E does the following:

If the selector can be found within a .css file in your project, it will be displayed in an inline view.

To close an inline editor, set the insertion point anywhere inside the inline editor and press Cmd/Ctrl+E.


gruehle included the following code: https://github.com/adobe/brackets/pull/336/commits

core-ai-bot commented 3 years ago

Comment by chrisbank Wednesday Feb 29, 2012 at 19:48 GMT


reviewing

core-ai-bot commented 3 years ago

Comment by chrisbank Wednesday Feb 29, 2012 at 21:32 GMT


Codewise, I just have that one comment to make it easier to see how everything balances there. Just quickly testing, there are lots of bugs, but I think it's better to merge into master and let everyone test.

core-ai-bot commented 3 years ago

Comment by chrisbank Wednesday Feb 29, 2012 at 22:16 GMT


looks good, merging