//No Comment - Notepad++ 7, GDB 7.12, VS C++ Additions |
Written by Alex Amstrong | |||
Monday, 10 October 2016 | |||
• Notepad++ Release 7 - 64-bit available • Visual Studio C++ adds Open Folder and CMake
Sometimes the news is reported well enough elsewhere and we have little to add other than to bring it to your attention. No Comment is a format where we present original source information, lightly edited, so that you can decide if you want to follow it up.
Notepad++ Release 7 - 64-bit availableIf you are of the "an editor is enough" mentality then the new version of Notepad++ 7 will welcome. To be honest even if you are a committed IDE user Notepad++ is worth having installed to just edit ad-hoc files intelligently. However, not all binaries are available in 64-bits - only a few plugins are x64 ready. Plugin authors are being encouraged to make x64 builds available. Notepad++ v7 new features and bug-fixes:
GDB 7.12 released!Release 7.12 of GDB, the GNU Debugger, is now available via anonymous FTP. GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. This version of GDB now builds with a C++ compiler by default. It is still possible to build GDB with a C compiler by simply configuring it with --disable-build-with-cxx. However, future release will require a C++ compiler to build GDB. GDB 7.12 brings new features and improvements, including:
Bring your C++ codebase to Visual Studio with “Open Folder”Open Folder is a new feature of Visual Studio 15 that lets you open and work with any folder without having to put it into a project first. Visual Studio ’15’ Preview 5 supports opening folders containing source C++ code without the need to create any solutions or projects. This makes it a lot simpler to get started with Visual Studio even if your project is not an MSBuild-based project. The new functionality, “Open Folder”, also offers a more natural source file management as well as access to the code understanding, editing, building and debugging capabilities that Visual Studio already provides for MSBuild projects. All you have to do is run the “Open Folder” command and select the folder you want to browse. As soon as you open the folder, Solution Explorer will immediately display the files in that folder and you can open any files in the editor. In the background, Visual Studio will start indexing the C++ sources in your folder. You now have access to all the Visual Studio capabilities of reading and browsing C++ code (e.g. Find all references, Go to symbol, Peek definition, Semantic colorization and highlighting, Class View, Call Hierarchy, to name a few). At the moment building from Open Folder isn't supported but it is planned for a future release. If this wasn't enough VS now supports CMake projects, although not well enough for you to use. This is also planned for a future release.
To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Thursday, 20 October 2016 ) |