shriprem / FWDataViz

Fixed Width Data Visualizer plugin for Notepad++. Turns Notepad++ into Excel for fixed-width data files. Displays cursor position data. Jumps to specific fields. Folding Record Blocks. Extracts Data. Builtin dialogs to configure file-type, record-type & fields; Themes & Colors; and Folding. Handles homogenous, mixed & multi-line records.
GNU General Public License v2.0
37 stars 6 forks source link

FWDataViz is visualizing a fixed-width file only when the plugin is the topmost in a stack of panels #89

Closed shriprem closed 1 year ago

shriprem commented 1 year ago

Description of the Issue

FWDataViz is visualizing a fixed-width file only when the plugin is the topmost in a stack of panels.

Steps to Reproduce the Issue

  1. Have the FWDataViz plugin panel open in Notepad++.
  2. Open other plugin panels such as Explorer or GotoLineCol so that the FWDataViz panel is stacked behind these other panels.
  3. Open a fixed-width data file.

Expected Behavior

The fixed-width file should get visualized by FWDataViz as long as its panel has been mounted.

Actual Behavior

The fixed-width file is not being visualized by FWDataViz when its panel is behind other panels in a stack.