Discover

Topics

Pascal N-IDE - Editor Compiler

Pascal N-IDE - Editor Compiler version history

‹ General Info
Version 3.6.9
Updated 7 years ago
Changelog Fix bug not found library Android, SysUtils
Change ui code sample

* Supported decleare arrray constants (var a: array[1..3] of integer = (1, 2, 3);)
* Improve auto suggest code
* Supported speech recognition Android (see sample)
* Support Android Sensor (see sample)

Fix bug getPixel function in GraphLib
Fix bug output with multi variable format
Fix bug clear graph
Version 3.6.8
Updated 7 years ago
Changelog * Supported decleare arrray constants
* Improve auto suggest code
* Supported speech recognition Android (see sample)
* Support Android Sensor (see sample)

Fix bug getPixel function in GraphLib
Fix bug output with multi variable format
Fix bug clear graph
Version 3.6.7 (2 variants)
Updated 7 years ago
Changelog Add some method sysutils lib
Add textfile type, method assignFile, closeFile
Improve indent code
Support dynamic array (setlength procedure)
Version 3.6.2
Updated 7 years ago
Changelog Fix bug keyboard
---------------------------------------
1. Supported record type
2. Change syntax array as pascal (a[1, 2] instead of a[1][2])
3, Add new symbol key
----------------------------------------
1. Supported string length predetermined (var s: string[12])
2. Supported output with format
3. Add library math and strutils (You can help me test library and report bug to me)
4. Add feature auto compile
5. Support string with size in define type
6. Support char range in array
Version 3.6.1
Updated 7 years ago
Changelog 1. Supported record type
2. Change syntax array as pascal (a[1, 2] instead of a[1][2])
3, Add new symbol key
----------------------------------------
1. Supported string length predetermined (var s: string[12])
2. Supported output with format (write(a:3:2))
3. Add library math and strutils (You can help me test library and report bug to me)
4. Add feature auto compile
5. Support string with size in define type
6. Support char range in array
Version 3.5.9
Updated 7 years ago
Changelog 1. Supported string length predetermined (var s: string[12])
2. Supported output with format (write(a:3:2))
3. Add library math and strutils (You can help me test library and report bug to me)
4. Add feature auto compile (see in setting)
5. Support string with size in define type (type str=string[10];)
6. Support char range in array (var a: array['a'..'z'] of longint; for c := 'a' to 'z' do ...)
Version 3.5.7
Updated 7 years ago
Changelog 1. Fix bug when operate between integer and real numbers
2. Supported string length predetermined (var s: string[12])
3. Supported output with format (write(a:3:2))
4. Fix bug choose font
Version 3.5.6
Updated 7 years ago
Changelog 1. Fix bug when operate between integer and real numbers
2. Supported string length predetermined (var s: string[12])
Version 5.0.2
Updated 11 months ago
Changelog Your old source files in "sdcard/PascalCompiler"
It is still there!
File access is removed in latest Android version.
Fix keyboard problem.
Version 5.0.0 (2 variants)
Updated 11 months ago
Changelog This update to support new Android versions