From 7fe267842a89f2136658a1d770f4cb5405f686d1 Mon Sep 17 00:00:00 2001 From: Chayan Deb Date: Sat, 18 Jan 2025 14:08:44 +0530 Subject: [PATCH] [Code Refactoring]: Modified the source code for compatibility with the upstream repo (due to 'infix_wire' feature integration with new name 'infix_interface') --- src/xschemrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xschemrc b/src/xschemrc index fc15f538..2dd5ca90 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -221,10 +221,11 @@ #### if not set show selected items at end of drag. Default: enabled (1) # set incremental_select 0 -#### if set to 1, pressing 'w' will immediately place a wire at current cursor -#### position without waiting for Button1 (LMB) click. Can be disabled via menu +#### if set to 1, pressing 'w', 'l', 'r', 'C', or 'Ctrl+C' will immediately place the +#### corresponding component at current cursor position without waiting for Button1 (LMB) click. +#### This setting can be disabled via the Options menu #### default: 0 -# set infix_wire 1 +# set infix_interface 1 #### wires are drawn in free-form mode with this mode enabled (default). #### if set to 0, wires drawn on the schematic will no longer strictly