Farid Cheraghi

Results 19 comments of Farid Cheraghi

بله بدون مشکل هست. برای مثال Inconsolata را از لینک زیر دریافت کردم. https://github.com/googlefonts/Inconsolata/blob/master/fonts/ttf/Inconsolata-Regular.ttf :و بعد از اضافه کردن کلید رجیستری: ![image](https://user-images.githubusercontent.com/9982519/53281082-2d58c780-3738-11e9-818b-2437392b354a.png) نتیجه زیر حاصل شد: ![image](https://user-images.githubusercontent.com/9982519/53281066-e7036880-3737-11e9-972e-0bd75b884963.png)

با تشکر از توجه شما. متاسفانه مشکل حل نشد و فونت به لیست فونت های ترمینال اضافه نمی شود.

relevant here: > As mentioned earlier, the Command Prompt will recognize only monospace fonts. Additionally, the Microsoft also specifies that the custom font you add to the command shell window...

The list components suggestion could work conditioning on the presence of a R console. Right now, you can send commands using `SendCode`; Is the reverse not possible? i.e. getting a...

We don't have to load the workspace. I haven't done any development in sublime using python but the question is whether there is a way to get a textual response...

In any case, If this becomes feasible, it opens a new door for R-Box, potentially enabling a wide range of new features.

those interested in the `r-box` keybindings for package development, insert these in the sublime keybinding file: ``` { "keys": ["ctrl+shift+l"], "command": "r_box_package_send_code", "args": { "cmd": "devtools::load_all(\"$folder\")" } }, { "keys":...

Use this for rmakrdown: ``` {"keys": ["ctrl+shift+k"], "command": "send_code", "args": {"cmd": "browseURL(rmarkdown::render(\"$file\",output_format = "html_document"))" }, "context": [ { "key": "selector", "operator": "equal", "operand": "text.html.markdown.rmarkdown" } //one key per keys ]...

In my case, it culprit was [blur-edges.lua](https://github.com/occivink/mpv-scripts/blob/master/scripts/blur-edges.lua). I removed it and this error fade away. `mpv --no-config` was very helpful.

After updating my Gnome Terminal with the new BiDi libvte (thanks to @XVilka 's efforts ), neatvi does not render BiDi text correctly anymore. Vim seems to work well if...