adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.24k stars 7.62k forks source link

Bangla Font Problem #11119

Open lovebdsobuj opened 9 years ago

lovebdsobuj commented 9 years ago

Hello dear sir, I i'm Love Bdsobuj from Bangladesh. I really Love Brackets Editor. It's my Regular code Editor Software... I use it from First version and still. First version Brackets no problem with Bangla font, But after New version I can't see Bangla font. Please solved it, It's very important for me and all Bangla Language user.... Screenshot Brackets Bangla Font Problem

marcelgerber commented 9 years ago

If you just copy and paste text (like বাংলা কিবোর্ড - this is the only one I found for testing, and it works for me on Windows), does that work?

Also, could you try running Brackets without extensions (Debug > Reload without extensions)?

Last, what OS are you on and what version of Brackets do you have installed (Go to Help > About Brackets to see)?

lovebdsobuj commented 9 years ago

Hello dear sir MarcelGerber, After your information, I try (Debug > Reload without extensions) But not yet solved that issue, and also typing and copy/paste text non of work.

Using - Windows 8 Version: Release 1.3 build 1.3.0-16022

Waiting for your response. 00485_screenshot_at_03h26m46s_002_

abose commented 9 years ago

Was this a break after you updated to latest version? what was the last version of brackets in which the fonts properly worked for you? nb: i was also able to see bangla text বাংলা কিবোর্ড properly in brackets as marcel said. Could you paste some bangla text that is not properly shown in brackets here?

lovebdsobuj commented 9 years ago

Hello dear sir, I try both typing and copy/pasting but nothing happens.... Brackets First version only support Bangla Language Font properly....

What can I do now... Pls sir, help me....

abose commented 9 years ago

Could you copy paste a bangla font that is causing problem in brackets to the comments here?

marcelgerber commented 9 years ago

Could you just open View > Themes dialog and copy the contents of its Font Family field?

lovebdsobuj commented 9 years ago

Yes, Font Family: 'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace

lovebdsobuj commented 9 years ago

Hello sir, Thank you so much, Maybe I got a solution.... Font Family: 'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace to Font Family: 'SourceCodePro-Medium', Siyam Rupali, 'Siyam Rupali', monospace It's working. is it Right way...?

But one problem is there, after closing Brackets and re-open Is going to be like before.

Hope I got a better solution from you...

Thank you so much sir, i'm waiting for you.... 00489_screenshot_at_07h30m57s_003_

nethip commented 9 years ago

@lovebdsobuj Glad you found a solution by changing the fonts. Whatever fonts are changed in the View->Thems... dialog, they are stored in the preference. so the next time you load brackets it would load the code view new with new fonts.

lovebdsobuj commented 9 years ago

Sir, I'm very glad to see your comments... Is it possible any default solution for this problem...? Where I found? 'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace Then I can able to edit as my need to... 'SourceCodePro-Medium', Siyam Rupali, 'Siyam Rupali', monospace

Or Brackets officially add Unicode supported font.... Then maybe this problem gone forever. Actually, my knowledge so limit... If I'm wrong anything forgive me, please.

Thank you so much sir.

lovebdsobuj commented 9 years ago

and Sir, I want to add Locales Language Bangla for Brackets. How can I edit .pak file...? otherwise what shall I do...?

abose commented 9 years ago
  1. https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets gives you an introduction on how to start modifying brackets.
  2. https://github.com/adobe/brackets/blob/master/src/nls/README.md Gives an introduction of how to add new locales.
  3. After you have added the locale, raise a pull request with your changes :+1: