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

Display problem with long lines on Math Notepad #3326

Open
ldecarufel opened this issue Nov 21, 2024 · 3 comments
Open

Display problem with long lines on Math Notepad #3326

ldecarufel opened this issue Nov 21, 2024 · 3 comments

Comments

@ldecarufel
Copy link

ldecarufel commented Nov 21, 2024

Hello! I hope this is the right plate to post these kind of issues.

I've been a SpeQ user for several years, and I'm now trying to use it's successor Math Notepad.
I like it a lot! It's keeping the functionality I loved in SpeQ, while improving on graphing and ease of use. 🙂

However, I have some display issues with long formulas.
Basically, it would be nice if they were displayed on multiple lines.

Currently, we only see either the end of the code line, or the start. This makes it really difficult to read the formula as a whole.

Seeing start of line:
image

Or seeing the end of the line:
image

So here are my suggestions:

  • It would be nice if the page width could be enlarged, or if long formulas could be displayed on multiple lines.
  • If part of a formula needs to be hidden, it would be nice if "..." would be displayed to show that the line is not complete and some part is hidden.
  • Unrelated, but it would be nice to have a "Save As" menu option as well.
@josdejong
Copy link
Owner

Thanks for your suggestion Louis. The editor indeed has an issue with showing long lines that are wrapped.

What you can do though is spread your long formulas over multiple lines by pressing Shift+Enter to create a new line in the current expression

@ldecarufel
Copy link
Author

ldecarufel commented Nov 28, 2024

Thanks for the suggestion, I'll try that out! 😃

I'm usually have a "template" file I use to store "library" functions with variables I often use.
As a graphics programmer, I added a "lerp" and a "saturate" function for example.
With a "Save As" option, to start a new sheet, I would open my template file and save it under a different name.

Another option would be to allow "including" other files (perhaps with an "import" or "include" function).
That way I could include my library file at the top of every new sheet.

@josdejong
Copy link
Owner

Yes, one idea I have is that you can import other files, and I would like to set up a "marked place" where you can share usable collections with functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants