back to top

Tips for Working with the New Code Editor in Creatio 7.17

I wrote an article previously about getting the most out of the code editor in Creatio. In Creatio version 7.17 the editor has changed and that information no longer applies. The previous editor was based on the Ace editor, however the new code editor is based on the Code Mirror javascript editor. Knowing what the Creatio editor is based on helps in understating how to get the most out of it. Here’s a sample of what it looks like if you’ve not yet seen it:

Searching

One of the first frustrations I ran into was with searching in the code. In the previous editor, if you wanted to search for something in the code, you could CTRL+F or Windows or ⌘+F on a Mac, type in your search value and hit enter. It would find the first match, and then you could continue to hit enter to move through all the results until you found the one you needed. In the new editor, you can still CTRL+F or ⌘+F, type in a search value and hit enter. It will still find the first result, however, if you continue to hit enter it no longer moves from one result to the next. Since this editor is based on the Code Mirror editor, this link will give you the details for how to cycle through the search results. The information is below:

Windows Mac Action
CTRL+F ⌘+F Start searching
CTRL+G ⌘+G Find next result
Shift+CTRL+G Shift+⌘+F Find previous result
Shift+CTRL+F Shift+⌘+F Replace current
Shift+CTRL+R Shift+⌘+⌥+F (Shift+Cmd+Option+F Replace all
ALT+F ⌥+F (Option+F) Persistent search (search doesn’t auto-close, hit enter to cycle through results)
ALT+G ⌥+G (Option+G) Jump to a line

Note, ALT+F (or Option+F on a Mac), instead of CTRL+F, which gives you a persistent search doesn’t seem to be working currently in Creatio 7.17 which is too bad since that would be far more useful IMO 🙁

Other Commands

This link outlines several other useful commands available with the Code Mirror editor as well. Some highlights:

  • Undo – Ctrl-Z (PC), Cmd-Z (Mac)
  • Undo in current selection – Ctrl-U (PC), Cmd-U (Mac)
  • Redo – Ctrl-Y (PC), Shift-Cmd-Z (Mac), Cmd-Y (Mac)
  • Redo in current selection – Alt-U (PC), Shift-Cmd-U (Mac)

For now, that will hopefully help you get started with using the Creatio 7.17 code editor. One exciting possibility is Code Mirror’s support for themes. While themes aren’t currently available in Creatio’s implementation of Code Mirror, hopefully we’ll see that at some point. Luckily, it’s been easy so far to load CodeMirror themes with some very small tweaks. I’m currently using the darcula theme, hopefully this is something I’ll be able to wrap up as a marketplace add-on at some point.

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author
Ryan Farley
Ryan Farleyhttps://customerfx.com/article/author/ryanfarley/
Ryan Farley is the Director of Development for Customer FX and creator of slxdeveloper.com. He's been blogging regularly about SalesLogix, now Infor CRM, since 2001 and believes in sharing with the community. His new passion for CRM is Creatio, formerly bpm'online. He loves C#, Javascript, web development, open source, and Linux. He also loves his hobby as an amateur filmmaker.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Using the AI Prompt to Create Dynamic Folders in Creatio

Using Creatio's AI prompt to create the filter for a dynamic folder works best if you specifically ask for that, and if you are as clear and direct as possible about the filtering, conditions.

Related Articles

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Related Videos