Parcourir la source

Enable scintilla textarea for Win32.

woollybah il y a 6 ans
Parent
commit
f1de7eccb0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      maxide.bmx

+ 2 - 1
maxide.bmx

@@ -3,6 +3,7 @@
 ' BlitzMax native integrated development environment
 
 ' Copyright (c) 2005-2014 Simon Armstrong, Blitz Research Limited
+' Copyright (c) 2015-2019 Bruce A Henderson
 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +31,7 @@ Framework brl.standardio
 Import MaxGUI.CocoaMaxGui
 ?win32
 Import MaxGUI.Win32MaxGUIEx
-'Import MaxGUI.maxguitextareascintilla
+Import MaxGUI.maxguitextareascintilla
 ?linux
 Import MaxGUI.gtk3maxgui
 Import MaxGUI.gtk3webkitgtk