[Solved] Text Editor Example for iPhone [closed]

Use UITextView for text editing. If you need rich text, you have to write something on your own – not currently available. Cocoanetics did start implementing rich text label at https://github.com/Cocoanetics/NSAttributedString-Additions-for-HTML and AFAIK he did want to create rich text editor too (at least I read this on Twitter). solved Text Editor Example for iPhone … Read more

[Solved] Eclipse autocomplete view became wide and block the whole screen [closed]

Eclipse could be remembering the size of the dialog for content assist UI in the workspace/.metadata directory. Try editing this file: <workspace_dir>/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml Look for the section that looks like this: <section name=”completion_proposal_size”> </section> In my workspace there is no special settings here, but perhaps there are some special settings in your workspace. 1 solved Eclipse … Read more