You will notice this new editor project on my github repository site. https://github.com/PaulSquires/tiko
I have also reactivated my support forum: https://www.planetsquires.com/protect/forum/index.php
Visually, Tiko Editor looks very similar to my WinFBE Editor [viewtopic.php?t=25215]. Tiko Editor replaces WinFBE because WinFBE has now been deprecated. It is 9 years old and has a lot of technical debt. You can certainly continue to use WinFBE forever, but there will be no further major updates.
Release versions are available at: https://github.com/PaulSquires/tiko/releases
**NOTE:** If you get a crash while trying to open a document or create a new document, or if you get a popup warning message box from the operating system saying that "a DLL is not found and reinstalling the program may fix this problem", then it means that you are missing the Visual C++ redistributable package that is normally available on most Windows 10 and Windows 11 machines. Download and install it from this Microsoft page: https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170 Here is the direct link to the file: https://aka.ms/vs/17/release/vc_redist.x64.exe
The big difference is that Tiko does not, and will not, have a built in visual designer. The Tiko editor already has many bug fixes and new features above WinFBE so if you switch to Tiko you should have no trouble. The Tiko Editor itself is a 64-bit application but the included FBC compiler can create both 32-bit and 64-bit applications.
Tiko also includes José Roca's news WinFBX/Afx2 framework/library. His new library has a complete DDT replacement (for those coming from PowerBasic, you know what DDT is). Using this new framework will make creating Windows applications extremely easy. More information on José Roca's Afx2 project can be found here: https://github.com/JoseRoca/WinFBX2
I have also started work on a language server for FreeBasic in order to integrate that into Visual Studio Code. That will certainly help bring new user attention to the FB language because a lot of new coders these days use Visual Studio Code. I have a fair amount of that project written (the guts of it at least) so I have to finish that project (it is written in FreeBasic).
Requirements:
- Windows 10 or later operating system. Older Windows versions are not supported because many newer API's are used in the source code.
The Tiko Editor is licensed under the GNU GPLv3 or later.

