TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (395 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (127 codes)
  5. Bugz Bensce (97 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 (140694 times)
  2. FAT32 Library (73178 times)
  3. Network Ethernet Library (58126 times)
  4. USB Device Library (48285 times)
  5. Network WiFi Library (43921 times)
  6. FT800 Library (43409 times)
  7. GSM click (30417 times)
  8. mikroSDK (29107 times)
  9. PID Library (27128 times)
  10. microSD click (26773 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: 879 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

Remote Weather Station II

0

Build a small remote weather station on your beaglebone. Internet connection needed only for setup. Weather station reports current conditions via SMS, on request sent also via SMS.

[Learn More]

Misaligned Address Finder

1

Misaligned Address Finder is a tool used to generate a report on variables and constants, which are not Word or DWord aligned. Some variables / constants are required to be allocated at even addresses (16-bit architectures) and at multiple by 4 addresses (32-bit architectures), so users can be notified about that allocation.

[Learn More]

Generic Linked List

0

This small project demonstrates how to use my generic linked list structure. Included in this project is a very small LED scanner, each LED is a node in the linked list.

[Learn More]