Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

#7276 Live Preview highlight customization #12949

Merged

Commits on Feb 15, 2017

  1. Live Preview visual customization (colors of highlight can be customi…

    …zed via user preferences)
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    b1ef3be View commit details
    Browse the repository at this point in the history
  2. PR improvements

    Remove trailing spaces, use Object.assign instead of manually iterating over remoteHighlight properties and remove quotes from object properties in default configuration of remoteHighlight
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    cb9fb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfd2de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5250924 View commit details
    Browse the repository at this point in the history
  5. updateConfig RemoteFunctions.js method

    Enable injecting new config into remoteFunction when user changed preferences, without the need to restart the live preview session.
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    0e014c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d13f11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f2d984 View commit details
    Browse the repository at this point in the history
  8. PR improvements

    calculateSize is renamed to sum. (better naming conventions are welcome). sum now takes an array as argument. It returns sum of parsed array elements, suffixed with „px”.
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    0889f8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    108faeb View commit details
    Browse the repository at this point in the history
  10. PR improvements.

    Set experimental to false by default, if no config specified (caused the test to crash).
    Minor code quality improvements, removed duplicated variables.
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    004afc6 View commit details
    Browse the repository at this point in the history
  11. Fix ESLINT errors.

    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    ae19b23 View commit details
    Browse the repository at this point in the history
  12. drawMarginRect and drawPaddingRect functions now calculate the requir…

    …e size of highlight elements instead of manaul calculations on each element.
    
    The code is shorter and more readable. Also, it’ll be easier to move drawing functions into separate file if necessary.
    Worie committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    36c356e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24b2e6b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Formatting improvements

    Wojciech Połowniak committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    12b882d View commit details
    Browse the repository at this point in the history