This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2,797 additions
and 3,416 deletions.
- +0 −118 BlitzBasicIDE/about.cpp
- +0 −262 BlitzBasicIDE/blitzide.dsp
- +0 −261 BlitzBasicIDE/blitzide.vcxproj
- +0 −87 BlitzBasicIDE/blitzide.vcxproj.filters
- +0 −72 BlitzBasicIDE/funclist.cpp
- +0 −38 BlitzBasicIDE/htmlhelp.cpp
- +0 −124 BlitzBasicIDE/libs.cpp
- +0 −939 BlitzBasicIDE/mainframe.cpp
- +0 −195 BlitzBasicIDE/prefs.cpp
- +0 −163 BlitzBasicIDE/tabber.cpp
- +0 −80 BlitzBasicLauncher/bblaunch.cpp
- +0 −179 BlitzBasicLauncher/bblaunch.dsp
- +0 −252 BlitzBasicLauncher/bblaunch.vcxproj
- +0 −343 BlitzBasicLauncher/checkdx.cpp
- +0 −24 BlitzBasicLauncher/checkie.cpp
- BIN {BlitzBasicIDE → ide}/IDE (logo, no code) 32.ico
- +123 −0 ide/about.cpp
- 0 {BlitzBasicIDE → ide}/about.h
- BIN {BlitzBasicIDE → ide}/b3dlogo.bmp
- +16 −15 {BlitzBasicIDE → ide}/blitzide.cpp
- 0 {BlitzBasicIDE → ide}/blitzide.h
- 0 {BlitzBasicIDE → ide}/blitzide.rc
- +418 −261 {BlitzBasicIDE → ide}/editor.cpp
- 0 {BlitzBasicIDE → ide}/editor.h
- +78 −0 ide/funclist.cpp
- 0 {BlitzBasicIDE → ide}/funclist.h
- +40 −0 ide/htmlhelp.cpp
- 0 {BlitzBasicIDE → ide}/htmlhelp.h
- +137 −0 ide/libs.cpp
- 0 {BlitzBasicIDE → ide}/libs.h
- +1,096 −0 ide/mainframe.cpp
- 0 {BlitzBasicIDE → ide}/mainframe.h
- +227 −0 ide/prefs.cpp
- 0 {BlitzBasicIDE → ide}/prefs.h
- 0 {BlitzBasicIDE → ide}/resource.h
- +0 −1 {BlitzBasicIDE → ide}/stdafx.cpp
- 0 {BlitzBasicIDE → ide}/stdafx.h
- +211 −0 ide/tabber.cpp
- 0 {BlitzBasicIDE → ide}/tabber.h
- +87 −0 launcher/bblaunch.cpp
- BIN {BlitzBasicLauncher → launcher}/bblaunch.ico
- 0 {BlitzBasicLauncher → launcher}/bblaunch.rc
- 0 {BlitzBasicLauncher → launcher}/blitzide.prefs
- +336 −0 launcher/checkdx.cpp
- 0 {BlitzBasicLauncher → launcher}/checkdx.h
- +26 −0 launcher/checkie.cpp
- 0 {BlitzBasicLauncher → launcher}/checkie.h
- 0 {BlitzBasicLauncher → launcher}/demo.html
- 0 {BlitzBasicLauncher → launcher}/resource.h
- +2 −2 stdutil/stdutil.hpp
There are no files selected for viewing
Oops, something went wrong.