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. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.