Skip to content

Provides CEP users with custom utility for bug reporting

License

Notifications You must be signed in to change notification settings

Inventsable/protoDebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoDebug

install

# use the latest ZXP found in ./_builds/

# or clone into .../AppData/Roaming/Adobe/CEP/extensions/
git clone https://github.com/Inventsable/protoDebug.git

Persistent modular components can listen and send CSEvents to/from any other panel

  • Pressing Enter adds new listener or sender
  • Ctrl/Cmd + Enter toggles if creating listener or sender

Invisible event-manager component detects all user input

  • Window resizing & persistent settings

  • Using vue-outside-events on element with no width or height detects all events of panel:

Invisible stylizer component unifies styling to match app theme

  • Guarantee of easy styling no matter the UI by using supported CSS variables

/* CSS variables reactively change via component */
  --panel-width: 50px;
  --panel-height: 50px;
  --color-selection: #46a0f5;

  --color-bg: #323232;
  --color-icon: #a1a1a1;
  --color-border: #3e3e3e;
  --color-button-hover: #292929;
  --color-button-active: #1f1f1f;
  --color-button-disabled: #393939;
  
  --color-text-active: #1b1b1b;
  --color-text-default: #a1a1a1;
  --color-text-disabled: #525252;
  --color-input-focus: #fcfcfc;
  --color-input-idle: #262626;

  --color-scrollbar: #2a2a2a;
  --color-scrollbar-thumb: #3e3e3e;
  --color-scrollbar-thumb-hover: #525252;
  --scrollbar-thumb-width: 20px;
  --scrollbar-thumb-radius: 20px;
/*  */

Releases

No releases published

Packages

No packages published

Languages