The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Cursor in notes
FBT
Member Posts: 106 Unicorn
Hi RapidMiners,
I am not sure, if this is something that only I encounter, but somehow the cursor is always off by a few characters in process notes. This is really a minor nuisance, but I sometimes put values in there with the intention to copying them into operators at a later stage. With this weird cursor offset, selecting the right text becomes an unnecessary challenge.
I have been encountering this in all RM versions since RM 7.1on OS X.
Tagged:
0
Comments
Thanks @FBT. Since you're on a Mac ( ), can you do a short video screencapture so we can see it?
As you can see, I am copying a regex expression from the process notes. When I make the selection (between the two quotation marks), it looks kind of ok, maybe a little bit too short on the right end of the expression. However, when I paste the expression into the operator, there is an offset of one character. It swallows the first dot (.), but includes the closing quotation marks (").
got it. Thanks very much.
hi..I'm sorry this has sat here for so long. I cannot reproduce your issue - I'm using this process:
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.001">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="8.1.001" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="replace" compatibility="8.1.001" expanded="true" height="82" name="Replace" width="90" x="581" y="289">
<parameter key="replace_what" value=".+/reviews\?start=.+"/>
</operator>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<description align="center" color="yellow" colored="false" height="105" resized="false" width="180" x="320" y="289">This is a test piece of text and &quot;.+/reviews\?start=.+&quot; is my regex that I'm testing</description>
</process>
</operator>
</process>