Menu

Edpcs: Version 0.10.59 (Beta) released

Edpcs is a schematic pseudocode editor made especially for students that want to design their first algorithms.

The current release is the second beta release. In the first release (v0.9.43), we were able to:
- Insert new "pseudo-structures" by the key <Enter>;
- Modify the pseudo-structure with a Edit context menu. Types are: Any Operation, Comment, If..Then, If..Then..Else, For..Do, While..Do and Refinement;
- Delete, Copy and Paste a pseudo-structure;
- Open many files;
- Print the text and the pseudocode in separate PDF files.

With the second beta release (v0.10.59), we may:
- Insert pseudo-structures with a new Insert context menu;
- A cycle of focus when clicking many times on a pseudo-structure: home -> select all -> end -> home -> ...
- Use the keys Left arrow, Right arrow, Delete and Backspace to edit the pseudocode. The keys Delete and Backspace only work for "Any Operation" and "Comment" types.

Posted by Pier-Luc 2008-02-04

Log in to post a comment.