Skip to content

Commit

Permalink
removed working options from blacklist.
Browse files Browse the repository at this point in the history
These options work. I need them. So they finally get reactivated!
  • Loading branch information
NiklasRentzCAU committed Oct 18, 2024
1 parent f68d517 commit 046b0e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/klighd-core/src/options/options-blacklist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* http://rtsys.informatik.uni-kiel.de/kieler
*
* Copyright 2021 by
* Copyright 2021-2024 by
* + Kiel University
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
Expand All @@ -23,11 +23,6 @@
// - Editor Context Collapse (getContextViewer in SprottyViewer not yet implemented)
// - SCG Dependencies (?)
// - Turning off KlayLayered (Pops up a new window in KIELER to specify the algorithm path) de.cau.cs.kieler.sccharts.ui.synthesis.GeneralSynthesisOptions.CHECK-857562601
// - Label Management does nothing de.cau.cs.kieler.sccharts.ui.synthesis.hooks.LabelShorteningHook.CHOICE2065322287
// KGraph text:
// - Suppress Edge Adjustments de.cau.cs.kieler.graphs.klighd.syntheses.KGraphDiagramSynthesis.CHECK-1675366116
// - Label shortening Strategy (Probably label manager) de.cau.cs.kieler.graphs.klighd.syntheses.AbstractStyledDiagramSynthesis.CHOICE577556810
// - Shortening width de.cau.cs.kieler.sccharts.ui.synthesis.hooks.LabelShorteningHook.RANGE-230395005
// SCG:
// - Show only dependencies of selected elements (because selection is not yet implemented to be transferred to klighd)
// de.cau.cs.kieler.scg.klighd.SCGraphSynthesisOptions.CHECK-496527882
Expand All @@ -50,8 +45,6 @@ export const optionsBlacklist = [
'de.cau.cs.kieler.sccharts.ui.synthesis.hooks.ExpandCollapseHook.CHECK-1902441701',
'de.cau.cs.kieler.sccharts.ui.synthesis.AdaptiveZoom.CHECK-1237943491',
'de.cau.cs.kieler.sccharts.ui.synthesis.GeneralSynthesisOptions.CHECK-857562601',
'de.cau.cs.kieler.graphs.klighd.syntheses.KGraphDiagramSynthesis.CHECK-1675366116',
'de.cau.cs.kieler.graphs.klighd.syntheses.AbstractStyledDiagramSynthesis.CHOICE577556810',
'de.cau.cs.kieler.scg.klighd.SCGraphSynthesisOptions.CHECK-496527882',
'de.cau.cs.kieler.scg.klighd.SCGraphSynthesisOptions.CHECK-1237943491',
'de.cau.cs.kieler.scg.klighd.actions.ThreadPriorityActions.CHECK1258957970',
Expand Down

0 comments on commit 046b0e7

Please sign in to comment.