English 中文(简体)
语文方面的具体投入
原标题:Language specific input in RubyMine

I just started to use RubyMine, but came across some really annoying problem.. Witch is, i cant input some language specific chars.. For example. My default language is Latvian, witch has some special chars, that english language dosnt have, like => (ā, č, ķ, ļ). And, as it seems, RubyMine dosnt let me use these chars in editor. If i write them in, for example, notepad and copy/past in RubyMine, it works.. but i cant input them directly with my keyboard..

注:这些果园位于UTF-8的编码中:

希望能帮助我。

问题回答

It appears to be a bug specific to Latvian input with AltGr key (right Alt), we ve created a new issue for it, star/vote to receive notifications about the progress.





相关问题
PHP filter string input, cut off all newlines, 1 chars

I m writing in PHP! There s a user string input, and I want to cut off all newlines,1 chars that are more than 1 in a row (avoid <br /><br />...). example: I am a SPaMmEr! would ...

Detect if any key is pressed in C# (not A, B, but any)

[EDIT 3] I kind of "solved it" by at using the "strange" version. At least for the most important keys. It is suffient for my case, where I want to check that ALT and ALT+A are not ...

php Input field coming across as Integer

EDIT 2: After writing up an incredibly long explanation in more detail I, of course, discovered my problem and it had nothing to do with the question I asked. It was caused because I was creating a ...

Java JTextField with input hint

I would like to add a hint value to my javax.swing.JTextField. It should look like Firefox rendering of <input type="text" title="bla">. This creates an edit field with the text bla in the ...

Default Values in XForms Input

I have an XForm that has certain fields that may often be left blank (optional street address). Is there is technique to set a default value for that field, preferably a space (I am running into weird ...

specifying date format when using $form->inputs() in CakePHP

I am wondering if there is a way to specify the date format in the forms created using CakePHP s $form->inputs(); Please note that this is not the individual $form->input() but instead $form->inputs() ...

HTML text input event

I have a form, and want to disable/enable its submit button depending on whether the form s input text fields are empty or have had text entered into them. I think this means having an event handler ...

热门标签