var fDesc=new Array(); fDesc[1] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[2] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[3] = "hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more."; fDesc[4] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program."; fDesc[5] = "planning entire home design projects – from concept to completion."; fDesc[6] = ", through to the coded solution. User should beware that this tool is more complex than a simple UML diagram editing tool, in that, through the use of the Model Drive Architecture (MDA) standard, the tool supports complex modeling which is realizable in code."; fDesc[7] = "modern enterprise of today. It allows you set up program designs, scheduling, time management, and others. The program also supports a wide range of functions including tasks allocation back and forth, milestones analysis, and estimated time for completion of a solution."; fDesc[8] = "open-source, meaning that it is often updated and the code is free to anyone to compile. As far as I know, this application was created because the authors felt that other to-do managers lacked many of the features that they wanted, so they created their own."; fDesc[9] = "tools, powerful debugger and profiler, code beautifier, help integration, real time syntax checker, advanced keyboard templates and much more."; fDesc[10] = "completion, it lists all the cookies and the user can see the information or data stored within them. It also identifies the unwanted cookies that are stored within the system, hence they can easily be removed. The advanced user can perform the task manually."; fDesc[11] = ", and good functionality. The application is helpful in editing and debugging source code. Its key features include error indicators, syntax styling, code completion, and call tips."; fDesc[12] = "utilities to work with HTML, CSS, ASP, PHP and JavaScript. It checks syntax, displays highlighted text and includes a CSS editor."; fDesc[13] = "WINDOWS) and also contains wxWidgets for creating forms and dialog based applications. Moreover,it comes with OpenGL as well, making it a breeze to program 2D/3D applications easy.It comes with a good debugger, so that you may track down where you went wrong. To top it all, it's free!."; fDesc[14] = "similar to another one previously learned by the program, there will appear a list of words and you will only have to press the TAB button and the program will automatically complete the word."; fDesc[15] = "his Majesty or as a feared pirate. Your riches will expand through successful piracy, theft of ships, plundering of towns or completion of missions from the town governments."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }