Name | Modified | Size | Downloads / Week |
---|---|---|---|
Pascal XE-2.2.4.519-Setup.exe | 2019-05-19 | 23.0 MB | |
Pascal XE-2.2.3.506-Setup.exe | 2019-05-16 | 23.0 MB | |
PascalXE Cheat Sheet.pdf | 2019-05-14 | 151.4 kB | |
PascalXE_src_2.2.3.506_SRC.7z | 2019-05-06 | 45.2 MB | |
Pascal XE-2.2.2.505-Setup.exe | 2019-05-05 | 23.0 MB | |
readme.md | 2019-05-05 | 3.9 kB | |
Pascal XE-2.1.0.322-Setup.exe | 2018-03-23 | 18.9 MB | |
Pascal XE-2.0.1.308-Setup.exe | 2018-03-08 | 18.7 MB | |
Pascal XE-2.0.0.304-Setup.exe | 2018-03-04 | 18.7 MB | |
PascalXE Setup-1.0.3 Build 5915.exe | 2017-05-08 | 8.4 MB | |
PascalXE Setup-1.0.3 Build 5915_Special_TN.exe | 2017-05-08 | 8.4 MB | |
PascalXE Setup-1.0.3 Build 5912.exe | 2017-05-06 | 8.4 MB | |
PascalXE Setup-1.0.3 Build 5912_Special_TN.exe | 2017-05-06 | 8.4 MB | |
PascalXE Setup-1.0.2 Build 5910.exe | 2017-05-05 | 8.4 MB | |
PascalXE Setup-1.0.1 Build 5906.exe | 2017-03-01 | 8.3 MB | |
PascalXE_Src.7z | 2017-02-07 | 3.5 MB | |
PascalXE Setup-1.0.0 Build 5895.exe | 2017-02-07 | 8.3 MB | |
Totals: 17 Items | 232.9 MB | 270 |
Pascal XE
Description
Pascal XE is an IDE for Pascal programming, it is user friendly and designed specially for beginners in programming. Pascal XE includes 3 free compilers: - Virtual Pascal Compiler 2.1.279 (default) - Free Pascal Compiler 3.0.4 - GNU Pascal Compiler 20070904
Features
- Easily switch between 3 compilers (VPC, FPC and GPC).
- Completion proposal
- Smart errors indication.
- Description of compilation errors and their possible causes
- Contextual Pascal help (English/French)
- Code beautifier
- Modified Crt/WinCrt units to wait for a keypress to exit the program window.
- Debug information included in compiled programs to show exact line number causing the runtime error. (VPC and FPC when using Crt/WinCrt).
- 13 syntax highlighter themes
- Multiple skins
- Multi-language user interface (English/Arabic/French)
- Quickly edit multiple lines with multiple carets
- Toggle case sensitive (Lower/Upper/Title/Alternate/Sentence)
- Print with/without Syntax highlighting
- Export to PDF
- Html Export
- Multi-tab
- Reopen recently closed tabs
- Clipboard History
- Search function
- Replace text in file/all opened files
- Line/word/character count
- Line numbering
Changelog
[2.2.2.505] - 2019-05-05
Added
- Windos unit (GetTime, GetDate, SetTime...)
- Some keyboard shortcuts: Ctrl+K (Line Comment)...
- When using WinCrt unit, the console shows the compiler used to compile the program: [VP]: Virtual Pascal, [FP]: Free pascal, [GP]: GNU Pascal
Removed
- Overwrite mode.
Fixed
- Virtual Pascal compiler hangs in rare cases.
- GNU Pascal crashes all the time because missing files.
- Other minor fixes.
[2.1.0.322] - 2018-03-22
Added
- Export to PDF with very small file size and embedded Fonts (Thanks to SynPDF)
- 6 new syntax highlighter themes: - Cobalt - Dark Blue -Meteor - Nice Pascal - Relax Your Eyes - Relax Your Eyes Green
- Increase/Decrease font size by Ctrl + mouse wheel
Removed
- 2 syntax highlighter themes: "Ocean" and "Visual Studio [TM]"
Fixed
- The Code beautifier crashes when a multi-line comment is not closed: {comment... or (*comment...
Changed
- Code beautifier: 2 spaces for indentation (was 3) and Max Line size 120 characters (was 100)
[2.0.1.308] - 2018-03-08
Fixed
- Accented letters displayed incorrectly in programs compiled with VPC, GPC and even with FPC when using Crt or Wincrt.
- VPC returns an incorrect error position when using tabs (#9) in the source code.
- When opening Pascal XE, if another instance is already running and minimized, it does not show up.
[2.0.0.304] - 2018-03-04
Added
- 3 compilers: - Virtual Pascal Compiler 2.1.279 (default) - Free Pascal Compiler 3.0.4 - GNU Pascal Compiler 20070904
- Menu to choose the compiler to use.
- Exact location (line & character number) of the compilation errors (Virtual Pascal & Free Pascal)
- Description of compilation errors and their possibles causes (Virtual Pascal)
- When using «Crt» or «WinCrt», the program shows the exact line that caused the runtime error (Virtual Pascal & Free Pascal)
- Replace text in file/all opened files
- 5 new syntax highlighter themes: - Bespin - Espresso -Fruity - Obsidian - Solarized
- This CHANGELOG file.
Changed
- Added «Open» and «Close All other» buttons to «Common Tasks» tab.
- Pascal XE versioning: major.minor.release.build (build: mmdd)
- Ctrl+Y now «Redo» the action instead of «Delete line»
Removed
- Delphi compiler 7.0.4
Fixed
- When using the «Code Beautifier», all text after a comment using // will be in a single line comment.
- The program compilation doesn't work when the file name/path contains unsupported characters by the compiler.