copy error
-
SpeedPIC32
- Posts: 314
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 10, 2020 2:35 pm
- Location: Germany
- Has thanked: 49 times
- Been thanked: 20 times
-
Steve-Matrix
- Matrix Staff
- Posts: 1863
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 271 times
- Been thanked: 443 times
-
SpeedPIC32
- Posts: 314
- Joined: Thu Dec 10, 2020 2:35 pm
- Location: Germany
- Has thanked: 49 times
- Been thanked: 20 times
Re: copy error
Here’s the thing: for example, I create a new project as a flowchart. Then I can switch the view to the code view. Using Ctrl+A and Ctrl+C, I can copy the content and paste it into Word, for instance. It was working for me until yesterday. Now, when I press Ctrl+A, everything is highlighted in green, and that’s it. I can now only copy individual bits of text like this one: FCV_GV_ADC_RAW_FLOAT = flt_add(flt_add((flt_mul(flt_fromi(FCV_GV_BYTE_HIGH), 65536.0)), (flt_mul(flt_fromi(FCV_GV_BYTE_MID), 256.0))), flt_fromi(FCV_GV_BYTE_LOW));
FCV_OHM = flt_div(FCV_GV_ADC_RAW_FLOAT, 3355.4434);
Translated with DeepL.com (free version)
FCV_OHM = flt_div(FCV_GV_ADC_RAW_FLOAT, 3355.4434);
Translated with DeepL.com (free version)
-
SpeedPIC32
- Posts: 314
- Joined: Thu Dec 10, 2020 2:35 pm
- Location: Germany
- Has thanked: 49 times
- Been thanked: 20 times
-
Steve-Matrix
- Matrix Staff
- Posts: 1863
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 271 times
- Been thanked: 443 times
Re: copy error
Thanks, I see your issue.
In the latest update of Flowcode (v11.0.1), copying icons no longer copies as a text-based format. You can still copy icons and paste them into other flowcharts in Flowcode, but you cannot copy the icon contents directly in a text format for pasting into Word (etc).
However, you can copy the C code text from the Build...View Code menu. This will copy and paste as text.
In the latest update of Flowcode (v11.0.1), copying icons no longer copies as a text-based format. You can still copy icons and paste them into other flowcharts in Flowcode, but you cannot copy the icon contents directly in a text format for pasting into Word (etc).
However, you can copy the C code text from the Build...View Code menu. This will copy and paste as text.
-
SpeedPIC32
- Posts: 314
- Joined: Thu Dec 10, 2020 2:35 pm
- Location: Germany
- Has thanked: 49 times
- Been thanked: 20 times
Re: copy error
That used to be much easier than having to search for that section throughout the entire code.
Could the line numbers at least be numbered consecutively to make searching easier?
It could easily amount to 10,000 lines.
Could the line numbers at least be numbered consecutively to make searching easier?
It could easily amount to 10,000 lines.
-
Steve-Matrix
- Matrix Staff
- Posts: 1863
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 271 times
- Been thanked: 443 times
Re: copy error
Thanks for the suggestion - I'll see what we can do to help. Maybe a "show in code window" or "copy as code" menu item would help.