Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Japanese Text in Editor #8

Closed
spyder-bot opened this issue Feb 16, 2015 · 1 comment
Closed

Input Japanese Text in Editor #8

spyder-bot opened this issue Feb 16, 2015 · 1 comment

Comments

@spyder-bot
Copy link
Collaborator

From ruoyu0...@gmail.com on 2009-08-24T00:39:51Z

What steps will reproduce the problem?

When I input Japanese text into the editor, I can't see what I have inputed
until I press Enter key. Please see the attach file
"japanese_input_in_editor.jpg".

spyder-1.0.0beta2 has the same problem with the Interactive console window,
but it has been fixed by spyder-1.0.0beta3. Please see the attach file:
"japanese_input_in_console.jpg".

So I think maybe the same changes with the console window can fix this problem
in the editor window. What version of the product are you using? On what operating system? spyder-1.0.0beta3
Japanese Windows XP

Attachment: japanese_input_in_editor.jpg japanese_input_in_console.jpg

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=8

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-09-22T08:44:57Z

Thanks for your bug report, and sorry my very late answer.

Unfortunately, the reason why it has been fixed in Interactive console between v1.0.0
beta2 and v1.0.0 beta3 is because I switched from a QScintilla-based console to a
QTextEdit-based (i.e. pure Qt) console. And right now I don't intend to do the same
for the editor widget (too much work because of syntax highlighting implementation in
at least four languages).

So basically, that is the reason why it works for you in the interactive console but
not in the editor... and I don't have any short-term solution, sorry.

However, next year, this kind of work could be done for Spyder v1.1: I'll mention
this in Spyder's roadmap.

Status: WontFix

goanpeca pushed a commit to goanpeca/spyder that referenced this issue Jun 4, 2020
Fix docs still deploying on master due to ambiguous command argument
goanpeca pushed a commit to goanpeca/spyder that referenced this issue Jun 4, 2020
rear1019 added a commit to procitec/spyder that referenced this issue Nov 3, 2021
PySide2 crashes otherwise (as of PySide2/Qt 5.15.0):

Received signal 6
#0 0x7fecd2bcea7b base::debug::CollectStackTrace()
spyder-ide#1 0x7fecd299bbaf base::debug::StackTrace::StackTrace()
spyder-ide#2 0x7fecd299bb62 base::debug::StackTrace::StackTrace()
spyder-ide#3 0x7fecd2bcd61e base::debug::(anonymous namespace)::StackDumpSignalHandler()
spyder-ide#4 0x7fed08461210 <unknown>
spyder-ide#5 0x7fed0846118b gsignal
spyder-ide#6 0x7fed08440859 abort
spyder-ide#7 0x7fed08119882 fatal_error.lto_priv.0
spyder-ide#8 0x7fed0811989f Py_FatalError
spyder-ide#9 0x7fed03c8c50b SetError_Argument
spyder-ide#10 0x7fed03c5d64e Shiboken::setErrorAboutWrongArguments()
spyder-ide#11 0x7fece240f259 Sbk_QTreeViewFunc_setExpanded
<shortened>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant