Flowcode v9 Tips, Tricks and Hidden Gems

For general Flowcode discussion that does not belong in the other sections.
Post Reply
medelec35
Matrix Staff
Posts: 1463
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Flowcode v9 Tips, Tricks and Hidden Gems

Post by medelec35 »

I thought I would start of with a couple of my favourite gems (well maybe not hidden :lol: ) .
1) Search for a target device.
When in the project options, right-click on any target.
That will bring up:
Search for target.png
Search for target.png (28.69 KiB) Viewed 4948 times
Since there are loads of microcontrollers you can choose from all you need to do is select the search and enter a few numbers of the required device.
for example, I'm interested in using the PIC12F1840, so I just enter 1840, then select find next.
No matter what device you currently have selected, it will highlight any device that has 1840.
If the highlighted device is the one you are interested in, then just click on the x of the find box, and select modify (bottom right of project options window.

2) Customised Quick Access Tool bar.
What I like to do is have all of my commonly used functions like Simulation play/stop, compile to hex/target etc all together and instantly accessible.
To do that select Customize Quick Access Tool bar:
Customize Quick Access Tool Bar.png
Customize Quick Access Tool Bar.png (11.92 KiB) Viewed 4948 times
Select More Commands, then just go to drop-down menu that you are interested in.
E.g for Compile to Target change drop-down from Edit to Build.
Select Compile to Targetthen click on the Add>>.
If you have selected these:
Customize Quick Access Tool Bar2.png
Customize Quick Access Tool Bar2.png (35.95 KiB) Viewed 4948 times
Then you will see:
Customize Quick Access Tool Bar3.png
Customize Quick Access Tool Bar3.png (2.18 KiB) Viewed 4948 times
Hope this has been useful?
Martin

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 73 times
Been thanked: 218 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by LeighM »

Yes, very :D

Steve-Matrix
Matrix Staff
Posts: 1269
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 168 times
Been thanked: 283 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by Steve-Matrix »

I was trying to keep all of those new features hidden! Seriously, thanks Martin!

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by medelec35 »

Thanks guys.
Steve-Matrix wrote:
Sat Dec 12, 2020 7:00 pm
I was trying to keep all of those new features hidden!
:lol:
I love those features, so why not share them!
You're welcome Steve.
If anyone has any tips tricks or any features they would like to share then feel free to add them to this thread. :)
Martin

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 509 times
Been thanked: 132 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by jgu1 »

Very usefull Martin. Thank´s for share. :D

Jorgen

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by medelec35 »

Thanks Leigh & You're welcome Jorgen,
If it makes it that bit quicker or easier then it's worth sharing.
Martin

stefan.erni
Valued Contributor
Posts: 760
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by stefan.erni »

Hi Martin

Thanks for the infos.

For me, the hot keys in FC9 are very useful. I used F11 for save and F12 for compile to target

regards

Stefan
Customize ribbon_Build_F12.png
Customize ribbon_Build_F12.png (90.84 KiB) Viewed 4887 times

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 473 times

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Post by medelec35 »

Hi Stefan,
Your welcome.
Thank you for sharing your tip.
Its good to know both ways so people can choose which suits them most.
Martin

Post Reply