I am in the process of creating a simple WYSIWYG html editor to enable the users of my application to design simple html emails.
At the moment I have decided to use the web browser control with mshtml to enable me to edit what is displayed. I have a tool bar which holds all of the relevant buttons (bold, underline, etc.).
I need a way ...
Does anyone know how to stop Visual Studio VB.NET editor from changing my beautiful scientific notation numbers into hideous decimal notation?
It seems that this is part of "Pretty Listing" (single checkbox in the options). I'd like to keep the other features of pretty listing, I just don't want to have to stare at 0.0000000000000001 wh...
In a Ext.grid.EditorGridPanel, I need to display my own Ext.menu.Menu when the user wants to edit a certain header.
To do this, I defined my own editor which inherits from the Ext.form.TriggerField and on the onTriggerClick, I create a Ext.menu.Menu
Problem: when I click on the menu, the editor is closed so the grid doesn't get the valu...
Hello Everyone!
This is my first post on stack, so please bear with me.
I'm a C# developer who has just recently decided to expand my knowledge of the tools available to me. The first tool I've decided to learn is Vi/Vim. Everything has been going well so far, but there are a couple of questions I can't seem to find the answer to:
1...
Does anyone know how to properly save/reuse macros recorded inside of a vim editor?
...
Hi All,
We're going to be building some J2ME apps and Java/Rails webapps which will have a Kannada(a south indian language, for those who don't know much about India) UI. The UI and the data will both be in Kannada for these apps.
So, we will need to write code containing some of these language text in the source code. I find it irrita...
I'm now building a developers editor using Lazarus and as every good developers editor, it needs to have a syntax highlighting, because of this that I want to know some things:
How is syntax highlight normally built(using many ifs to change the font on a TextField?
TSynEdit is very nice to do this?
How to use TSynEdit(links and resourc...
What's the open source code editor with the best code competion for HTML, CSS and JS? (such as Dreamweaver and MS Expression Web or Visual Web Developer). Because I really find it annoying to have to download the whole framework of Adobe and MS products as they are 200MB+. Notepad++ is nice but its Auto-completion isn't as advanced as DW...
How to open files in browsers (e.g Firefox) within editors like vim or emacs? Notepad++ open files in browsers by pressing Ctrl+Shift+Alt+X (Firefox). Is there a way to do this in gVim or Emacs?
...
Eclipse's CompareEditor looks beautiful and has a great functionality.
But, I'm cannot find a simple way to create a custom CompareEditor with multiple panes?
For example:
class MultiCompareEditor extends CompareEditor {
MultiCompareEditor (Object... InputElement)
{
}
}
After that I'd like to see CompareEditor with number o...
I have to add a VIM personality to an IDE. I never used VIM for more than the most basic edits and i'm now overwhelmed by the complexity of the command structure.
Is there any overall structure for the combination of counts moves and insert/delete commands?
I just can't see the wood for the trees.
...
Is there any keyboard shortcut to select a word? Or may be it can be assigned some how?
...
Hello,
I am a web developer who switched to Mac OS X (Snow Leopard) and now I have some problems with the IDEs thing. I write XHTML, CSS, Javascript, PHP, jQuery and Ajax codes. But on Mac I wanted to ask what is the best (I mean it, The Best) app which handle all these things? with the following features:
Syntax highlighting
Code comp...
Background:
It seems that some text editors and IDEs are starting to get more "browser-like" in their features. Specifically, one such feature is the ability to treat ordinary text in an open text buffer as a hyperlink to another file, resource, or even a runnable command.
Programming this as an editor plugin or macro
Since this seems...
Hi guys!
As posted throughout the web, the only way to display html content inside UITextView is by using a private API function setContentAsHTML, and if you use this function you won't get your application on AppStore. But there are several word editors which seem to be using UITextView or maybe a custom one made by themselves in their...
My question is pretty simple but I just couldn't find the setting to change this. I am using Visual Studio 2008 as my SQL stored procedure editor. After I switched to Window 7, the SQL style in VS2008 changed and is now all over the place compare with the styles I used to have in Window XP VS2008. It shouldn't be the Operating System pro...
tell some best and simple editor names like (FCK editor , WMD editor)
(For inside textare field)
...
I'm running win7 and need a good git client with a GUI. I like bash but it feels clunky in windows. the GUI that comes with the windows package at git's website is missing a lot of stuff too. I'm considering switching to Ubuntu and using Gedit + git instead. What should I do? stay in windows and use Aptana or Komodo with another git clie...
I think that SciTE can do it but it doesn't work for me. Is there any option to setup?
Thanks in advance
...
I have search the existing question here, but haven't get the specific detail that I need, so I'm asking my own question.
I use Ubuntu Linux (current version 9.10) and use Eclipse Galileo PDT to develop web application using CodeIgniter. I can make the autocomplete worked for CodeIgniter's libraries and model using this comment in my co...