Eugene Pankov fbea7db188 expose combined context menu in tab header and add visual context menu button - fixes #6966 3 лет назад
..
src fbea7db188 expose combined context menu in tab header and add visual context menu button - fixes #6966 3 лет назад
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 лет назад
package.json 194342d6fa bumped plugins, added serialport mocks 3 лет назад
tsconfig.json 43cd3318da project rename 4 лет назад
tsconfig.typings.json 43cd3318da project rename 4 лет назад
webpack.config.js 43cd3318da project rename 4 лет назад
yarn.lock 8927717654 Bump marked from 4.0.10 to 4.0.12 in /tabby-settings 3 лет назад

README.md

Tabby Settings Plugin

  • tabbed settings interface

Using the API:

import { SettingsTabProvider } from 'tabby-settings'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
    ...
  ]
})