• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r5555] by david_costanzo

Add clearer documentation about how \n is handled (including within vertical bars)

2020-12-24 20:24:35 Tree
[r5554] by david_costanzo

Change the string node header from unsigned short to wchar_t.
This fixes an alignment problem on GNU/Linux, where wchar_t is four bytes, but short is 2 bytes.
It also makes the code look cleaner by removing a lot of type casting.
This should have no effect on Windows, where wchar_t and short are both 2 bytes.

2020-12-24 19:44:59 Tree
[r5553] by david_costanzo

Refactoring: Rework the string printing logic to use pointers instead of array indices
This makes the code smaller to offset the recent changes in to print "\n"

2020-12-24 17:02:23 Tree
[r5552] by david_costanzo

Refactoring: Change parameter type of is_vbarred/vbar_set/vbar_clear from int to wchar_t.
This adds a little bit of type safety.

2020-12-24 16:15:01 Tree
[r5551] by david_costanzo

Fix a bug that made the editor not show the "to/end" template when it was opened.
This was a regression from 7.7.0 introduced by the Unicode support. And an empty workspace is now written as a UTF-8 BOM instead of an empty file, so testing for a zero-sized file is no longer a valid way to determine if there is nothing in the file.

2020-12-24 05:38:02 Tree
[r5550] by david_costanzo

Fix a shutdown crash when the screen was occulded and the workspace was dirty.
In this case a screen re-paint message could come in after the main frame had been closed.
The fix is to simply ignore the re-paint message in this case.

This was a regression from FMSlogo 7.7.0. I don't know what caused it, but it might be that updating wxWidgets changed something subtle in the way it handles messages.

2020-12-24 05:16:45 Tree
[r5549] by david_costanzo

Fix a typo in a comment.

2020-12-24 04:58:40 Tree
[r5548] by david_costanzo

Fix Bug #551; Esscaped newline characters now SAVE as "\n"
Before, it saved as a backslash followed by a literal newline character.
This provides symmetry with the the logic that George Mills added to the tokenizer which converts "\n" into a newline and results in a nicer-looking workspace when saved.

2020-12-24 04:13:58 Tree
[r5547] by david_costanzo

Update with the results from another test pass of FMSLogo 8.0.0pre

2020-12-24 03:41:02 Tree
[r5546] by david_costanzo

Fix a typo in a file name that blocked the full test pass from running.

2020-12-24 03:37:26 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
mdb logo