AurelEdit Phoenix Edition - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Programs (https://staging.qb64phoenix.com/forumdisplay.php?fid=7) +---- Thread: AurelEdit Phoenix Edition (/showthread.php?tid=520) |
RE: AurelEdit Phoenix Edition - aurel - 06-05-2022 which windows i made it on win7 i don't try it on win10 I tested editor with qb64_win-x64 RE: AurelEdit Phoenix Edition - doppler - 06-05-2022 (06-05-2022, 08:43 PM)aurel Wrote: which windows i made it on win7 I am running Win 10. I am getting the feeling this is not a standalone editor. Just looking at the CFG file. It has things that don't exist on my system. RE: AurelEdit Phoenix Edition - aurel - 06-05-2022 Quote: It has things that don't exist on my system. what things ? do you explain a little bit more and what a heck means not standalone of course it is just use scintilla.dll RE: AurelEdit Phoenix Edition - doppler - 06-06-2022 The CFG file contains: ~theme[4] ~compiler[D:\o2Progress\OxygenBasic\AEdit_QB64\qb64.exe] What ever created o2progress, "I don't have". I don't have Oxygenbasic, "Which may have been created by o2progress". What I did: I extracted everything into AurelEditQB64 folder, which included scintilla.dll. Executed "AurelEditQB64.exe". Which resulted for me everything stated before. I have a "D:" HDD. But there are many people with single drive systems. And there's "D:" happens to be a DVD drive (MS default). If they did not reassign the drive letter. RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 hello doppler I see now what is your problem ... you need to configure editor and that is very easy may look complicated on first.. I will add few screenshots or you can open ReadMe txt file and read how to do that . readme file : //////////////////////////////////////////////////// /// /// /// AUREL EDIT v 0.6 /// /// version for QB64 Phoenix /// /// by Aurel 12.12.2021 /// /// /// //////////////////////////////////////////////////// Compiled with Oxygen Basic version A043. This version use awinh037.inc Scintilla control version v 3.1.0.0 Also this version don't have AurelEditConf configuration file. If AurelEdit exe is not in QB64 root folder then you must set full compiler path by clicking on button [ folder/gear ]. Navigate to folder where is QB64.exe and click on icon, then "Save" . Your new compiler path is presented in editbox right from [ compiler path ] button. This action create new configuration file . If you want to save slected theme you prefer select them click OK, confirm then click compiler path button and confirm message ,,after that you can close editor and run again your theme should be loaded. Added - Menu items Compile&Run ,Help : About, ReadMe RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 OR: simply delete AurelEditConf.cfg file and go to trough 5 steps ... STEP 1 RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 As you may see editor is not configured.. This option button is toolbar button ..see on image STEP 2 RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 Select theme by clicking on one image STEP 3 RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 Confirm and after that ..IMPORTANT part Set compiler path... STEP 4 RE: AurelEdit Phoenix Edition - aurel - 06-06-2022 After that confirm messages STEP 5 |