Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.7.1 suggestion #52

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

2.7.1 suggestion #52

wants to merge 11 commits into from

Conversation

gillyspy
Copy link

features:

  • @mode values for different context.
    • most importantly 0 and 1. where 1 allows you to access global scope. mode 2 and mode 3 are for convenicent and can technicaly be accomplished in mode 1
    • mode 2 waits for window loaded event
    • mode 3 waits for document DOMContentLoaded event
  • @include supports a json object that contains file and url information (file and siteRegex)
  • popup contains a "Directive" section -- helper to generate include directive comments
    • has validation
    • clipboard option
  • popup is a bit wider
  • added a few tests for directives

use-case :

i spent a lot of time doing enhancements on a cloud-based system for same vendor (many customers). this tool and these new features let me be more granular depending upon which instance i'm on. All of this to facilitate:

  • better personal workflow that is compatible with my dev workflow
  • rapid prototyping
  • easier debugging (debuggin in that cloud system has several hoops)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant