Sikuli - text not shown correct in IDE - sikuli

I am usin Sikuli for the first Time. I downloaded Sikuli ide 2.0.4, and jython into the same folder.
after running sikuli IDE and writing a text (e.g. click()) the text is shown wrong:
image_Text_wrong
Did anyone else already had this issue as well? How can I fix this issue?
Thanks in advance!

for the ones who have the same problem:
you can change the fonts in "Preferences" and "text Editing". Somehow it choosed a wrong font by default in my case.

Related

Atom showing gray coloured code (non-executable)

I usually use JetBrains PhpStorm and recently converted from that to Atom. I haven't any much experience in that whereas recently I had opened the project of PhpStorm work and that opened and worked fine but when I made a project in the Atom it appears like this.
Please let me know if anyone have any idea related to it, I am in the middle of a project need to submit that.
I got the answer, the problem was when I created the HTML file it didn't show any colour but when I executed it, it worked

Visual Studio Code Not Auto-Close Tags in HTML

So version before 1.30 worked fine, and did close the Tags in .html file, but as of 1.30 update I can't finish and then try to close it with
I have tried to delete config.json file, also tried to turno on every possible option for auto-close and auto-complete tags in options, but nothing worked.
And Sublime it's working fine. I downloaded plugin to transfer Sublime confing into Visual Studio Code but without success. Hope you can help me out, since i've been trying to fix this problem 3 hours now.
I had the same problem, then I noticed that my select language mode was something like Django HTML. Solved after changing it.
You might have opened a file before that changed the language mode. So first, check the language shown at the bottom-right of the VS Code window (status bar), then follow the steps bellow.
Go to settings (or edit the settins.json file) and search emmet.includeLanguages, then press add item under Emmet: Include Languages. input the language you are using in item field and html in value field.

Sublime & Highlight: pasting as RTF fontsize issue

I downloaded a package named SublimeHighlight for the Sublime text editor. It serves as my solution to paste syntax highlighted code into Evernote. I have both Evernote and Sublime using the Menlo mono-spaced font. I select text in Sublime, right click and choose "copy as RTF". Pasting into Evernote retains the syntax coloring and indentation. So far so good.
In Evernote I have my default font size set to 14. No matter what my font size is set to in Sublime, when I paste into Evernote the font size is 12. I found this page via google which shed a bit of light on the situation: pygments, used by SublimeHighlight, has a default font size of 12 (do a 'find' on the page for 'fontsize' and you'll see it). The problem is I don't know python (what pygments and SublimeHighlight are written in) and have no idea how to change the font size of pasted-in text from Sublime to Evernote.
All I'm looking for is to past syntax highlighted code from Sublime into Evernote at the correct font size.
EDIT:
I just downloaded Atom and a package for it called Copy as RTF. It works flawless. I really wanted to stay within the Sublime ecosystem, but Atom just works. Plus, Copy as RTF for Atom has more recent updates than SublimeHightlight for Sublime. Whatever works, right?
May be you can try to use UltraEdit, which can help you copy your code as RTF or HTML and paste them into Evernote.
and then
More details can be found here
Or you can try Notepad++ and use the NppExport plugin.
and change the font size you want in Words or Outlook
Check here for more detail
Hope it helps.

Sublime Text 2 - HTML CSS suggestions

I started using this great editor. Unfortunately I missing here one improvement (from NuSphere PhpED - past editor that I've used, this understanding)
Example:
I have a project open, I open the HTML file, for example, do I wonder with some ID and then in the CSS file, it's easy to find through insinuation. Of course it works the other way around (create something in CSS and HTML then it easily through the whisperings find).
In this sublime does not work. Is there a plugin? thank you
(screenshot http://i.stack.imgur.com/v39O8.jpg)
From what I understand, you want to be able to link autocompletes from one file to another? I'm actually pretty interested in this too, just scanned through the package-control listings and found:
All Autocomplete <------
So yes you can do it! Go install the package :)
You can install sublime codeintel package....it might helps.
Here is the link: https://github.com/Kronuz/SublimeCodeIntel
Try this CSS Sublime Package
hear it works quite well...about to give it a shot

More Code Assist in Eclipse PDT For HTML

I am trying to come over from dreamweaver to eclipse.
In eclipse when I am in a php file writing html. If I just type a "<" then the code assist popup will come up with all the options I can choose from.
I would like to know if the code assist can appear in more places though.
If I type "<div" and hit space can I get another code assist popup? If so, how?
after "<div" (or any other tag), just enter a space and then hit Ctrl+Space:
alt text http://img36.imageshack.us/img36/3842/20100523012342.jpg