Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
323 stars 39 forks source link

3 Features request #237

Open idealkindom opened 7 months ago

idealkindom commented 7 months ago

1.Comment and uncoment paragraph of codes with one click.

2.#if #end if loop folding swicth;

3.#val #noc #equ works on the same line, because the display of a variable with html looks inharmanious with the codes made.

Proektsoftbg commented 7 months ago

Hi! Thank you for your suggestions.

  1. Yes, it would be nice to have a menu/button to insert comments.
  2. Folding blocks of code will come naturally, when we switch to Avalonia. It has a powerful code editing control with all features that one can imagine. Not worse than VS code: https://github.com/AvaloniaUI/AvaloniaEdit
  3. I am not sure I how to do that. But if you want your html text formulas to look consistent to Calcpad formulas, just add class="eq" to your paragraph. Please, try this code: '<p class="eq"><var>a</var> = 2 <i>m</i></p>
idealkindom commented 7 months ago

A lot of expectations to the future of Calcpad.

I will try html equ settings.

Thks a lot.

在 2023-11-05 18:27:45,"Ned Ganchovski" @.***> 写道:

Hi! Thank you for your suggestions.

Yes, it would be nice to have a menu/button to insert comments. Folding blocks of code will come naturally, when we switch to Avalonia. It has a powerful code editing control with all features that one can imagine. Not worse than VS code: https://github.com/AvaloniaUI/AvaloniaEdit I am not sure I how to do that. But if you want your html text formulas to look consistent to Calcpad formulas, just add class="eq" to your paragraph. Please, try this code: '

a = 2 m

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>