Re: [RFE] STR #3442: fluid: ^V (paste) should paste new item below current selection
Greg Ercolano
Dec 16, 2021
[STR Closed w/Resolution]
Link: https://www.fltk.org/str.php?L3442
Version: 1.4-feature
Fix Version: 1.4.0
Git Commit: e76611a1fe3c49e66c42d9d4f0e2c995fa7f6f5e
FYI I noticed these warnings this morning (linux), seems to be related to
lines in this STR according to git blame:
"""
Compiling factory.cxx...
code.cxx: In function 'void write_c_indented(const char*, int, char)':
code.cxx:417:11: warning: variable 'line_len' set but not used
[-Wunused-but-set-variable]
417 | int line_len;
| ^~~~~~~~
Compiling file.cxx...
factory.cxx: In function 'Fl_Type* add_new_widget_from_user(Fl_Type*,
Strategy)':
factory.cxx:1056:12: warning: unused variable 'ins' [-Wunused-variable]
1056 | Fl_Type *ins = Fl_Type::current;
| ^~~
Compiling fluid.cxx...
Compiling function_panel.cxx...
"""
Link: https://www.fltk.org/str.php?L3442
Version: 1.4-feature
Fix Version: 1.4.0
Git Commit: e76611a1fe3c49e66c42d9d4f0e2c995fa7f6f5e
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.