Fullscreen Formula Editor Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JayBee4pl
    Member
    • Oct 2019
    • 59

    Fullscreen Formula Editor Windows

    Hi,
    is it possible to get a fullscreen Window when editing Formulas?
    I need to scroll and sometimes i cant see the end of a line.

    Regards JayBee
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    There is no such an ability. It worth to make a feature request.

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #3
      Probably can through local javascript. But perhaps writing your Formula in your editing tools outside is better? It not like EspoCRM got some autofill feature that assist you writing it natively in EspoCRM.

      For example, write your formula in Notepadd++, once complete, copy/paste into EspoCRM, do test and debug, etc.

      Comment

      • JayBee4pl
        Member
        • Oct 2019
        • 59

        #4
        Once i found the value via the web Developer Tools of my Browser. It is in one of the css files. But i did not find it again.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8455

          #5
          Could you provide the screenshot how it looks? I don't understand the problem, It's supposed to adjust height by contents.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • JayBee4pl
            Member
            • Oct 2019
            • 59

            #6
            Hi,
            it is about the width, not the hight.
            Attached Files

            Comment

            • yuri
              Member
              • Mar 2014
              • 8455

              #7
              I see. I recommend to format your code so that lines are not very long. It's a common practice.

              Code:
              ifThenElse(
                 code,
                 code,
                 code
              )
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              Working...