Posts tagged programmer
Programmer’s Notepad, simply powerful text editor
32Programmer’s Notepad is for people who don’t prefer to code in either large IDE’s or just windows Notepad. Programmer’s Notepad is handy tool and good replacement for Notepad users. Programmer’s Notepad comes with lot of enriched features and is highly customizable.
I have to agree that I’m one among the people who extensively use Windows Notepad either to take notes or little debugging / code editing etc. Windows Notepad can’t be much efficient choice when it comes to coding / debugging. Notepad does lack features that will increase the productivity of programmer / debugger.
Consider a case where you’re trying to fix an error in multi-nested loop. Notepad does fail here and it would consume few extra time than the time intended if we use good productivity tool. One among such tool is Programmer’s Notepad. It would increase your productivity by reducing the time taken.
PNotepad’s Code Folding feature comes in handy here. Code Folding is a feature that allows user to selectively display and hide section of currently edited file. The section can be either a fragment of code or function etc. This feature is available in most powerful text editor and IDE’s
See the screen shot below with code folding done for function second_page(). Also have a look at Text Clips in notepad area.
Programmer’s Notepad offers syntax highlighting for wide range of programming and markup language. Also it has Text-clips option to insert the predefined code-snippets for various languages. Programmer’s Notepad also has a simple project management interface to manage the files related to the projects.
Key Features -
- Code Folding
- Code / Syntax Highlighting
- Project Management / Grouping
- Regular expression search
- Code Snippets
- Tabbed multi-file support
- Bookmarking
- Export feature
- Addon Support
- and lot more…
Programmer’s Notepad is an open source project that is featured in SourceForce Programmer’s Notepad is a free to distribute under GPL license. Thanks to Simon Steele for Programmer’s Notepad
Bottom line, Programmer’s Notepad can’t be a replacement in high-end IDE’s but it can be a good replacement for Windows Notepad.
What is your choice?
CodeIDE, a online code complier and IDE
15CodeIDE is a web application that allow users to write and compile their code using their online interface. CodeIDE isn’t cool but I would it is a good idea worth a try. CodeIDE provides basic IDE functionality with option to save executable file. CodeIDE also did try well to socialize by providing a public chat.
I stumbled upon CodeIDE.com recently. CodeIDE is a browser based IDE that allows you to write and compile few programming language. Currently CodeIDE supports BASIC, Pascal, ANSI C, Perl, JavaScript, HTML, LISP, MATH, etc., CodeIDE is still in development stage and they are adding bunch of features lately. Now they have their own blogs, wikis, forum etc to share and learn idea between the users.
CodeIDE added compiler feature recently which allows you to compile your code remotely. They have support for Linux and Window executable now. They will be adding support for Mac pretty soon which would be more fun. But they have not yet released information on what kind of compilers, processors they use for compiling. They support compiling C code, it has it own positives and negatives. I will not be able to comment much on that since they haven’t provided the internal details.
CodeIDE offers a command line function, which was very similar to the command line provided by YouOS. The command line interface was clean and allows user to do basic file operations. Over the sidebar, codeIDE also has a File browser which resembled to DOS file browser tools. It didn’t come with much user friendly but handy though. The sidebar also has a Result window that displays the output of your code.
CodeIDE also comes with a simple text editor that allows you to import the code, export, search / replace and other basic things. Registered users can save their files and share their files to other user as well. The basic IDE functionality of creating a project and grouping the code base is also supported.
The most interesting part is they have public chats enable that allow user to socialize and interact with other programmers. They also have concentrated much on the social networking by having personal blogs, etc. They need to build upon this in their upcoming release as well. They have a user edited wiki documentation now. They have live support also to fix your issues online. Moreover forums are there for expert guidance.
CodeIDE has option to run the code interactively using their Run option. It will compile the code and display the result in output window. You have option to save the executable as EXE file or publish the project as required.
Improvements-
IMO, following would be reasonable enhancement /addon to their application.
- an advanced full functional editor
- support for syntax highlight this makes programming much easier
- support for programming language like PHP, Python, Ruby etc.,
- improved and well arranged UI currently all the components are placed clumsy in the homepage
- better documentation and support
- online help library
- advancd complier features support
Bottom line, CodeIDE creates a new environment for beginners who can learn programming language without much pain of installing Compilers and IDE’s. CodeIDE will not be a programmers choice until they have support to most of the advanced / must have functions that are currently been supported by off-line IDE’s. But CodeIDE is a unique idea that need to be appreciated.

Notepad is one of the few tools that is been a part of Windows operating system and which have not been evolved since its initial release. Notepad is simple to use and lacks many features / enhancement. So it is always better to look for a replacement, which will overcome all known issues of Notepad.
Programmer’s Notepad is free, open source, text editor with special enhancements for Programmers. Programmer’s Notepad is a project featured in Source Forge, which comes in as one of the best notepad replacement for programmers. The main features include book marking, code highlighting / folding, no limit to file size, tabbed document support, project management feature and much more. Programmer’s notepad is my favorite choice for Notepad replacement.
PSPad is freeware code editor and wonderful notepad replacement. PSPad offers main features like rich text formatting, mighty code editing features, project management, syntax highlighting, auto-correction, HEX editor, text difference, spell checker, macro recorder and many more. PSPad also has inbuilt FTP functionality which is a plus for Web developers and Bloggers. PSPad is more advanced of all editors mentioned here. If you are looking for full functional and feature rich editor then PSPad should be your choice.
Notepad2 is a lightweight, free and open source text editor. Notepad2 is a full functional Notepad like editor with syntax highlighting. It is also based on
MetaPad is a small, fast and completely free text editor. It was designed to completely replace Notepad since it includes all of Notepad’s features and few extra features. The features include tool bar functionality, WYSIWYG printing, auto indenting etc., It is also been said it consumes less amount of memory than Notepad. So even if you like to stick with the simplicity of Notepad; you can very well try MetaPad.

Top Commenters