Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.54k stars 173 forks source link

[Rename Tab] Always renames active tab #5667

Closed pintassilgo closed 2 months ago

pintassilgo commented 2 months ago
  1. Install Rename Tab plugin, then restart Cuda.
  2. Have two open tabs.
  3. Open context menu in a background tab and select Rename Tab.

Expected: Should rename tab for the tab you clicked.

Current: Renames active tab, even if you clicked to rename other tab.

Alexey-T commented 2 months ago

This is not a bug but missing api feature. Plugin needs new api. Maybe i will add it.

Will improve the plugin.

Alexey-T commented 2 months ago

improved. pls, test and close if ok.

pintassilgo commented 2 months ago

Thanks.