TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (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 (136652 times)
  2. FAT32 Library (69866 times)
  3. Network Ethernet Library (55901 times)
  4. USB Device Library (46244 times)
  5. Network WiFi Library (41871 times)
  6. FT800 Library (41110 times)
  7. GSM click (28966 times)
  8. PID Library (26403 times)
  9. mikroSDK (26328 times)
  10. microSD click (25344 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

Tool: Basic Source code Formatter

Rating:

5

Author: dany

Last Updated: 2015-04-27

Package Version: 1.5.0.0

Category: Other Codes

Downloaded: 1303 times

Not followed.

License: MIT license  

This tool is a simple mikroBasic source code formatter, mainly making correct and readable code indentation.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Tool: Basic Source code Formatter" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Tool: Basic Source code Formatter" changes.

Do you want to report abuse regarding "Tool: Basic Source code Formatter".

  • Information
  • Comments (5)
DOWNLOAD LINK RELATED COMPILER CONTAINS
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Source code formatter for mikroBasic.

The indentation increment/decrement used is 2.

Can be used stand alone (file to be selected with the "File" menu), or integrated in the IDE.

More details...

Have fun.

Formatter Screenshot

Formatter Screenshot

Formatter Screenshot

View full image

------------------------------------------------------------------------------------------------------------------------------------------------
2012-12-30: New version: v.1.3.
Changes:
- the tool was partly redesigned
- the indent of comments follows the code indent now.

------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-03: Version 1.4 published. Corrected an error with 'dim' line breaking in subroutine parameters.

------------------------------------------------------------------------------------------------------------------------------------------------
2013-02-19, version 1.5: Corrected an error in the handling of literal strings.

ALSO FROM THIS AUTHOR

Tool: Pascal to C prototypes

10

Converts mPascal routineheaders to mC function prototypes (only for PIC).

[Learn More]

Thermostat with DS1820

5

Usage of the Ds1820 (one wire temp sensor) to control a heating system. Provides 2 different temp settings (e.g. day and night settings). Proportional control of the heater (which is basically on/off controlled) using PWM like method with a 1 minute timebase (x minutes on, y minutes off).

[Learn More]

Menus

5

Menu machine capable of handling text based menus. It only handles the logical behaviour of the menu(s), not their physical appearance e.g. on an LCD: the using project should still define the display or drawing procedures.

[Learn More]