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 (136639 times)
  2. FAT32 Library (69851 times)
  3. Network Ethernet Library (55897 times)
  4. USB Device Library (46232 times)
  5. Network WiFi Library (41868 times)
  6. FT800 Library (41093 times)
  7. GSM click (28947 times)
  8. PID Library (26402 times)
  9. mikroSDK (26320 times)
  10. microSD click (25330 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: Pascal Source Code formatter

Rating:

4

Author: dany

Last Updated: 2015-04-27

Package Version: 1.7.0.0

Category: Other Codes

Downloaded: 2360 times

Not followed.

License: MIT license  

This tool is a simple mikroPascal 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: Pascal Source Code formatter" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Tool: Pascal Source Code formatter" changes.

Do you want to report abuse regarding "Tool: Pascal Source Code formatter".

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

Project Blog

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

Can be used stand alone (file to be selected with the "File" menu), or integrated in the IDE (options -> tools, see "More details" below).

More details.

Screenshot

Screenshot

Screenshot

View full image

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

------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-11: New version v.1.5.
Changes: corrected an error in the comment block indenting.

------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-14: New version v1.6.
Change: corrected an error: keywords inside comments were erroneously detected and processed. 

Thanks Larry!

------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-15: new version v1.6.1.
Left formatting of comments completely out now, It seems I can't make it right for all cases. The formatting is left as it is, the user can change it manually before saving.

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

ALSO FROM THIS AUTHOR

PS2 Keyboard to USB keyboard convertor

5

Makes it possible to use a PS2 keyboard on an USB connector on the PC. Uses the PS2 Keyboard library and the USB HID Keyboard library.

[Learn More]

Tool: PIC uart to USB interface

0

Converts PIC level Uart signals to USB in both directions. This project is meant for use with PC's that do not have an RS232 interface any more. It makes it possible to handle the pic uart signals with a PC without an RS232 interface.

[Learn More]

TempSensors Ds1820 LM35

16

The basic functions for the DS18(S/B)20 (onewire digital temperature sensor), including string output, ready to display. A routine to convert a more than 9 bits temperature read from a DS18B20 to a string (to e.g. display on an LCD) is also present. Including Parasite Power and Configuration routines. The LM35 basic functions, code efficient.

[Learn More]