本文介绍了我可以将Python syntex应用于我的texteditor吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的程序中的文本编辑器(c ++,mfc)使用python syntex。
用户输入python syntex的一些文本,我的程序执行python并得到结果。
是否有图书馆帮助输入python缩进?
我试过的:
我的程序是获取用户文本并通过sqlite dll进行翻译。
我希望将其更改为sqlite to python (pysqlite)。
解决方案
My text-editorbox in my program(c++,mfc) use python syntex.
User input some text of python syntex, and my program excute python and get result.
Is there library to help inputting python Indentation?
What I have tried:
My program is get user text and translate it by sqlite dll.
and i want change it sqlite to python(pysqlite).
解决方案
这篇关于我可以将Python syntex应用于我的texteditor吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!