pascalnide icon indicating copy to clipboard operation
pascalnide copied to clipboard

Pascal Compiler for Android

Results 59 pascalnide issues
Sort by recently updated
recently updated
newest added

There's no Touch unit available yet. So, I propose to provide **Touch** unit to handle touch and gesture events. For example: - single tap detection - double tap detection -...

Today's Pascal —as being used by FPC and Delphi since ages ago— has default or optional parameter in function/procedure declaration. This kind of parameter can be omitted when calling the...

![IMG_20220504_234228.jpg](https://user-images.githubusercontent.com/101533866/197340351-a36ff9d2-4478-4580-80cf-0873755a3fea.jpg) _Originally posted by @Mohsenkhoshbahar in https://github.com/tranleduy2000/pascalnide/issues/57#issuecomment-1287784753_![Screenshot_۲۰۲۲-۰۵-۱۵-۰۱-۴۰-۵۰-۷۳۵_com.kvadgroup.photostudio.jpg~2.png](https://user-images.githubusercontent.com/101533866/197340474-44556bb9-be0d-4c0d-a456-ff0e8323fc46.png)********

I just bought premium and turn out I can only use the theme feature, I can't use any premium fonts. Any idea?

When using rename function, only the *text argument is used, but one more is needed (the new file name)

When i run the program i get a white console and since the text color is white i can not see anything

QOS Class=Default,LegacyDefault,IOS_God,All-Star Money Merchant

Usé Pascal N-IDEel día de hoy en una PC con Windows 11 No me permite usar el teclado ni para dar nombre al archivo ni para escribir código en su...

Unit a.pas: ```pascal unit a; interface implementation end. ``` Unit b.pas: ```pascal unit b; interface uses a; implementation end. ``` Main program main.pas (compilation fails): ```pascal program main; uses b;...