Jeff Young
834c7bbe05
Report lexer issues through error reporter.
5 years ago
Jeff Young
9f6098321f
Cleanup of extraneous calls for string conversion.
We're already in wx-land, so we don't need the GetData() calls.
5 years ago
Jeff Young
206b40621e
Fix bugs in Eeschema paste.
1) don't ASSERT; use exceptions (which can be caught) instead.
2) clean up LIB_LOGGER so it's only used during sync
3) fix typos in wxLogMessage() calls so they produce output.
4) throw on unrecognized token in loadContent().
5) if clipboard can't be pasted as content then paste as text.
Fixes: lp:1840172
* https://bugs.launchpad.net/kicad/+bug/1840172
6 years ago
Simon Richter
a9ccf1161b
Fix quotes in UI messages
This replaces all single and angle bracket quotes in UI messages with
double quotes, for consistency.
Sorry to all translators.
8 years ago
jean-pierre charras
3e38b3dca3
Very minor fix in message to avoid a too long sentence
8 years ago
Chris Pavlina
498e8b122a
Clean up file format error message a bit more
If a FUTURE_FORMAT_ERROR wraps another FUTURE_FORMAT_ERROR, only print
the error for it once.
9 years ago
Dick Hollenbeck
d4acfb9f5a
Remove doubled fp_text "hide" output, change *.kicad_pcb format under authorization of Wayne. Fix exceptions.cpp PARSE_PROBLEM which was missing the offset %d.
9 years ago
Chris Pavlina
aa27e9ff7e
IO_ERROR: improve What() message
9 years ago
Dick Hollenbeck
9ad49dc2d1
Split IO_ERROR out of richio.* and store Problem() and Where() separately
9 years ago