Allen Webster
|
410b90d44c
|
Key event buffer overflow crash fixed; switched draw_string over to Vec2 and returning the distance measured in deltas
|
2019-02-24 14:54:57 -08:00 |
Allen Webster
|
258257eb45
|
4coder Jamm 1
|
2019-02-23 23:22:16 -08:00 |
Allen Webster
|
031d097be7
|
Mirror system up and running -- without highlights
|
2019-02-22 04:43:12 -08:00 |
Allen Webster
|
5ddc8e2b86
|
Fixed up seeks even more
|
2019-02-20 22:58:34 -08:00 |
Allen Webster
|
c012eefcd5
|
seek token fixed
|
2019-02-20 20:43:25 -08:00 |
Allen Webster
|
9c1e1eb843
|
Switched experiments.cpp over to deprecated token streams, need to switch to new token API
|
2019-02-13 20:21:52 -08:00 |
Allen Webster
|
f9657415d5
|
Fixed get_4ed_path problems on windows
|
2019-02-13 19:53:55 -08:00 |
Allen Webster
|
b2b4270505
|
New file attributes by handle and by name everywhere
|
2019-02-13 16:24:03 -08:00 |
Allen Webster
|
9cfffe6bb6
|
File Attributes thingy, command line file crash investigated
|
2019-02-13 15:15:22 -08:00 |
Allen Webster
|
f49d937fae
|
Updated API to using IDs, added new key codes
|
2019-02-13 14:14:27 -08:00 |
Allen Webster
|
774723be04
|
goto sticky jump same panel working again for search buffer
|
2019-02-12 02:21:02 -08:00 |
Allen Webster
|
2d803860ac
|
Fix variable shadowing for build on new VS versions
|
2019-02-11 22:11:08 -08:00 |
Allen Webster
|
c2c0e8a00f
|
replace_in_range and replace_all_occurences now use global edit groups
|
2019-02-11 19:17:21 -08:00 |
Allen Webster
|
5c045a2d5e
|
Cross buffer undo-redo
|
2019-02-11 19:03:49 -08:00 |
Allen Webster
|
4a5388f901
|
Edit handler hook, edit reflection for search buffer, history setting for buffer
|
2019-02-11 18:33:11 -08:00 |
Allen Webster
|
90163a2f85
|
Remove the persistent and transient sub parts of the view, just a view now
|
2019-02-10 01:18:34 -08:00 |
Allen Webster
|
999eced259
|
more improvements to the merge logic for basic input
|
2019-02-08 17:48:11 -08:00 |
Allen Webster
|
f6f0d91ae7
|
Better merge logic for character insertion
|
2019-02-08 04:33:43 -08:00 |
Allen Webster
|
2efff76023
|
first pass merge
|
2019-02-08 03:18:48 -08:00 |
Allen Webster
|
0482cd05fe
|
Basics of new history system working:
|
2019-02-08 02:03:48 -08:00 |
Allen Webster
|
d0eb652ab1
|
Removal of the old commands system
|
2019-02-07 20:45:13 -08:00 |
Allen Webster
|
9804beed17
|
Fixed cursor fixing bug
|
2019-02-07 01:28:26 -08:00 |
Allen Webster
|
3f9769489e
|
fix function listing bug
|
2019-02-05 12:39:12 -08:00 |
Allen Webster
|
a8f678c740
|
Full rewrite of panel layout system
|
2019-02-05 01:13:38 -08:00 |
Allen Webster
|
4e60d34016
|
Full token type disambiguation of keywords
|
2019-02-04 17:06:48 -08:00 |
Allen Webster
|
74405dd8fe
|
Growable arena in custom layer built on top of the size-fixed partition system
|
2019-02-04 16:10:38 -08:00 |
Allen Webster
|
d9f71adcb3
|
timer delayed edit finished hook, batched edit finished hook
|
2019-02-03 17:33:44 -08:00 |
Allen Webster
|
375fab3d2c
|
Finished cleanup of old token streaming stuff
|
2019-02-01 16:58:44 -08:00 |
Allen Webster
|
3b06664f2b
|
Everything now works on the new token iteration system
|
2019-02-01 16:23:48 -08:00 |
Allen Webster
|
21a7a58871
|
begining rewrite of token iteration
|
2019-02-01 14:50:33 -08:00 |
Allen Webster
|
93fe0e1472
|
Removing all inlines
|
2019-01-31 05:06:42 -08:00 |
Allen Webster
|
020d09227c
|
Finished integrating immediate mode render changes from Casey
|
2019-01-25 17:12:25 -08:00 |
Allen Webster
|
63673bf9ed
|
Merge casey changes
|
2019-01-25 13:03:52 -08:00 |
Allen Webster
|
7a72f34f24
|
Trying to fix the linux 32 bit build thing
|
2018-12-18 19:01:55 -08:00 |
Allen Webster
|
56293859af
|
updated site generator
|
2018-12-18 18:30:00 -08:00 |
Allen Webster
|
486240889f
|
Fixed the one_past_last masking thing
|
2018-12-18 17:32:20 -08:00 |
Allen Webster
|
64b3aded74
|
Fixed illegal jump
|
2018-12-18 17:29:37 -08:00 |
Allen Webster
|
831c4c0d94
|
Comment line toggle
|
2018-12-17 21:14:56 -08:00 |
Allen Webster
|
790d21f517
|
Fix indentation bug from force emiting first character on each line
|
2018-12-17 15:50:18 -08:00 |
Allen Webster
|
11c12e8b92
|
Modifiers on mouse events (mac)
|
2018-12-17 14:21:39 -08:00 |
Allen Webster
|
73bbf17809
|
Modifiers on mouse events (linux)
|
2018-12-17 13:45:20 -08:00 |
Allen Webster
|
a0f398ca6c
|
Open files from a file lister's current directory not from the hot directory
|
2018-12-17 11:47:03 -08:00 |
Allen Webster
|
a1cfefbf86
|
Fixes: scope highlight scrolled right, ignore render items off the screen, scientific notation parsing with +
|
2018-12-16 20:31:04 -08:00 |
Allen Webster
|
cf5b9f3b52
|
Fixed file/buffer lister crashes for very long lists, fixed kill buffer on dirty buffer bug
|
2018-12-16 18:07:49 -08:00 |
Allen Webster
|
ff30d17a7f
|
Fix in rename_file_query that causes files to be deleted when the new name fails to create a new file
|
2018-12-15 16:22:28 -08:00 |
Allen Webster
|
6e370c5de0
|
Fixed scratch arena problem in new win32 file track
|
2018-12-15 15:31:00 -08:00 |
Allen Webster
|
09ce4060ea
|
more fixes in win32 file track
|
2018-12-15 02:54:13 -08:00 |
Allen Webster
|
ed1e702474
|
mac file track fix
|
2018-12-15 02:30:44 -08:00 |
Allen Webster
|
769ee14388
|
updated windows file track implementation
|
2018-12-15 01:10:42 -08:00 |
Allen Webster
|
1e7f0019f5
|
Fixed mac build
|
2018-12-13 09:14:32 -08:00 |
Allen Webster
|
4681ab76c4
|
Undoing hjkl changes
|
2018-12-11 08:53:17 -08:00 |
Allen Webster
|
a51863f492
|
Sped up function lister
|
2018-12-09 17:31:30 -08:00 |
Allen Webster
|
6d193225f9
|
Fixed highlight effecting other panels' cursors
|
2018-12-01 20:22:37 -08:00 |
Allen Webster
|
f9e33233b5
|
Change binding for absorb scope command
|
2018-11-29 15:21:29 -08:00 |
Allen Webster
|
82243f0f82
|
Fixed jumping parsing for 'notes
|
2018-11-29 14:14:56 -08:00 |
Allen Webster
|
fb4988f185
|
Switched to deafult skipping sub-errors
|
2018-11-29 13:18:51 -08:00 |
Allen Webster
|
89516d827b
|
Push string/push string copy in string library
|
2018-11-27 20:36:09 -08:00 |
Allen Webster
|
ceda879326
|
Eliminated global fm arena
|
2018-11-27 12:09:24 -08:00 |
Allen Webster
|
7406ff78e3
|
alt + hjkl movement system
|
2018-11-27 10:50:39 -08:00 |
Allen Webster
|
58b50c39a7
|
Moved and renamed style tag list.
|
2018-11-27 09:59:14 -08:00 |
Allen Webster
|
3bad062613
|
Eliminated style generation
|
2018-11-27 09:56:42 -08:00 |
Allen Webster
|
59d70950d6
|
Removed keycodes from 4ed_metagen.cpp
|
2018-11-22 10:34:11 -08:00 |
Allen Webster
|
aa1cbf9a0f
|
Fixed reopen bug that loses indentation information, moved reopen command to the custom layer
|
2018-11-20 23:48:42 -08:00 |
Allen Webster
|
25ec13d724
|
Fixed view update hook call timing
|
2018-11-20 14:54:00 -08:00 |
Allen Webster
|
1d5621f5b6
|
Cleaned up input, replaced all {0} with {}
|
2018-11-20 00:18:54 -08:00 |
Allen Webster
|
a34372191b
|
eliminating Command_Data
|
2018-11-19 18:04:16 -08:00 |
Allen Webster
|
79e88ac55e
|
Rewrite of 4ed_api_implementation to use Models instead of Command_Data
|
2018-11-18 11:47:28 -08:00 |
Allen Webster
|
6733a785dd
|
fix highlight paren fighting
|
2018-11-18 10:07:14 -08:00 |
Allen Webster
|
db9cb822a2
|
UPdate
|
2018-11-16 19:30:42 -08:00 |
Allen Webster
|
a1f240f04e
|
Input handling cleanup, new view_activate key, fix notepad-like click to new view problem
|
2018-11-08 18:16:11 -08:00 |
Allen Webster
|
e2655f24f3
|
Better paren highlighting rules, fixed notepad like write-over rule
|
2018-11-08 16:15:39 -08:00 |
Allen Webster
|
7c022e8797
|
Fix animation bug
|
2018-11-08 15:16:55 -08:00 |
Allen Webster
|
4c8cdcd617
|
Fixed file listing in cases where the path does not canonicalize
|
2018-10-09 21:59:42 -07:00 |
Allen Webster
|
6eb6ff04b5
|
Fixed panel resizing problem
|
2018-10-09 17:05:04 -07:00 |
Allen Webster
|
29fc6f84c6
|
Fixed endless animation in UI mode
|
2018-10-09 16:51:45 -07:00 |
Allen Webster
|
8f80316e10
|
Random weird build fail from accent mark
|
2018-10-09 16:17:01 -07:00 |
Allen Webster
|
0cd4d92826
|
Fixed mistake in default_file_settings
|
2018-10-08 14:07:15 -07:00 |
Allen Webster
|
a34a748960
|
Fix wombat, fix config problem
|
2018-10-07 14:50:17 -07:00 |
Allen Webster
|
035ba153a8
|
MERGE
|
2018-10-06 12:40:49 -07:00 |
Allen Webster
|
0eaff8160e
|
Recover push all sh
|
2018-10-06 12:40:14 -07:00 |
Allen Webster
|
a93705f211
|
built on linux
|
2018-10-06 12:25:07 -07:00 |
Allen Webster
|
1ca6adc49b
|
Mac flags 4.0.29
|
2018-10-06 12:16:31 -07:00 |
Allen Webster
|
262a499639
|
License fix
|
2018-10-06 12:12:06 -07:00 |
Allen Webster
|
14293fcbb1
|
Linux packaging fixes 4.0.29
|
2018-10-06 12:04:45 -07:00 |
Allen Webster
|
dc06a1f46c
|
Theme update
|
2018-10-06 11:24:44 -07:00 |
Allen Webster
|
0804ac1e6b
|
Color theme lister enter completion working
|
2018-10-06 09:57:55 -07:00 |
Allen Webster
|
9ea45cf24d
|
Linux layer update
|
2018-10-06 09:48:41 -07:00 |
Allen Webster
|
8969201c75
|
Get the license back, why was it deleted?
|
2018-10-06 09:18:04 -07:00 |
Allen Webster
|
9a36222662
|
Merge with mac changes
|
2018-10-06 08:49:52 -07:00 |
Allen Webster
|
89be77f903
|
Updated various mac things
|
2018-10-06 08:49:13 -07:00 |
Allen Webster
|
d30be67d22
|
set_command_input
|
2018-10-06 08:26:20 -07:00 |
Allen Webster
|
1ca1dc1395
|
Cleanup and bug fixes
|
2018-10-05 18:42:56 -07:00 |
Allen Webster
|
784d77f7f8
|
Fixed leak caused by not allocating id_to_ptr table in mem_bank
|
2018-10-03 14:33:58 -07:00 |
Allen Webster
|
6a8dc3e7f0
|
Fixed a problem with tracking total marker counts
|
2018-10-02 15:04:57 -07:00 |
Allen Webster
|
10fdb57542
|
API Cleanup, documentation work
|
2018-10-01 12:32:28 -07:00 |
Allen Webster
|
418b14f092
|
4.0.29 Major new features
|
2018-09-30 05:14:47 -07:00 |
Allen Webster
|
b9065e7cd3
|
Upgrade to marker visuals API
|
2018-09-28 16:42:32 -07:00 |
Allen Webster
|
59feb973db
|
Default block-wireframe mode
|
2018-09-27 13:36:16 -07:00 |
Allen Webster
|
ca2afce6e3
|
Cursor rendering for ibar-highlight, wireframe the cursor in inactive views.
|
2018-09-27 13:15:32 -07:00 |
Allen Webster
|
438b479991
|
Clear manage scope calls
|
2018-09-26 22:01:01 -07:00 |
Allen Webster
|
fc811b2211
|
User managed scopes
|
2018-09-26 11:06:57 -07:00 |
Allen Webster
|
ea7f82a2d7
|
Matching scope ends highlighting
|
2018-09-25 01:41:49 -07:00 |
Allen Webster
|
88a8e2b4c6
|
Fixed last line highlight
|
2018-09-24 21:33:26 -07:00 |
Allen Webster
|
d2cf575ab0
|
Set render caller in experiments
|
2018-09-24 15:19:45 -07:00 |
Allen Webster
|
76edc98c4d
|
Line highlight, snipe target highlight
|
2018-09-22 16:45:24 -07:00 |
Allen Webster
|
cc5afd931c
|
Cursors, markers, ibars, and highlights all working
|
2018-09-21 17:29:32 -07:00 |
Allen Webster
|
77a9541fc4
|
Fix sticky jump crash
|
2018-09-20 12:21:39 -07:00 |
Allen Webster
|
fd1abc2d26
|
Build on new visual studio
|
2018-09-17 14:01:15 -07:00 |
Allen Webster
|
c625620950
|
Setup basics for visible markers, fixed some stability issues
|
2018-09-17 11:47:06 -07:00 |
Allen Webster
|
2c20e18a8d
|
Command lister, Jump lister, Function lister
|
2018-09-15 16:48:02 -07:00 |
Allen Webster
|
4a0f9c316f
|
Fixed some new bugs, added sort exact matches to the top
|
2018-09-14 12:02:02 -07:00 |
Allen Webster
|
64b672b9cb
|
fixed names in 4coder_experiments.cpp
|
2018-09-12 12:48:03 -07:00 |
Allen Webster
|
a343f2eeca
|
copy crash bug fixed
|
2018-09-12 12:43:24 -07:00 |
Allen Webster
|
ceaf05df49
|
UI Quit events, search output target view, other bug reports
|
2018-09-07 18:36:42 -07:00 |
Allen Webster
|
e6d503abe5
|
Finishing up the new memory and lifetime API stuff, fixed some of the bug reports
|
2018-09-07 15:39:33 -07:00 |
Allen Webster
|
1469f78ba0
|
Fixed experiments file
|
2018-09-04 12:16:46 -07:00 |
Allen Webster
|
0c7961fbf0
|
Name change
|
2018-09-04 10:59:53 -07:00 |
Allen Webster
|
617804e54d
|
Buffer Markers as Managed Objects
|
2018-09-03 17:37:54 -07:00 |
Allen Webster
|
7ba053b2cc
|
Replaced lifetime object user info with a dynamic workspace
|
2018-08-26 14:23:12 -07:00 |
Allen Webster
|
a25b5c0baa
|
Moved Managed_Scope and Managed_Object over to checkable id system with u32_Ptr_Table
|
2018-08-26 02:55:12 -07:00 |
Allen Webster
|
a339c9fc9e
|
New heap up and running.
|
2018-08-18 01:16:52 -07:00 |
Allen Webster
|
ace76a2d3f
|
Progress towards a managed object API
|
2018-08-11 23:33:52 -07:00 |
Allen Webster
|
0f23470717
|
Progress towards a new dynamic scope API
|
2018-08-11 20:45:09 -07:00 |
Allen Webster
|
b4b19886f3
|
Setting up lifetime buckets
|
2018-08-10 22:42:00 -07:00 |
Allen Webster
|
f0b9b76d9f
|
Generic lifetime buckets for core variables
|
2018-08-10 17:42:15 -07:00 |
Allen Webster
|
fc5df0c118
|
Reload themes
|
2018-08-10 15:57:46 -07:00 |
Allen Webster
|
23e2c5489f
|
Color Theme Lister
|
2018-08-10 14:52:57 -07:00 |
Allen Webster
|
9e3e7519d0
|
Lister wrappers and fixed option lists
|
2018-08-05 00:09:18 -07:00 |
Allen Webster
|
3d70957efd
|
Implementing every 4coder list in the new UI system.
|
2018-08-03 19:41:38 -07:00 |
Allen Webster
|
468a7a33bc
|
Progress on GUI scrolling
|
2018-07-16 20:21:22 -07:00 |
Allen Webster
|
af5d6c8360
|
GUI removed completely, new UI API implementation in place, old UI commands stripped and need to be replaced
|
2018-07-13 18:13:05 -07:00 |
Allen Webster
|
ad26a76060
|
Usage code for the new lister API
|
2018-06-22 22:14:51 -07:00 |
Allen Webster
|
c835f46570
|
View variables
|
2018-06-22 20:03:58 -07:00 |
Allen Webster
|
5bd2035e42
|
Fixing the filename and line number data in the command metadata
|
2018-06-22 13:59:21 -07:00 |
Allen Webster
|
df15d4fe6c
|
Fixed 4coder_casey.cpp
|
2018-06-16 15:21:05 -07:00 |
Allen Webster
|
782e3d9ede
|
Fixed problems with build_metadata.sh
|
2018-06-16 15:07:34 -07:00 |
Allen Webster
|
c7bc814d18
|
merge
|
2018-06-16 13:58:16 -07:00 |
Allen Webster
|
6e55710432
|
Miscellanious improvements
|
2018-06-16 13:57:32 -07:00 |
Allen Webster
|
16078e87a0
|
Fix buildsuper_x86.sh and build_metadata.sh
|
2018-06-16 13:33:29 -07:00 |
Allen Webster
|
84bdbdf3fa
|
Merge
|
2018-06-15 13:12:00 -07:00 |
Allen Webster
|
c084f42e58
|
New preprocessor step in buildsuper
|
2018-06-15 13:10:49 -07:00 |
Allen Webster
|
c2bc4e1e2d
|
Merge conflict nonsense
|
2018-06-14 10:31:27 -07:00 |
Allen Webster
|
ffd7be077a
|
Updated license
|
2018-06-14 10:30:46 -07:00 |
Allen Webster
|
ed625f4e09
|
Updated the string escaping code to recover from extra backslashes
|
2018-06-09 19:28:22 -07:00 |
Allen Webster
|
56e9719840
|
Poking around looking at different issues on linux
|
2018-06-08 21:52:25 -07:00 |
Allen Webster
|
d024f5b6c4
|
Upgraded/cleaned up some minor config stuff, and improved behavior of swap panels.
|
2018-06-08 15:51:36 -07:00 |
Allen Webster
|
8680bb7488
|
Fixed issue with preprocessor indetations applying to non preprocessor '#ident' words
|
2018-06-08 14:16:43 -07:00 |
Allen Webster
|
1c2c580f2f
|
Upgrading casey's custom file
|
2018-06-04 13:16:17 -07:00 |
Allen Webster
|
0815d7c67b
|
Fix problem in config_compound_member
|
2018-06-04 01:57:36 -07:00 |
Allen Webster
|
31d1f6e9e0
|
4.0.27 compilation error fixes
|
2018-06-02 21:20:03 -07:00 |