Commit Graph

41 Commits

Author SHA1 Message Date
crazybutcher
631ca23a97 main frame now managed through wxAUI, more customizeable layout 2012-01-06 23:25:00 +01:00
crazybutcher
c2d9a0dbac Merge remote branch 'zbstudio/master'
Conflicts:
	src/editor/shellbox.lua
2012-01-06 19:49:13 +01:00
crazybutcher
d5827e233c bugfix for luxinia interpreters (do not prepend directory for exe)
bugfix when creating an error in the shell
2012-01-06 14:26:33 +01:00
crazybutcher
ec756721c2 bring back stack traceback on shell execute but filter traces 2012-01-06 00:04:15 +01:00
crazybutcher
3b554526c6 bugfix with file execution in shell 2012-01-05 19:03:16 +01:00
Paul Kulchenko
b7c922e253 Updated prompt symbol in the shell; redirected local shell output back to the shell window 2012-01-04 19:08:09 -08:00
Paul Kulchenko
b3d0f40519 Redirected all shell output (print and such) to the output window 2012-01-04 14:07:24 -08:00
Paul Kulchenko
c64906d09a Added 'clear' command to the shell to clear shell window 2012-01-04 13:34:05 -08:00
Paul Kulchenko
2d993203f8 Added ability for the shell to handle async output; the output is inserted before the prompt. Fixed a bug in the debugger that wasn't redirecting the shell output to the shell 2012-01-04 13:25:50 -08:00
Paul Kulchenko
d14c4b544a Updated marker for the current line in the console 2012-01-03 22:19:40 -08:00
Paul Kulchenko
99763ce992 Simplified the interactive shell to use a single one-page control for everything; included history of commands and dynamic switching between local/remote shell 2012-01-03 00:21:43 -08:00
Paul Kulchenko
7fed63512d Removed Estrela references 2012-01-01 18:09:11 -08:00
Paul Kulchenko
2e1a512f00 Another end-of-line conversion to fix CRLF endings that were added by the beautification process 2011-12-12 17:01:37 -08:00
Paul Kulchenko
85be275590 Ran most of the lua files (except tools, specs, apis, and lualibs) through a beautifier 2011-12-11 21:14:18 -08:00
Paul Kulchenko
31759939f2 Fixed issue with displaying errors in local shell;
Added markers to multi-line expressions
2011-12-10 18:27:58 -08:00
crazybutcher
15154050f9 Merge remote branch 'zbstudio/master'
Conflicts:
	cfg/config.lua
	doc/defs.lua
	estrela/config.lua
	src/editor/commands.lua
	src/editor/debugger.lua
	src/editor/filetree.lua
	src/editor/gui.lua
	src/editor/menu_file.lua
	src/editor/menu_project.lua
	src/editor/menu_tools.lua
	src/editor/menu_view.lua
	src/editor/output.lua
	src/editor/shellbox.lua
	src/editor/style.lua
	src/main.lua
2011-12-10 14:53:08 +01:00
Paul Kulchenko
0a550c1d25 Convert CRLF that were inherited with original clone to LF 2011-12-07 20:20:22 -08:00
crazybutcher
edd82b8a4a Fix CRLF 2011-12-05 20:21:43 +01:00
Paul Kulchenko
afd828953b Integrated debugger (MobDebug) and related UI changes 2011-12-04 14:30:52 -08:00
crazybutcher
1a2a3ac721 abstract debugger interface (untested) 2011-12-04 20:54:30 +01:00
Paul Kulchenko
673434c348 Changed unix line endings to DOS 2011-12-04 10:17:02 -08:00
crazybutcher
1592724556 should work again: refactor application engine, moved files around, cut some global vars, introduced app engine which can filter what gets loaded and should allow different editor frontends
estrela exe built with vc2008
2011-12-03 19:09:22 +01:00
Paul Kulchenko
64f54d1d55 Added proper reporting of errors in ineractive shell (both local and remote) 2011-11-20 12:29:23 -08:00
Paul Kulchenko
c152dc7e11 Added support for remote interactive console; added highlighting for errors in interactive console 2011-11-19 21:39:29 -08:00
unknown
c714573e91 Initial commit 2011-09-16 22:40:26 -07:00
crazybutcher
0aac918017 luxinia2 interpreter fixes and remote handling fixes 2011-03-13 01:45:28 +01:00
crazybutcher
5039f6794d overhauled interpreter "running" (shellbox and output updated) 2011-03-12 18:33:08 +01:00
crazybutcher
13edb56da2 added authors to files 2011-02-08 18:02:04 +01:00
unknown
d5d67db190 editor - settings for usetabs,whitespace
cg - dx9 profiles, master include
license - update (changed lua soures to MIT)
2011-02-05 20:36:19 +01:00
crazybutcher
5f864ce614 added RELPATH to shellbox 2010-12-20 09:28:14 +00:00
crazybutcher
01b39b1609 bugfixes in session settings as well as shell from file 2010-12-19 16:02:06 +00:00
crazybutcher
c51fc58014 interpreter stored in settings.ini
interpreter can define which apis to load
added estrelashell interpreter which runs file in shell (has overloaded print/dofile/loadfile with relative file search)
2010-12-19 14:02:27 +00:00
crazybutcher
f265c75a8a basic type detection/assignment 2010-09-17 21:26:42 +00:00
crazybutcher
b367eb9c44 bugfix in style handling
added syn colorizer to shellbox
2008-10-29 17:16:47 +00:00
crazybutcher
b677cf9971 config.ac renamed to config.acandtip (short to shorttip)
config.outputshell added for font/size 
added ide.ofont/ofontitalic
2008-09-27 13:05:45 +00:00
crazybutcher
6cb56b4033 style fixes (bgcolors...)
config.stylesoutshell added for distinct styles of output/luashell and main editors

menu_view added, can reload config.styles
2008-09-14 15:03:43 +00:00
crazybutcher
5c6501f451 LoadConfigStyle command (not linked yet) to reload and apply style from a config.lua file 2008-09-13 17:59:47 +00:00
zet23t
f46b37697b Fixed: copy & paste in shellbox 2008-09-13 17:34:42 +00:00
crazybutcher
1de4386a44 projectbrowser added 2008-09-11 19:16:37 +00:00
crazybutcher
61aaacc853 errorLog renamed to errorlog, frame hierarchy consistency fixes 2008-09-11 09:32:47 +00:00
crazybutcher
4e94b6b73e recommit into trunk (and created tags) 2008-09-03 18:54:59 +00:00