Post Reply 
Reformater for PPL Code
09-13-2024, 05:12 PM
Post: #1
Reformater for PPL Code
Reformating your code enforce a consistent coding style throughout your project, making it easier for multiple developers to work on the same codebase. It helps maintain a uniform look and feel, which can enhance code readability. Readability: Well-formatted code is easier to read and understand.

The PPL file must be in UTF-16LE format, and at this time, .hpprgrm files with header and footer are not supported—only raw code is accepted currently.

Download
macOS

Source Code
GitHub

Insoft Tools for HP Prime Software Development
Find all posts by this user
Quote this message in a reply
09-14-2024, 01:41 PM
Post: #2
RE: Reformater for PPL Code
Version 1.0 Now Released.
Please share your code style and thoughts.

for e.g.

Do you prefer ?
Code:
LOCAL A:=123;
TO
Code:
LOCAL A := 123;

Insoft Tools for HP Prime Software Development
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 3 Guest(s)