Skip to content

CAppDevKit - Insiders v2.0

Compare
Choose a tag to compare
@LinuxUsersLinuxMint LinuxUsersLinuxMint released this 04 Dec 17:56
· 9 commits to main since this release
ab06872

CADK - Insiders v2.0 Sürüm notları:

Bilgi: CAppDevKit-İnsiders kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/CAppDevKit-Insiders/TR/v2.0/cappdevkit_insiders.html

NOT: Insiders Sürümleri test edilmez. (Test Edilmemiş Sürüm) (Hatalar mevcut olabilir)

  • app_exit_msg() fonksiyonu eklenmiştir kullanıcı uygulamadan çıkış yaparken gözükecek mesajı ve mesaj gösterim süresini seçebilecektir (_i maxtime;)
  • app_exit() fonksiyonu artık x değişkeni içerir x = exit_code; çıkış kodu x 'e atanır fonksiyon buna göre hareket eder.
  • değişken tipleri için yeni tanımlamalar (_co _i yerine _ci (const int))
  • typedef için yeni tanımlamalar (tdef _i yerine tdef_i, tdef v yerine tdefv)
  • appinfo() fonksiyonu için diyalog değişkenleri eklenmiştir kullanıcılar artık uygulama geliştirirken uygulama bilgisi fonksiyonunda gözükecek diyalogları seçebilirler.
  • C_APP_DEV_KIT tanımına "Insiders" ibaresi eklenmiştir.
  • cppdefined.hpp dosyası için "\n" karakteri tanımlaması artık n şeklinde yazılabilir.
  • Namespace için olan "nsp" tanımı "ns" olarak değiştirilmiştir.
  • win_install.bat kurulum dosyası geçici olarak kullanılamaz. (farklı bir şekilde kurulum yapılması planlanıyor.)
  • app_info_dialog ve app_msg değişken tipleri eklenmiştir/tanımlanmıştır.

CADK - Insiders v2.0 Release notes:

Info: For detailed information about the CAppDevKit-İnsiders library: https://linuxuserslinuxmint.github.io/Documents/CAppDevKit-Insiders/EN/v2.0/cappdevkit_insiders.html

NOTE: Insiders Editions are not tested. (Untested Version) (Bugs may exist)

  • app_exit_msg() function has been added, the user will be able to choose the message that will appear when logging out of the application and the message display time (_i maxtime;)
  • app_exit() function now includes variable x x = exit_code; The exit code is assigned to x and the function acts accordingly.
  • new definitions for variable types (_ci (const int) instead of _co _i)
  • new definitions for typedef (tdef_i instead of tdef _i, tdef_v instead of tdefv)
  • Dialog variables have been added for the appinfo() function. Users can now select the dialogs that will appear in the application information function while developing an application.
  • The phrase "Insiders" has been added to the definition of C_APP_DEV_KIT.
  • The "\n" character definition for the cppdefined.hpp file can now be written as n.
  • The "nsp" definition for the namespace has been changed to "ns".
  • The win_install.bat installation file is temporarily unavailable. (It is planned to be installed in a different way.)
  • app_info_dialog and app_msg variable types have been added/defined.