TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139263 times)
  2. FAT32 Library (71752 times)
  3. Network Ethernet Library (57128 times)
  4. USB Device Library (47431 times)
  5. Network WiFi Library (43092 times)
  6. FT800 Library (42407 times)
  7. GSM click (29835 times)
  8. mikroSDK (28080 times)
  9. PID Library (26886 times)
  10. microSD click (26198 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Settings Tool for mikroE compilers v1.50

Rating:

2

Author: Casw Casw

Last Updated: 2012-12-09

Package Version: 1.5.0.0

Category: Other Codes

Downloaded: 864 times

Followed by: 1 user

License: MIT license  

Settings Tool enables you to change mikroE compiler settings without starting them.
I found this useful when installing new versions of compilers.
During this process compiler puts settings to default values.
Settings Tool lets you change layout and color scheme for all installed mikroe compiler in just a few clicks.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Settings Tool for mikroE compilers v1.50" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Settings Tool for mikroE compilers v1.50" changes.

Do you want to report abuse regarding "Settings Tool for mikroE compilers v1.50".

  • Information
  • Comments (7)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Ver. 1.5.0.0
  - Layout selection is now combobox.
  - Color scheme selection is now combobox.  
  - Added expandable Advanced setting multiple tabs containing:
    - Editor settings (all meaningfull settings included)
- Ide Style       (all meaningfull settings included)
- Output Settings (all meaningfull settings included)
  - Added "Relaxed" color scheme by Roman Black
      http://www.libstock.com/projects/view/468/relaxed-colour-scheme-for-mikroc-pro-editor
  - Added "Charcoal Color Scheme" by Andrew Hazelden
      http://www.libstock.com/projects/view/465/charcoal-color-scheme-for-mikroc-pro
  - Minor issue fixed.

How to tutorial

Simple video explaining how to use this tool.

Watch on YouTube

v1.0.0.0 Released

Toll is very simple to use.

- Select desired family of compilers (PIC,  dsPIC, PIC32, ARM, AVR)
- Select Layout and Color Scheme
- Select compiler mikroC, mikroPascal ,mikroBasic or All three (to change settings for all three compilers simultaneously)

And that's it! Start the compiler and enjoy new layout and color scheme.

To use layouts or color schemes you created just copy them to appropriate folder (using provided buttons) and they will become available for selection.

Suggestion and comments are welcome

Tool preview

Tool preview

preview image

View full image

RELATED CODES

HexTool

9

HexTool is a simple utility for generating and editing binary image files. BIN files are generated from HEX files according to Intel's "Hexadecimal Object File Format Specification". It can be used as a standalone application or from IDE of all mikroE compilers.

[Learn More]

LED Chaser

0

This is the 5th example of my tutorials on programming PIC microcontrollers with mikroC pro for PIC https://www.youtube.com/watch?v=lylG1IW7E1c&amp;t=1s

[Learn More]

Learn how to put a PIC microcontroller to sleep

0

This is actually an experimental tutorial that shows how to put a PIC microcontroller into Sleep mode to lower the power consumption in battery-powered applications. I used PIC16F628A and MikroC Pro for PIC for illustration.

[Learn More]