fa397b1642 
								
							 
						 
						
							
							
								
								fix: add ctrl+space keybind for completion and move SELECT mode to shift+space  
							
							 
							
							
							
						 
						
							2025-10-02 16:37:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5362706b26 
								
							 
						 
						
							
							
								
								fix: translate columns to byte offsets when requesting completions  
							
							 
							
							
							
						 
						
							2025-10-02 16:28:23 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6ec8aae94a 
								
							 
						 
						
							
							
								
								fix: translate byte offsets to columns when applying completions  
							
							 
							
							
							
						 
						
							2025-10-02 16:27:47 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6ae176a8ac 
								
							 
						 
						
							
							
								
								refactor: add selection_pos_to_width and get_replace_selection functions  
							
							 
							
							
							
						 
						
							2025-10-02 16:27:16 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								390fbd51ff 
								
							 
						 
						
							
							
								
								refactor: simplify code by using Selection.from_pos  
							
							 
							
							
							
						 
						
							2025-10-02 16:25:48 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								10bd270d89 
								
							 
						 
						
							
							
								
								feat: add Match.from_pos function  
							
							 
							
							
							
						 
						
							2025-10-02 16:23:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								65eb6bc7ad 
								
							 
						 
						
							
							
								
								feat: add Selection.from_pos function  
							
							 
							
							
							
						 
						
							2025-10-02 16:22:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								81a1c88847 
								
							 
						 
						
							
							
								
								fix: force refresh on add_completion_done events for slow language servers  
							
							 
							
							
							
						 
						
							2025-10-02 15:00:33 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								778907c513 
								
							 
						 
						
							
							
								
								fix: ignore empty replacement selections for completion  
							
							 
							
							
							
						 
						
							2025-10-02 15:00:00 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								ebb7fb399e 
								
							 
						 
						
							
							
								
								fix: support TextEdit responses to completion requests  
							
							 
							
							... 
							
							
							
							In addition to InsertReplaceEdit responses.
This improves completion with OmniSharp and possibly others. 
							
						 
						
							2025-10-02 14:58:32 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cc9b002778 
								
							 
						 
						
							
							
								
								feat: add freebsd to binary release builds  
							
							 
							
							
							
						 
						
							2025-10-02 14:04:35 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b7b0501715 
								
							 
						 
						
							
							
								
								fix: support -Dtarget=[target] for release builds  
							
							 
							
							... 
							
							
							
							Specifying a target will still produce a baseline cpu release build. 
							
						 
						
							2025-10-02 10:29:47 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								31c03060cf 
								
							 
						 
						
							
							
								
								build: add -Dall_targets build option to build all known good release targets  
							
							 
							
							... 
							
							
							
							Now just plain `--release` will build the release just for the native cpu arch and os.
