Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad display of function definition patterns in the popup panel. #47

Open
yuriever opened this issue Dec 7, 2024 · 0 comments
Open

Bad display of function definition patterns in the popup panel. #47

yuriever opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yuriever
Copy link

yuriever commented Dec 7, 2024

The function definition patterns are displayed incorrectly if too long. Could you fix this?

Example

(* ::Package:: *)


BeginPackage["Global`"];


f;


Begin["`Private`"];


f[x1_,x2_,x3_,x4_,x1_,x2_,x3_,x4_,x1_,x2_,x3_,x4_,x1_,x2_,x3_,x4_]:=
    {}


End[];


EndPackage[];
image
@suman-wolfram suman-wolfram self-assigned this Dec 12, 2024
@suman-wolfram suman-wolfram added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants