editor

Autohotkey editor

What is the best editor for Autohotkey with regards to syntax hightlighting, command completion (intellisense), testing etc. I am doing a bit of Autohotkey programming, and being spoiled rotten by Visual Studio, I really miss these features - especially being new to the language/framework. ...

How can I get multiEditor rather than IEditor ?

Is there a way to get multiEditor rather than just getting IEditor? IEditorPart editor= getSite().getPage().getActiveEditor() to MultiPageEditorPart editor=?? ...

mysql stored procedure editor

hi all, i want to know what is the best GUI or editor for working with stored procedures in mysql. i used to use toad but it is full of bugs specially in a network environment. ...

What wysiwyg editor to recommend to a non-coder making a website?

I have a friend who now has a domain name, and he wants to put some content up. I know that hand-coding is reccomended, but I'm unable to do the site and they can't and won't learn html. Looking around this site it seems that wysiwyg editors are deviations from the "pure path" of html, but I'm just looking for something to give a buddy a...

How to get the mozilla firefox install directory for registry edit using win32 API

Hi I am using RegOpenKeyEx() and giving registry path Software\\Mozilla\\Mozilla Firefox ,its giving error_sucess.but after that how can i get the instal directory Data of mozilla firefox from that path using RegQueryValueEx(). ...

How to get the mozilla firefox curent version for registry edit using win32 API

Hi I am able to open the registry path i.e "Software\Mozilla\Mozilla Firefox" in RegOpenKeyEx.but i am trying to fetching "CurrentVersion" using RegQueryValueEx().But i am not getting the curent version.can u pls send me some code example. ...

What is the best text editor for web development?

Hello, I've been using dreamweaver since I started learning basics in html like a year ago, and now I would like to change to a free alternative, since I don't need the WYSIWYG and other dreamweaver functions anymore. However, I have tried Notepad++ and first it seemed great, but it sometimes crashes after not being able to connect to f...

Is there an Eclipse line-width marker?

I have a specific project where I need to wrap every code line at 65 characters. I have set up the eclipse Java code formatter properly for this. But what I really want is a vertical line to be drawn in the editor showing where the max line width while I am typing, not just when I run the formmater. I know this feature is available in so...

Command to center screen horizontally around cursor on emacs?

I'm familiar with and use very frequently the C-l (recenter-top-bottom) to Move current line to window center, top, and bottom, successively. I'd like to have an equivalent command to move the current column to window center, left and right borders, successively. Either built-in or a snippet of Elisp. ...

How to keep comments on variables set through "M-x customize" on emacs?

When I set variables through M-x customize, the values are stored in this big, auto-generated, alphabetically ordered list in my .emacs file. The problem is I like to document why I chose a particular value other than the default for a particular variable. If I do that by adding elisp comments inside the auto-generated list, they are cl...

Finding port number of connected device from Registry editor

hi can you pls tell me pls is there any win32 api,s are there for getting connected device port number.Now in my appillication i am giving hardcoded value for com port number . and for that i am checking manually from control panel -> phone and modem options , there i am getting port number. But now i am trying do this programm...

I need an IDE for typo3 core development in php

Php in itself is difficult for IDEs because of the dynamic nature of the language. My current development environment is mostly netbeans against a local svn copy of the codebase setup in a local development webserver. The code is full text indexed by vistas search engine for almost instant searches. I do a lot of development directly a...

How to show Occurences for Javascript in Eclipse?

I am trying to show occurences when browsing .js files in Eclipse (just simple occurences like it does for C). For example, if I highlight myVar, then Eclipse should show boxes in a ruler where other occurences of myVar occur in the file. I've gone into Preferences->General->Editors->Text Editors->Annotations multiple times, de/selecte...

Eclipse Editor Plugin: please how to obtain the raw text calling somthing like .getActiveEditor().getEditorInput()

Hello, please can you help me to catch the buffered text present into the editor, I have this code: System.out.println( Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor().getTitle() ); System.out.println( Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor().getEditorInput...

YUI Editor hiding the title bar?

Is it possible to hide the title bar created by the YUI editor? I want to have the editor rendered in a tag without the titlebar and unable to collapse the toolbar. Any suggestions greatly appreciated. ...

How to get Transparent Background in VI Editor?

I am using gvim in Windows and novice to it. I want to have a transparent background for my VI (in Windows) , like console which creates a transparent command prompt. ...

Any way to run just the current statement on SQL Server?

As a long time Toad for Oracle user, I have gotten used to hitting Ctrl+Enter and having just the statement under the cursor be executed. In SQL Server Management Studio, hitting F5 runs the entire script. To run just the current statement, I have to manually highlight the statement I want, and then hit F5. That is really annoying to m...

How to change word recognition in vim spell?

I like that vim 7.0 supports spell checking via :set spell, and I like that it by default only checks comments and text strings in my C code. But I wanted to find a way to change the behavior so that vim will know that when I write words containing underscores, I don't want that word spell checked. The problem is that I often will refer...

How do I get a list of commands starting with a certain key (combo) in Emacs?

I can use C-h c (describe-key-briefly) and type a key combination and it will return me the function bound to it. But I'd also like to type only a prefix of a key combination and have it list and describe all functions bound to key sequences starting with it, like "all bound keys starting with C-x". ...

Any Javascript Editor Control for .NET (like in Visual Studio)?

Is there any Javascript Editor Control like in visual studio? Thanks... ...