Giter Site home page Giter Site logo

4coder-customization's Introduction

4coder Customization

My 4coder customization layer for 4coder 4.1.6 (Beta)

  • 4coder_ryanb.cpp, 4coder_draw.cpp and 4coder_ryanb_build.bat go in: 4coder\custom

  • theme-ryanb.4coder (optional) goes in: 4coder\themes

  • config.4coder (optional) goes in: 4coder\

  • (optional) config.4coder - my personal 4coder configuration file

  • 4coder_draw.cpp - a single line was modified to add space between line-numbers and code in a panel

  • 4coder_ryanb.cpp - my personal customization layer

  • 4coder_ryanb_build.bat - a custom build script to build the 4coder custom dll

  • (optional) theme-ryanb.4coder - my personal theme

  • (optional) theme-raspberry-pi.4coder - a theme using offical color codes from the Raspberry Pi Style Guide

Many settings can be adjusted under the CONSTANTS section near the top of 4coder_ryanb.cpp

Features:

  • Open a function-helper tool-tip with F1 while the cursor is near a function name
  • Jump to function/struct definition with ctrl+enter or ctrl+click when cursor is on token
  • Double-click to select token (double-click slowly, or triple-click normally)
  • Bookmark cursor position when idle every 3 seconds, or manually with ctrl+shift+alt+b
  • Advance through bookmarks with ctrl++ or ctrl+-
  • Search initializes with token under cursor, supports paste from clipboard
  • Search advances with enter or tab, reverse with shift+enter or shift+tab
  • Search terminates on mouse-click
  • List All Locations initializes with token under cursor, supports paste from clipboard
  • Blinking cursor when in notepad-like mode
  • Apply open theme through F12 menu
  • More informative File Bar with language, line-ending, spaces/tabs (eventually encoding type)
  • Change line-ending mode of file through F12 menu
  • Preview hex colors when cursor is on any hex color code value
  • Draw guide-lines from scope start to scope end when within scope (supports nested scopes)
  • Annotate scope end with scope start when within scope (only current scope)
  • Highlight braces at current scope when within scope (only current scope)
  • Static-width line number gutter
  • Generate .bat file through F12 menu
  • Extend token colorization to structs and functions (second color on defcolor_keyword in theme)
  • Extend token colorization to C++ operators (third color on defcolor_keyword in theme)
  • Extend token colorization to scope annotations (second color on defcolor_comment in theme)

Includes heavily customized versions of code from the following:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.