Hello,
Is there any SQL editor that supports syntax highlighting, automatic code formatting and code folding? I found this, but it's an Eclipse plugin (I'm a NetBeans user), and cannot automatically format code, which is the most important feature I'm after.
Autocompletion is not important, nor is the possibility of running the code (l...
According to http://www.lagmonster.org/docs/vi2.html
the command :p would make vi go to the previous file. Unfortunately, this isn't working for me. However :n works and goes to the next page. What should I use to go to the previous file?
For :p I get the message,
Hit Return to continue
and it stays in the same page.
Thanks.
Edit:
I a...
I am trying to use Haml with Grails but I am having some issues.
The plugin for haml has errors to parse empty lines. The plugin generate gsp files, so I think that I can use the online haml html generator.
Bug I want something like an editor with syntax highlighting, blocks, etc, and that generate html.
Is there something like this? ...
I am looking to replace an old control being used for scripting an application. The control used to be called SAX Basic, but is now called WinWrap. It provides us with two primary functions.
1) It's a scripting engine (VB)
2) It has a GUI for developing and debugging scripts that get run in the hosting application.
The first feature ...
Hi, I am trying to highlight a custom language in TextMate. However, the following definition does not highlight PHP insertions (I do select it for my *.serpent files):
{ scopeName = 'source.serpent';
fileTypes = ( 'serpent' );
patterns = (
{ begin = '<\?';
end = '\?>';
patterns = ( { include = 'source.php'; } );
},
);
}
...
NETBEANS
This is an IDE question.
I am used to work with a code window as big as it can be.
So I use 2 monitors and I have:
In the 1st monitor:
The Project/Files/Services Window together with the Navigator/Inspector Window
The Code Window (Editor) using the most space of the monitor.
In the 2nd monitor:
The Palette/Properties Wi...
Can anyone please suggest me a good open source C# code editor control with syntax highlighting and intellisense to use in my application. I am not asking for any IDE like VS or #develop, I need only a winform code editor control so that I can use it in my application for scripting.
Can you please suggest me a good one ...
I found Scint...
I have been having difficulty simply writing a Visual Studio Editor Extension with MEF (Managed Extensiblity Framework). I thank those who answered my previous question, as they helped me know that I need to work with MEF.
I've been trying to learn MEF for the Visual Studio Editor from MSDN's page, Extending the Editor, but it appears t...
Possible Duplicate:
White (Light) vs. Black (Dark) Backgrounds: Health Effects
Hi,
Does anyone program with white text against black background? I have heard some rumors that it is better for your eyes. What's the case? Is it any better than the traditional black on white? What are the pros and cons?
...
I really liked flexibility of emacs but it is really annoying to make it work. I want to use it for web development html, css, javascript, php. I first tried emacs-starter-kit . It didn't included nXhtml. Also C-g key binding does not work (they call it starter kit but basic key command does not work). I think it is mapped for git contro...
Hi,
Has anyone programmed JavaScript on Aptana Studio? I am having problems with the Outline View. It does not show the methods of classes. For example:
var test = new Class({
variable: 0,
something: function() {
}
});
the result is that the outline does not show variable nor something -function. It only works when I define a func...
Is it possinle to create an editor in c# without using office libraries which should includes all the features of a Dic file including tagging fascility.
please suggest?
...
Hello all
I've to update an eclipse plug-in (an editor) from Eclipse 3.4.0 to 3.5.1 (Galileo).
There is a problem with the content assist.
Where I type CTRL+SPACE, nothing happen. But when I change the binding of CTRL+SPACE to another binding in Eclipse (Preferences->Keys), it works (CTRL+SPACE works for my editor).
Here is the Liste...
Say that I'm writing a test and my caret is here (indicated by "|"):
[ExpectedException(typeof(InvalidOperationException|))]
In Visual Studio 2010, I'd like to press some shortcut that would take me to the next line so that I could start typing "public void Etc()".
Right now, I need to press
Right arrow
Right arrow
Right arrow
Enter...
Is it any extension for git for MAC users? I would like to use git integrated with TextWrangler or any text editor in my MAC.
...
Hi,
Is there any source for a WPF 3D editor (4 viewport : perspective,front,top,left)
Thanks
...
does anyone know of a visual programming tool that could be adapted for children (kids age 7-12) so that they can generate c programs to control device?
...
Hello!
I am looking for an IDE or something like so, that I could write XPS docs in a split view of design/code?
...
I have a custom button in toolbar, which should add/remove additional toolbar in the editor.
Command for the button:
<script type="text/javascript">
Telerik.Web.UI.Editor.CommandList["Custom"] = function(commandName, editor, args) {
//code to add/remove additional toolbar..
}; ...
Hey as a project to improve my programing skills I've begun programing a nice code editor in python to teach myself project management, version control, and gui programming. I was wanting to utilize syntax files made for other programs so I could have a large collection already. I was wondering if there was any kind of universal syntax f...