dotnet/roslyn

Column "Make abstract" in "Extract Base Class" dialog is truncated or unusable in other languages

オープン

#71,639 opened on 2024/01/14

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Version Used: VS 17.8.4

Steps to Reproduce:

  1. Switch VS to a language with longer texts like German or French.
  2. Open the lightbulb menu on the type below and select "Basisklasse extrahieren" (German) or "Extraire la classe de base" (French).
class BaseClass
{
    void M() { }
}

Expected Behavior:

  • The texts in the column headers are readable.
  • The checkbox in "Make abstract" is visible.

Actual Behavior: The column header for "Make abstract" is truncated, and in German the checkbox cannot be seen or selected. (The columns are not resizable.) image image

コントリビューターガイド