Bcx EDitor (BED)

Started by MrBcx, December 14, 2020, 07:46:53 PM

Previous topic - Next topic

airr

Quote from: MrBcx on June 10, 2024, 07:19:17 PM
Armando,

Your NewSciProc () is elegant in its simplicity and I think your approach to
incorporating all the parts is completely reasonable.

Scintilla's use of Ctrl+/ and CTRL+\ is sometimes useful, so I'm not keen on
making this subclass a permanent part of BED but with your permission, I'd
like to incorporate your comments toggle into BED's context menu.

Sure, feel free to use the toggle function.

I had a feeling you would want to keep the Ctrl+/ and Ctrl+\   :D

AIR.

MrBcx

Quote from: airr on June 10, 2024, 08:12:59 PM
Quote from: MrBcx on June 10, 2024, 07:19:17 PM
Armando,

Your NewSciProc () is elegant in its simplicity and I think your approach to
incorporating all the parts is completely reasonable.

Scintilla's use of Ctrl+/ and CTRL+\ is sometimes useful, so I'm not keen on
making this subclass a permanent part of BED but with your permission, I'd
like to incorporate your comments toggle into BED's context menu.

Sure, feel free to use the toggle function.

I had a feeling you would want to keep the Ctrl+/ and Ctrl+\   :D

AIR.

Gracias Amigo!

MrBcx

BED version 3.62 has been uploaded.

Find it at the usual link:  https://bcxbasiccoders.com/smf/index.php?topic=420.0

' Added ALT-DownArrow and ALT-UpArrow for shifting focus between
' the current editor window and the OUTPUT window. 
' ALT-DownArrow will open the OUTPUT window, if it is closed.

' Added focus handling code to the main Event Loop

' More additions to the Win32 syntax file

MrBcx

BED version 3.65 has been uploaded.

Find it at the usual link:  https://bcxbasiccoders.com/smf/index.php?topic=420.0

* Small improvements to the BUILD dialog box user interface

* Added new BCX commands and functions to the syntax highlighter

* More additions to the Win32 syntax file


* * Existing users only need to overwrite Bed.exe and the \Syntax\ folder.

jbk


MrBcx

I finally got around to implementing this quick and easy way to browse BED code snippets.

It lets me browse my code snippets before I paste them into BED.

It works by reading a snippet file in real time and stuffing it into a customized Tool Tip control.

It still needs a few tweaks before it's ready to be shared but I'm already enjoying this feature a lot.







dragon57

You are such a code tease.  ;D

jbk

Hi MrBcx
looks very good, when do you expect to release the new version ?

MrBcx

Quote from: jbk on November 14, 2024, 08:23:31 AM
Hi MrBcx
looks very good, when do you expect to release the new version ?

Shortly after I release BCX 8.1.9 which I expect to do before Sunday.

November is always a busy time for me, dealing with physical world chores that take priority.

jbk


HIGH-Zen

Quote from: MrBcx on December 14, 2020, 07:46:53 PM
This is BED ... short for Bcx EDitor

It is a 64-bit BCX code editor based upon the Scintilla 5.5.0 dll. 

https://bcxbasiccoders.com/bcxusers/mrbcx/bed.zip

BED Version 3.67       ( Jan 10, 2024  )

...
v 3.67 2024? :))

MrBcx

Quote from: HIGH-Zen on January 11, 2025, 05:32:08 AM

https://bcxbasiccoders.com/bcxusers/mrbcx/bed.zip

BED Version 3.67       ( Jan 10, 2024  )

v 3.67 2024? :))

Thank you ... It is: BED Version 3.67       ( Jan 10, 2025  )

jcfuller

Kevin,
  You might want to note in your instructions.txt file that folders with spaces in the CALL need quotes.
Yours:
CALL C:\VS2022\VC\Auxiliary\Build\vcvarsall.bat  x64
Mine:
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\"vcvarsall.bat  x64

Do NOT put quotes in the @SET MSVCFolder line.

James

MrBcx

Quote from: jcfuller on January 11, 2025, 06:38:14 AM
Kevin,
  You might want to note in your instructions.txt file that folders with spaces in the CALL need quotes.
Yours:
CALL C:\VS2022\VC\Auxiliary\Build\vcvarsall.bat  x64
Mine:
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\"vcvarsall.bat  x64

Do NOT put quotes in the @SET MSVCFolder line.

James

Thanks James ...  I will include in next update.

MrBcx

#89
BED 3.67 received a very minor update today consisting of 2 display edits and 2 processing corrections.

If you use BED with MINGW or CLANG
, you should consider updating your /BED/BAT/ folder
with the /BED/BAT/ folder contained in Bed.zip at the top of this thread dated 1/19/2024 or
with the Bat.zip that I've attached to this post.



REMEMBER to preserve your existing config.bat files - don't overwrite them.