|
|
Frequently Asked Questions
MicroCode Studio More FAQ Categories
- How do I change the highlight colors in MicroCode Studio?
- I've upgraded my compiler to support a new PICMicro, but the part doesn't appear in the dropdown list when I try to select it in MicroCode Studio.
- How do I limit the number of MCUs displayed in the MCS drop down combo? (version 2.2.1.0 or later)
- I have an include file installed in my PBP folder which is being
displayed in the MCS drop down combo. How do I remove it? (version 2.2.1.0 or later)
-
How do I change the highlight colors in MicroCode Studio?
View > Editor Options > Highlighter
Top
-
I've upgraded my compiler to support a new PICMicro, but the part doesn't appear in the dropdown list when I try to select it in MicroCode Studio.
If you are using the free version of MicroCode, download the latest version here.
If you are using MicroCode Studio Plus, try updating the software with the toolbar update button. If this doesn't get it, you can add PICMicros manually by editing the file "PIC.INI", which is found in the MCSP install directory. (C:\Program Files\Mecanique\MCSP)
Top
-
How do I limit the number of MCUs displayed in the MCS drop down combo? (version 2.2.1.0 or later)
Create a file called 'ExcludeIDE.ini' and put it in your COMPILER
installation folder. Just add the items you don't want to be displayed
and then restart the MCS IDE.
This linked example excludes all devices in the MCS drop down combo for
PBP 2.46 and below, except for the 16F876 and 16F877 devices.
Top
-
I have an include file installed in my PBP folder which is being
displayed in the MCS drop down combo. How do I remove it? (version 2.2.1.0 or later)
Create a file called 'ExcludeIDE.ini' and put it in your COMPILER
installation folder. Just add the name of the file (no extension) that
you don't want to be displayed and then restart the MCS IDE.
Top
|