fckeditor on mediawiki 1.16 doesn't show when using rtl languages - fckeditor

I have mediawiki 1.16 + fck editor (current snapshot).
If the wiki is set to english everything works fine but on hebrew and arabic the editor does not show, only the regular toolbar shows. Any ideas?

Encountered that too, and had to solve by myself :(.
Solution is here:
https://bugzilla.wikimedia.org/show_bug.cgi?id=25653

Have you even got the those language files?

Related

UI Text not rendering properly with Intellij IDEA and MacType

I wanted to make Intellij IDEA on windows look like the one on OS X Because in
my opinion it looks much better, so I installed MacType, I was able to get the
editor font render correctly, but when I change the UI font to match OS X's UI
font, The text gets cut off in some places. The font I am trying to use is
Lucida Grande size 15. You can see it for yourself in the picture
below:
Intellij UI Text getting cut: https://i.stack.imgur.com/4jnda.png
But if I remove disable MacType rendering, everything works fine, but it looks bad.
Intellij UI Text without MacType rendering: https://i.stack.imgur.com/AJEUl.png
I've tried changing MacType's settings, but nothing works!
I am on Windows 10 Creators Update with Intellij IDEA 2017.2
Any help would be appreciated.
I found the answer myself! Apparently if you open the mactype profile you are using with notepad, and paste the following text at the end of the file:
[Experimental#idea64.exe]
ClipBoxFix=1
Then all the fonts will render correctly. Note, this does not only work for Intellij IDEA, but also all other java applications and a few others. To achieve this, all you have to do is replace "idea64.exe" with the name of the app executable. An example is for the 32-bit version of Intellij, you would replace "idea64.exe" with "idea.exe".
More information can be found here: https://github.com/snowie2000/mactype/wiki/ClipBoxFix

TextWrangler does not highlight PHP & HTML codes properly

TextWrangler for Mac (v5.0.2) sometimes cannot highlight HTML & PHP codes (mixed) properly, given that the syntax is perfectly correct.
How to resolve this issue?
You can select "PHP in HTML" option from footer/status bar in TextWrangler as shown in the image. Moreover make sure extension of the file is php.
This is a known issue for both TextWrangler and BBEdit. The work-around is to select another programming language on the bottom left, and then reselect PHP in HTML. It seems that some actions trigger this bug.

Rich text edior and syntax highlighter in rails?

I would like to develop a application like forum in ruby on rails.
Features:
Forum with all categories.
Rich text editor like stackoverflow.com editor.
Syntax highlight is important feature.
Please any one suggest good gems for my requirement.
Check out Redcarpet. Here's a 7 minute rails cast showing specifically how to set it up and customize the options in your editor. It seems like what you're looking for and is very simple.

Can't paste fontawesome icons into photoshop

Not sure why, but some of the icons on the fontawesome cheatsheet can't be pasted into photoshop for use in mock-ups. I've installed the otf font.
cheatsheet is here
http://fortawesome.github.io/Font-Awesome/cheatsheet/
I can't paste this icon fa-plus-square-o #xf196;
I have a screenshot of what it looks like in photoshop but I can't post it because I don't have enough reputation on this site...
It won't let me change the font from Myriad to fontawesome, very strange because it works for other icons and I've been using it for a while and never had this problem...
I don't know why it's not working for you... I tried to copy and it works perfectly. Maybe you have an old version of the font. Try to reinstall it, and then copy the icon.
I'm a German user and had the same problem from one day to the other. In the past everything worked fine.
After a long searching in the web I went to settings => text. Here I unchecked "Show names in English language". Now it works. Maybe an installation of a Photoshop Elements action could have caused the problem. I dont'n know.
Before I found this solution I installed the most recent icon font file and started windows again. This did not help.
My suggestion: Play with the settings.
Bit late... but just in case it helps anyone else who runs into the same issues.
I ran into the issue earlier and couldn't figure out why it wasn't working as expected. Similar to one of the other answers, I think it was due to me having an older version that didn't include the icons I was trying to use. I downloaded the latest file, updated it, rebooted Photoshop and that's done the trick for me.

TeXnicCenter - spelling not working correctly

I have installed 2.02 Stable 64 bit version of TeXnicCenter and have following problem with spelling check. In one of my existing LaTeX document the grammar of the text in English is checked correctly and all typos are being underlined. In this file German language is not being recognise although I change setting for the language in the options for spelling. However, in other of my existing LaTex document the spelling tool is not recognising English text but it recognises text in German.
Here some hint: It could be that the other LaTex file has been created within German Windows environment. Now I have the Win 7 environment in English. Is it possible that it is connected with the text formatting? Is it possible to change it? Or is there a different cause?
Some other hint: When I generate a new LaTex file the spelling works fine for both English and German. So it is just the problem with the existing document.
Good hint from your side towards text encoding Phil. Solution is a bit different though. Apparently TexnicCenter is saving .tex files with ANSI encoding as default. As soon as .tex files are saved with UTF-8 encoding, spelling check works fine. There are not options to be set in the program. One has to go through Files->Save As and set the encoding while saving.
I know this is an old topic but here is what solved my issue: manually change the project language. Go to project > properties and then change the language there.