Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Allbrancereal

Uploaded by

allbrancereal0

Virus scan

Safe to use

Tags for this mod

About this mod

CodeView is a super simple python app that lets you see all code files from a relative directory and down. You can edit delete change lines and more.

Permissions and credits
CodeView:
I created this application for the need to have local variables instantiated in different places at the same time. This is also useful for localization replacement.

Current Features:
  • Open a root directory
  • Read all the code files underneath
  • Scope every line in the file, attempting to parse it with stack info
  • Edit lines of code determinately with record-keeping
  • Insert and Delete lines of code with the same record-keeping functionality
  • Multi-file selection (match line and header style)
  • Multi-file property matrix editing
  • Support xyz code parsing
  • Properly implement the current features (they don't quite work 100%)




Planned Features:
- skyrim support (the base application is kinda done and ready I'm just in the process of adding pascal and c support. Additionally I would like to use this as a basic configurator for my projects file structures.
- Property Matrix overview for files

Please keep in mind this is a WIP and just made to properly scope what I'm looking at. You need to properly figure out parsing if you want to add functionality. See the source code here:

rotospacestudios/code_view: A simple python based code editor. Licensed under https://github.com/licensezero/licensezero-noncommercial-public-license


Join my 
Discord for direct support and updates to my addons!