Added < and * for file types, try-catch around actual load and save methods
Removed two ".ToUpper()" in conversion to label-style (GenerateLabels());
Corrected errors in EmptyDxx-functions and recognition of base dir in projects
introduced clsRefList to bundle XRef functionality (from modUtility),
frmCharSet now also handles keyboard strokes
Diskmanager now uses controls, PETTextBox +CharColor (enum),
PETTextBox can now be focused using the mouse, including cursor positioning
+PETFileListView, +PETTextBox, frmDisk now with controls
clsDxx.ReadDirectory() repaired, OK in dlgRenumber only enabled if values fit
I meant the indentation of the source of the BasEdit.net.
Should be no problem upgrading to an up to date Visual Studio version, I have done this in the past, too. Years ago, time passes... There is a setting for indentation in the configuration, shouldn't this do the trick? Public Structure ConfigType Public Chargen As String Public PopupChar As Boolean Public SuperExpander As Boolean Public StartAdr As Integer Public StartAdrInfo As Integer Public MaxLength As Integer Public KeepSpaces As Boolean Public TimerResolution As Integer Public BlinkCounter As...
Thanks. I hope I don't break anything, since I only have VS 2017. But since the framework version didn't change, everything should still work. The dlgProofReader files can be removed. Perhaps the indentation could be changed to 4 spaces sometime, as this is the default. I didn't want to do this in the same commit as the last change I made earlier this day. jitsch
Making use of .net features, e.g. Char-Indexer , Return statement,
Added 3rd Proofreader "Checksummer C64 V3" as used by German magazine C64'er
Sounds perfect to me, goodl luck to jitsch! Schlowski
Heya folks, I didn't have much time of late to give BasEdit.Net any attention, though lately @jitsch has been in contact me with new additions he'd like to make to the project. I'm feeling it best to give him admin rights to the project, as I feel like he has the energy and enthusiasm to advance the project further and I don't want to hinder him in any way :) Just wanted to post this so that it can also be on @schlowski 's radar too :) Regards, Gurce
Hi,i launched BasEdit via mono and it opens up the editor just fine but crashes when opening a prg file. Was wondering if you could take a look at the output here and maybe see if there's anything that can be leveraged to make it work? WARNING: The runtime version supported by this application is unavailable. Using default runtime: v4.0.30319 Unhandled Exception: System.ArgumentException: The output byte buffer is too small to contain the encoded data, encoding 'Unicode (UTF-8)' fallback 'System.Text.EncoderReplacementFallback'....
tried to fix probs with things auto-selecting via the mouse when maximising window or loading new files
repaired issue of Shift+F3 search not scrolling down screen sufficiently to display next found item
upped version
Added tag V1.4.7 for changeset 43135bd9db4d
upped version
Added tag V1.4.6 for changeset 544d70bdb569
Fixed a prob building the project inside VS2013
Fixed a prob when moving down from the end of a long-line to a short line, if you did a ctrl-left, it would get an exception due to trying to perform a .substring() on a shorter string.
Added in Schlowski's fix relating to a ctrl-left/ctrl-right issue of the display going out-of-sync and showing a lot of spaces before the first character.
It should already work, you have just to replace the token file in BasEdit.ini. Look...
I tried to open a .prg File that was created with CBM Basic v7 on the C128. It works...
How do I commit my changes?
How do I commit my changes?
How to contribute?
How to contribute?
Home
- Added "Cut Block", "Copy Block" and "Paste Bl...
Tried to add the abbreviated tokens as valid.
Adapted keymap close to WinVICE for Swedish key...