CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
758 stars 117 forks source link

Implement find / replace feature #81

Open roipoussiere opened 5 years ago

roipoussiere commented 5 years ago

A common feature in IDEs and text editors in general: ability to find a pattern, and to replace a pattern by an other.

Good IDEs allow to find/replace a pattern by regex, including back-reference groups (Intellij's behavior can be a good inspiration source for this).

roipoussiere commented 5 years ago

Also, here are good keyboard shortcut candidates, used in many text editors: