Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
ide, launcher: Move to new directory
  • Loading branch information
Xaymar committed Jan 19, 2019
1 parent 0c3e74d commit c2f795e4ef2fd3165880262ff58f5d77b4edb75b
Showing with 2,797 additions and 3,416 deletions.
  1. +0 −118 BlitzBasicIDE/about.cpp
  2. +0 −262 BlitzBasicIDE/blitzide.dsp
  3. +0 −261 BlitzBasicIDE/blitzide.vcxproj
  4. +0 −87 BlitzBasicIDE/blitzide.vcxproj.filters
  5. +0 −72 BlitzBasicIDE/funclist.cpp
  6. +0 −38 BlitzBasicIDE/htmlhelp.cpp
  7. +0 −124 BlitzBasicIDE/libs.cpp
  8. +0 −939 BlitzBasicIDE/mainframe.cpp
  9. +0 −195 BlitzBasicIDE/prefs.cpp
  10. +0 −163 BlitzBasicIDE/tabber.cpp
  11. +0 −80 BlitzBasicLauncher/bblaunch.cpp
  12. +0 −179 BlitzBasicLauncher/bblaunch.dsp
  13. +0 −252 BlitzBasicLauncher/bblaunch.vcxproj
  14. +0 −343 BlitzBasicLauncher/checkdx.cpp
  15. +0 −24 BlitzBasicLauncher/checkie.cpp
  16. BIN {BlitzBasicIDE → ide}/IDE (logo, no code) 32.ico
  17. +123 −0 ide/about.cpp
  18. 0 {BlitzBasicIDE → ide}/about.h
  19. BIN {BlitzBasicIDE → ide}/b3dlogo.bmp
  20. +16 −15 {BlitzBasicIDE → ide}/blitzide.cpp
  21. 0 {BlitzBasicIDE → ide}/blitzide.h
  22. 0 {BlitzBasicIDE → ide}/blitzide.rc
  23. +418 −261 {BlitzBasicIDE → ide}/editor.cpp
  24. 0 {BlitzBasicIDE → ide}/editor.h
  25. +78 −0 ide/funclist.cpp
  26. 0 {BlitzBasicIDE → ide}/funclist.h
  27. +40 −0 ide/htmlhelp.cpp
  28. 0 {BlitzBasicIDE → ide}/htmlhelp.h
  29. +137 −0 ide/libs.cpp
  30. 0 {BlitzBasicIDE → ide}/libs.h
  31. +1,096 −0 ide/mainframe.cpp
  32. 0 {BlitzBasicIDE → ide}/mainframe.h
  33. +227 −0 ide/prefs.cpp
  34. 0 {BlitzBasicIDE → ide}/prefs.h
  35. 0 {BlitzBasicIDE → ide}/resource.h
  36. +0 −1 {BlitzBasicIDE → ide}/stdafx.cpp
  37. 0 {BlitzBasicIDE → ide}/stdafx.h
  38. +211 −0 ide/tabber.cpp
  39. 0 {BlitzBasicIDE → ide}/tabber.h
  40. +87 −0 launcher/bblaunch.cpp
  41. BIN {BlitzBasicLauncher → launcher}/bblaunch.ico
  42. 0 {BlitzBasicLauncher → launcher}/bblaunch.rc
  43. 0 {BlitzBasicLauncher → launcher}/blitzide.prefs
  44. +336 −0 launcher/checkdx.cpp
  45. 0 {BlitzBasicLauncher → launcher}/checkdx.h
  46. +26 −0 launcher/checkie.cpp
  47. 0 {BlitzBasicLauncher → launcher}/checkie.h
  48. 0 {BlitzBasicLauncher → launcher}/demo.html
  49. 0 {BlitzBasicLauncher → launcher}/resource.h
  50. +2 −2 stdutil/stdutil.hpp

This file was deleted.

This file was deleted.

0 comments on commit c2f795e

Please sign in to comment.