Adding `-Dall_targets` will build all targets in the known good list.
closes  #311  
							
						 
						
							2025-10-02 09:55:35 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b1e5b2f80f 
								
							 
						 
						
							
							
								
								fix: never set completion selection to an empty range  
							
							 
							
							
							
						 
						
							2025-10-01 22:02:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b02f096fef 
								
							 
						 
						
							
							
								
								feat: set the initial completion query based on the cursor position  
							
							 
							
							
							
						 
						
							2025-10-01 21:55:12 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								74b011cf7e 
								
							 
						 
						
							
							
								
								feat: add support for setting the initial query value in palettes  
							
							 
							
							
							
						 
						
							2025-10-01 21:54:46 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								42b7ae46a0 
								
							 
						 
						
							
							
								
								fix: open competion palette after all completions are received  
							
							 
							
							
							
						 
						
							2025-10-01 21:29:05 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								03c82999b8 
								
							 
						 
						
							
							
								
								feat: select replacement range during completion  
							
							 
							
							
							
						 
						
							2025-10-01 21:28:32 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								3901d0cce5 
								
							 
						 
						
							
							
								
								feat: add support for state values in palettes  
							
							 
							
							
							
						 
						
							2025-10-01 20:50:32 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2783120aef 
								
							 
						 
						
							
							
								
								fix: update terminal style when switching color scheme  
							
							 
							
							
							
						 
						
							2025-10-01 20:20:34 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								80fc3b7bc5 
								
							 
						 
						
							
							
								
								refactor: explicitly pass theme to tui.set_terminal_style  
							
							 
							
							
							
						 
						
							2025-10-01 20:20:08 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								69f9753083 
								
							 
						 
						
							
							
								
								fix: error.TtyInitError on startup in win32 tui  
							
							 
							
							
							
						 
						
							2025-10-01 17:18:26 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								24bca6d516 
								
							 
						 
						
							
							
								
								fix: re-enable win32 release builds  
							
							 
							
							... 
							
							
							
							closes  #308  
							
						 
						
							2025-10-01 17:00:47 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								f29eac4f6f 
								
							 
						 
						
							
							
								
								fix: update win32 gui build for zig-0.15  
							
							 
							
							
							
						 
						
							2025-10-01 17:00:10 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6da6af22c8 
								
							 
						 
						
							
							
								
								fix: update win32 tui build for zig-0.15  
							
							 
							
							
							
						 
						
							2025-10-01 16:59:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								1d61f18f9a 
								
							 
						 
						
							
							
								
								fix: update libvaxis for win32 support on zig-0.15  
							
							 
							
							
							
						 
						
							2025-10-01 16:59:29 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								73b7514997 
								
							 
						 
						
							
							
								
								fix: update thespian for win32 support on zig-0.15  
							
							 
							
							
							
						 
						
							2025-10-01 16:58:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								30ad3aea60 
								
							 
						 
						
							
							
								
								feat: minor tweaks to version info  
							
							 
							
							
							
						 
						
							2025-09-30 15:50:17 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								1d509282f7 
								
							 
						 
						
							
							
								
								feat: add cli options to select color scheme  
							
							 
							
							
							
						 
						
							2025-09-30 15:29:19 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8e4c428421 
								
							 
						 
						
							
							
								
								feat: make manually set color scheme override terminal selected color scheme  
							
							 
							
							
							
						 
						
							2025-09-30 15:28:54 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2fe12a050e 
								
							 
						 
						
							
							
								
								feat: report color scheme changes from terminal and add command set_color_scheme  
							
							 
							
							
							
						 
						
							2025-09-30 15:13:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cb389888e5 
								
							 
						 
						
							
							
								
								feat: add command toggle_color_scheme and flow mode keybind (alt+f11)  
							
							 
							
							
							
						 
						
							2025-09-30 14:23:30 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								fbe6a6e5ea 
								
							 
						 
						
							
							
								
								build: update flow-themes  
							
							 
							
							
							
						 
						
							2025-09-30 14:19:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8fb29416f3 
								
							 
						 
						
							
							
								
								build: use the same optimization level for regular and debuginfo builds  
							
							 
							
							
							
						 
						
							2025-09-30 10:48:39 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								f5bfcd9219 
								
							 
						 
						
							
							
								
								build: use standard --release flag for building releases  
							
							 
							
							
							
						 
						
							2025-09-30 10:48:15 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								f795eb71fc 
								
							 
						 
						
							
							
								
								fix: unbreak macos release builds  
							
							 
							
							
							
						 
						
							2025-09-30 10:43:34 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2edd93e04a 
								
							 
						 
						
							
							
								
								fix: move kanagawa-lotus theme to light themes collection  
							
							 
							
							
							
						 
						
							2025-09-30 10:10:52 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								716fd480cb 
								
							 
						 
						
							
							
								
								fix: enable llvm by default for debug builds  
							
							 
							
							... 
							
							
							
							The native backends for zig are still very slow. Enable llvm by default so debug
builds are generally useable. For quick builds, explicitly disable llvm with
`-Duse_llvm=false`. 
							
						 
						
							2025-09-30 09:55:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								3bef28223b 
								
							 
						 
						
							
							
								
								feat: add Kanagawa theme  
							
							 
							
							
							
						 
						
							2025-09-30 09:35:42 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5c844410ff 
								
							 
						 
						
							
							
								
								build: disable windows builds until fixed  
							
							 
							
							
							
						 
						
							2025-09-29 22:59:10 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zai1208 
								
							 
						 
						
							
							
							
							
								
							
							
								269c0087f1 
								
							 
						 
						
							
							
								
								Add missing shells to the README  
							
							 
							
							
							
						 
						
							2025-09-29 22:53:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								a7097e6253 
								
							 
						 
						
							
							
								
								build: update zigwin32 for zig-0.15  
							
							 
							
							
							
						 
						
							2025-09-29 22:50:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								578a205d55 
								
							 
						 
						
							
							
								
								docs: update required zig version in README.md  
							
							 
							
							... 
							
							
							
							closes  #292  
							
						 
						
							2025-09-29 22:46:43 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								92ca066dd1 
								
							 
						 
						
							
							
								
								refactor: drop useless comment  
							
							 
							
							
							
						 
						
							2025-09-29 22:46:09 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8aee0f3a4f 
								
							 
						 
						
							
							
								
								refactor: use Selection.is_reversed  
							
							 
							
							
							
						 
						
							2025-09-29 22:30:36 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								32c70f0e47 
								
							 
						 
						
							
							
								
								fix: minor leak in editor format command  
							
							 
							
							
							
						 
						
							2025-09-29 22:30:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2f89dcba8d 
								
							 
						 
						
							
							
								
								fix: improve Buffer writer impl  
							
							 
							
							
							
						 
						
							2025-09-29 22:29:45 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								372d3d1e7f 
								
							 
						 
						
							
							
								
								fix: update thespian to fix subprocess writer  
							
							 
							
							
							
						 
						
							2025-09-29 22:28:58 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8cb9b5e4f6 
								
							 
						 
						
							
							
								
								Merge branch 'master' into zig-0.15  
							
							 
							
							
							
						 
						
							2025-09-29 21:35:33 +02:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8b52202ff2 
								
							 
						 
						
							
							
								
								build: update flow-syntax for fix in syntax.highlights_at_point  
							
							 
							
							
							
						 
						
							2025-09-29 21:34:09 +02:00