VisualCodeGrepper!

You will need version 4 or higher of `firefox` https://www.mozilla.org/firefox
to run Pencil as a Firefox Extension. Linux users will need version 4 or higher of either `firefox`, `iceweasel` or `xulrunner` https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner,
or version 25 or higher of `palemoon` https://www.palemoon.org/.
The Windows installer and OS X archive has everything you need built-in. Windows, Linux, OS X & Firefox Packages are available for download from the Releases Page https://github.com/prikhi/pencil/releases.
You can also install the Firefox Add-on from the Mozilla Add-on Repository https://addons.mozilla.org/en-US/firefox/addon/pencil-prototyping/.
To install the OS X package, unzip the archive and copy the `Pencil.app` folder t

VisualCodeGrepper alternatives

  • Cppcheck

  • Cppcheck is an static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).

    tags: Portable analysis-tool bugs c++check c-plus-plus
  • Coverity Scan

  • Coverity Scan Static Analysis allows to find and fix defects in your Java, C/C++ or C# open source project for free.

    tags: analysis-tool bugs c-plus-plus compilers cpp-development
  • PVS-Studio

  • PVS-Studio is a static analyzer that detects errors in source code of C, C++ and C# applications. The PVS-Studio tool is intended for developers of contemporary applications and it integrates into the Visual Studio 2005/2008/2010/2012/2013 environment. PVS-Studio for Linux: http://www.viva64.com/en/b/0441/

    tags: bugs c-plus-plus c-sharp cpp-development developer-tools
  • Flawfinder

  • Flawfinder examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public. Flawfinder works on Unix-like systems today (it's been tested on GNU/Linux), and it should be easy to port to Windows systems. It requires Python 1.5 or greater to run (Python 1.3 or earlier won't work).

    tags: programming python
  • Clang Static Analyzer

  • The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.

    tags: c-plus-plus source-code-analysis static-code-analysis xcode
  • EDoC++

  • EDoC++ is a C++ source analysis tool designed to identify problems associated with the use of exceptions in C++ code. Additionally EDoC++ can be used to generate detailed documentation

    tags: analysis-tool c-plus-plus documentation
  • Infer

  • Facebook Infer is a static analysis tool - if you give Infer some Objective-C, Java, or C code, it produces a list of potential bugs.

    tags: analysis-tool bugs debugger memory-leak-detection memory-leaks