Author Topic: OxyEdit  (Read 45987 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Re: OxyEdit
« Reply #45 on: April 03, 2012, 11:43:47 PM »

You can get the latest dll: OxygenBasic (in-progress) from the website downloads page. It is quite stable. I am almost ready to release it as Alpha 39.

http://www.oxygenbasic.org/downloads.htm


Charles Pegge

  • Guest
Re: OxyEdit
« Reply #46 on: April 04, 2012, 02:22:26 AM »

This is a lot more stable than previous versions, with a much wider range of Win API examples for testing.

Charles

kryton9

  • Guest
Re: OxyEdit
« Reply #47 on: April 24, 2012, 01:10:24 PM »
Looks nice in the screenshot Aurel. Keep up the good work!!

JRS

  • Guest
Re: OxyEdit
« Reply #48 on: April 24, 2012, 04:46:18 PM »
Quote
Also added button 'GoTo' and edit control for entering number of line.

You could add a bookmark feature that tags lines. This makes it easier to tab between sections of code you're currently working on.


Charles Pegge

  • Guest
Re: OxyEdit
« Reply #49 on: August 21, 2012, 03:40:41 AM »

Thanks Aurel :)

BTW: I found that Large_Integer is actually a structure.


typedef union _LARGE_INTEGER {
  struct {
    DWORD LowPart;
    LONG  HighPart;
  };
  struct {
    DWORD LowPart;
    LONG  HighPart;
  } u;
  LONGLONG QuadPart;
} LARGE_INTEGER, *PLARGE_INTEGER;


It caused me some confusion when I tried to use it in C. I cant understand why anyone would want to split it into 2 integers.

Charles

Charles Pegge

  • Guest
Re: OxyEdit
« Reply #50 on: August 21, 2012, 05:04:31 AM »
No, Oxygen has quad as the core type for 8 byte integers. For Arithmetic, In 64 bit mode it uses the CPU, and in 32 bit mode, it uses the FPU.

Charles

Peter

  • Guest
Re: OxyEdit
« Reply #51 on: January 28, 2013, 11:07:46 AM »
Yes, is okay.
I am missing SAVE SETTINGS. this would be also a fine thing.

Peter

  • Guest
Re: OxyEdit
« Reply #52 on: January 29, 2013, 06:15:46 AM »
Hi Aurel,

if I leave OxyEdit then I get a memory leak. OxyEdit is still running in the background.
creating an exe file immediate is unnecessary. Has only sense, if you click on "build".

OxyEdit creates an exe file always again when you click on compile!   >:(
if you create an exe file then you must bind the Oxygen.dll into the exe file.

 

Peter

  • Guest
Re: OxyEdit
« Reply #53 on: January 29, 2013, 09:35:16 AM »
Hi Aurel,

memory leak is vanished.
I still  need the oxygen.dll!

How many files can I open?  It's possible at all ?
Anyway,  looks fine until now!



X

Peter

  • Guest
Re: OxyEdit
« Reply #54 on: January 29, 2013, 10:27:19 AM »
Hi Aurel,

Do you type this here?
Code: [Select]
$ exe
$FileName "name_of_file.exe"
include "Rtl32.inc"

Peter

  • Guest
Re: OxyEdit
« Reply #55 on: January 29, 2013, 01:48:27 PM »
I use that, if I create an exe file, which contains the Oygen.dll.
Mysterious things are going around here.

Shortly, I saw a ghost which was eating my source code!

JRS

  • Guest
Re: OxyEdit
« Reply #56 on: January 29, 2013, 03:24:04 PM »
Quote
Shortly, I saw a ghost which was eating my source code!

No fears, that's the dead code removal feature Aurel implemented. Maybe he got the jump on us when Charles mentioned the feature in the latest WIP of O2.  8)

JRS

  • Guest
Re: OxyEdit
« Reply #57 on: January 30, 2013, 01:52:13 AM »
Quote
WIP of O2 - what is this

Translation: OxygenBasic (latest) Work In Progress Release

Emil_halim

  • Guest
Re: OxyEdit
« Reply #58 on: March 14, 2013, 08:41:09 AM »

Hi

where can i get OxyEditor

thanks

Emil_halim

  • Guest
Re: OxyEdit
« Reply #59 on: March 14, 2013, 11:24:51 AM »

thanks a lot  :)