cancel
Showing results for 
Search instead for 
Did you mean: 
ChristopherJank
Level 7
Status: New
Alomost everywhere Blue Prism is using Microsoft Rich Text Boxes for writing text. Especially when editing Expressions, this makes no sense. Rich Text Boxes should be used when targeting non-technical users who want to write a novel because they do two things: 1. They don't use monospace fonts like Consolas or Courrier New 2. They use Microsoft Office style for selecting word/characters Both points are just annoying when writing source code like Expressions. Monospace fonts are a must-have for writing structured expressions like source code and definitely apply as well to BP's Visual Basic dialect that is used in Expressions. The same applies to the selection mode: it has some kind of auto-completion built into it which makes selecting very hard (and annoying). Both points could easily be fixed in minutes by changing the text boxes' style.
1 Comment
JasonCech
Level 3
I've noticed this behavior as well. Ctrl + Arrows is particularly painful as the token (aka: code word) detection seems off.