Hello, Is there any way to do syntax highlighting in ivyScript?

asked 11.10.2019 at 04:58

TareqK's gravatar image

TareqK
(suspended)
accept rate: 25%


Hi

With the inscription masks from 7.4 on we use the new SWT based script editor, with minimal syntax highlighting. But even better: Scripting editors now support linking and quick navigation to referenced classes and methods. Use the F3-Button or Ctrl + click to jump instantly to a resource. Inscription mask If you have a lot of code in your scripts I would suggest you to copy it to a static java class method and just call this method form ivy script. Then you can use the full java editor support and it will even perform better! Here an Q&A example how to use Ivy API and also new java lanuage features.

link

answered 11.10.2019 at 05:25

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 11.10.2019 at 05:27

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78
×33
×5

Asked: 11.10.2019 at 04:58

Seen: 1,229 times

Last updated: 11.10.2019 at 05:27