Skip to content

ryanbyczek/4coder-Customization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

My 4coder customization layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published