No Workaround |
If you compile a procedure in a program,with the "exit" instruction as unique instruction
in a compound instruction, the program causes a crash.
|
Corrected in next version |
No Workaround |
If you close IPcute with the IPmachine window opened, the program causes a crash.
|
Corrected in next version |
No Workaround |
If you execute in a compiled code a newline instruction in the text window, the program causes a crash.
|
Corrected in next version |
Has Workaround |
If you have two programs, with the same name,opened in the same editor ( titles of tabnotes do not matter ),
execution of the right program is impossible because IPcute tries to execute the first program with this name.
Give distinct names to your programs.
|
Corrected in next version |
No Workaround |
Sometimes, the graphic service window is cleared if the window is minimized.
|
Corrected in next version |
No Workaround |
In Pascal, if you put the name of a function or a procedure as a parameter of an another
procedure or function ( i.e. foo(@myfunc) ), the execution with the interpreter is OK,
but the execution of the code in the virtual machine causes a crash.
|
Corrected in next version |
Has Workaround |
In Pascal, the execution of the function "trunc " in a compiled program,causes a crash
if the argument is not real. Prevent this by assigning a integer value into a real
variable in a preceding instruction.
|
Corrected in next version |
No Workaround |
In Pascal, when you are executing step by step a procedure or a function in an unit,
IPcute does not return to the calling procedure if it is written in another file
|
Corrected in next version |
Has Workaround |
In Pascal, if the return type of a function is a synonym of a predefined type
( like type myint=integer; ) a syntax error occurs
|
Corrected in next version |
Has Workaround |
An empty section in a declaration of a class causes a syntax error
|
Corrected in next version |
Has Workaround |
When two editors are opened, closing IPcute, without closing the editors before, causes a crash
|
Corrected in next version |
No Workaround |
The command IPcute Direct does not work correctly
|
Corrected in next version |
No Workaround |
In Pascal, resizing the complexity window ( in order to minimize it in height )
causes a "division by 0" crash
|
Corrected in next version |
No Workaround |
In Pascal, variables of type procedure cannot be assigned
|
Corrected in next version |
Has Workaround |
In Pascal, instructions inttostr and strtoint are correctly compiled,
but nothing occurs during code execution ( but interpretation is ok! )
|
Corrected in next version |
No Workaround |
In C, instructions for the graphic service with a char* parameter do not work
( outtext, outtextxy, textwidth, textheight, loadimage )
|
Corrected in next version |
Has Workaround |
If you are trying to save a text in an editor with the main menu item File/Save as ,
modifications in the text are not saved. Meanwhile, you can use the context menu by right clicking
on the tabnote of the file title.
|
Corrected in next version |
Has Workaround |
If you save an already opened file with a different name, you cannot see it in the list of
files of the open dialog window, when you want to reopen it ( unless you hit F5 )
|
Corrected in next version |
No Workaround |
In Pascal,a type T declared forward ( for instance, if you declare a pointer to a type T) could have a side effect
on the following type declaration T'( if T' different from T ), during syntax verification
|
Corrected in next version |
No Workaround |
In Pascal,a class declared forward causes a crash during syntax verification
|
Corrected in next version |
Cosmetic |
When several files are opened in the same editor, if a file is a xml file
and is viewed as a tree, the position in the tree is not kept when we change for another opened file
|
Corrected in next version |
No Workaround |
In a XML editor, if you click on a node in order to see its attributes,
some attribute with namespaces are not correctly shown in the grid pane
|
Corrected in next version |
Has Workaround |
In a XML editor, when the file is viewed as a tree, if you open
an existing xml file in the same editor, the grid view reflects a part of the preceding file
|
Corrected in next version |
No Workaround |
In C, during a function call, evaluation of the address of a field of a record, known by a pointer,
element of an array, is erroneous
|
Corrected in next version |
No Workaround |
If you want to open a file in a program, the filename ( preceded by its path )
could be truncated if the path contained too many subdirectories
|
Corrected in next version |
No Workaround |
You cannot open a file suffixed with 'txt', although the file filter *.txt is set
|
Corrected in next version |
No Workaround |
In C, use a graphic instruction having a string as parameter, causes
a crash |
Corrected in next version |
No Workaround |
In C, reference count of a record in the heap
is sometimes wrong. Consequently, the visualization of a record ( list or tree)
in the heap can be removed erroneously |
Corrected in next version |
Has Workaround |
In C, it is possible to dereference a nil pointer |
Corrected in next version |
Has Workaround |
In C, pre(post)incrementation and decrementation do not work
correctly under some circumstances |
Corrected in next version |
No Workaround |
In C, when you redeclared a function, whose first parameter
is a pointer to user defined type, the syntax analyzer reports an error
|
Corrected in next version |
Cosmetic |
Title of a window containing the values of an array
do not appear at creation
|
Corrected in next version |
Cosmetic |
In C, window of global variables appears when no global variables are
declared
|
Corrected in next version |
Cosmetic |
At the bottom of the IPcute window, the list of available commands
during execution of a compiled program in the virtual machine is not removed
after execution of the HALT instruction
|
Corrected in next version |
Cosmetic |
In an open editor, when you strike Ctrl-space or Ctrl-J, the words Abigael
and Zoé appear( forgotten tests ).
|
Corrected in next version |
Enhancement |
When I am opening an existing file, I can only select files of the predefined
language ( pascal or C). Is it possible to change the predefined language by
changing the file type filter ?
|
Added in next version |