31 Commits

Author SHA1 Message Date
Vadim Kuznetsov
3470ec6507 Fix print cursor position 2024-03-25 09:26:17 +03:00
Iwbnwif Yiw
04cdfcd885 Implement mouse wheel zoom of text documents 2024-02-07 23:11:01 +00:00
yodalee
8fb477ff8b move xpm change work to qucsapp 2015-02-08 20:19:49 +08:00
yodalee
5affaa0160 replace undo,redo with signal slot 2015-02-08 20:19:49 +08:00
yodalee
2fd15cef1b position label change to signal slot 2015-02-08 20:19:49 +08:00
yodalee
04309452db add basesearch function, update search, replace 2014-12-01 19:13:51 +01:00
yodalee
12cb593118 add search, replace slot in textdoc, and connect 2014-12-01 19:13:51 +01:00
yodalee
e59bb3c58f remove unused parameter in function 2014-10-28 15:02:23 +08:00
Vadim Kusnetzov
d468e9c1c1 Fixed issue #20 --- syntax hilighting at text files saving 2014-08-14 14:36:53 +04:00
Guilherme Brondani Torri
c692d10ded textdoc: update, cleanup and document
* moved from QTextEdit to QPlainTextEdit, better for plain text
* moded from  Q3Textstream to QTextStream
* added doxygen documentation
* highlight current line
2014-04-05 00:58:35 +02:00
Guilherme Brondani Torri
b0d7cce0b7 Fix several Qt3 deprecated header inclusion 2013-12-01 18:35:44 +01:00
Guilherme Brondani Torri
edde902512 Fix depreprecated header include
Silence the anoying warning:
c:/Qt/4.8.5/include/Qt/qbrush.h:3:10: warning: #warning "Inclusion of header fil
es from include/Qt is deprecated."
2013-12-01 18:35:44 +01:00
cnovak
7be979c0ea ported Textdoc 2013-04-06 19:06:49 +02:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
ela
257cbe54b0 2009-10-27 Stefan Jahn <stefan@lkcc.org>
* paintings/rectangle.cpp, paintings/portsymbol.cpp,
        paintings/id_text.cpp, paintings/graphictext.cpp,
        paintings/graphicline.cpp, paintings/ellipsearc.cpp,
        paintings/ellipse.cpp, paintings/arrow.cpp (saveCpp): Added
        support functions for saving drawing as C++ code snippet.

        * dialogs/vasettingsdialog.cpp (VASettingsDialog): Added new
        property dialog for Verilog-A files.

        * textdoc.cpp (getModuleName): Added function to obtain
        module/entity name of a text file (e.g. Verilog or VHDL).
        (saveSettings): Saving additional settings for Verilog-A text
        files.

        * schematic_file.cpp (saveSymbolCpp): Added code to save C++
        symbol drawing code into the dataset of a schematic.
        (saveDocument): Usin above function to save C++ code of a symbol
        drawing document associated with a Verilog-A file.

        * schematic.cpp (adjustPortNumbers): Creating/updating Verilog-A
        text file's default symbol when switching to symbol page.

2009-10-27  Stefan Jahn  <stefan@lkcc.org>

        * vafile.cpp (VerilogA_File_Info): Added new class parsing ports
        and module name of a Verilog-A file.
2009-10-27 20:36:29 +00:00
ela
e54e500868 2009-10-24 Stefan Jahn <stefan@lkcc.org>
* textdoc.cpp (becomeCurrent): Changing menu entry for skeleton
        inserting depending on the language.
        (commentSelected): Disabling code depending on language.
        (insertSkeleton): Inserting module/entity prototype depending on
        language.

        * qucsdoc.cpp: Added helper functions for document file suffix and
        basename extraction.

        * qucs.cpp (slotCMenuDelGroup): Additionally removing '*.sym'
        files during group removal.
2009-10-24 15:17:21 +00:00
ela
b4336a0ea4 2009-10-22 Stefan Jahn <stefan@lkcc.org>
* syntax.cpp (markWord): Syntax highlighting now depends on the
        language of the displayed language.  Added support for
        Verilog-HDL.

        * textdoc.cpp (TextDoc): Setting up current (computer) language
        when loading a document and passing it to the syntax highlighter.

        * qucs.cpp (slotOpenContent): Allowing Verilog-HDL (.v) files to
        be double-clicked in Content-Tab, which opens the file in builtin
        text editor.
2009-10-22 18:39:38 +00:00
ela
50f38f287c 2009-10-19 Stefan Jahn <stefan@lkcc.org>
* textdoc.cpp: Moved syntax highligther class into 'syntax.cpp'
        file.

        * schematic.cpp (adjustPortNumbers): If symbol for text file is
        requested, then create default symbol for VHDL files.

        * qucs.cpp (slotSymbolEdit): Allowing to edit symbols for text
        documents.

2009-10-19  Stefan Jahn  <stefan@lkcc.org>

        * vhdlfile.cpp (VHDL_File_Info): Allowing function to read VHDL
        file information directly from files.
2009-10-19 16:34:25 +00:00
ela
38c1c9b17d 2009-04-07 Stefan Jahn <stefan@lkcc.org>
* subcircuit.cpp (vhdlCode): Added subcircuit parameters in VHDL
        using the generic map() feature.

        * phototransistor.cpp (createSymbol): Fixed symbol painting.

2009-04-07  Stefan Jahn  <stefan@lkcc.org>

        * textdoc.cpp (createPopupMenu): Added "Document properties" to
        the right click popup menu in text editor files.

        * schematic_file.cpp (createSubNetlistPlain): Using generic()
        definitions for subcircuit parameters in VHDL.

        * qucs_ar.ts: Updated arabic translations.  Thanks to Chabane!
2009-04-07 17:09:44 +00:00
ela
bbf2efb520 2008-08-06 Stefan Jahn <stefan@lkcc.org>
* dialogs/digisettingsdialog.cpp (slotOk): Transfering digital
        setting into the appropriate textdoc.

        * textdoc.cpp (saveSettings, loadSettings): Implemented load/save
        functionality for digital setting (e.g. simulation time).
2008-08-06 19:14:04 +00:00
ela
5739e8ed0c 2007-03-31 Stefan Jahn <stefan@lkcc.org>
* textdoc.cpp (TextDoc): Using mono-spaced font in text
        editor.

        * schematic_file.cpp (giveNodeNames): Fixed loading of
        Verilog files during VHDL run and vice versa.

        * qucs.cpp (initContentListView): Added verilog files in
        content tab.

2007-03-31  Stefan Jahn  <stefan@lkcc.org>

        * docs/qucsveri.1: Added manpage for the qucsveri wrapper
        script for digital simulations.

2007-03-31  Stefan Jahn  <stefan@lkcc.org>

        * verilogfile.h: Added new component.  Can handle external
        verilog files.  Can be used as subcircuit.
2007-03-31 15:45:23 +00:00
margraf
c2569e21cf *** empty log message *** 2006-11-06 06:58:05 +00:00
margraf
b8acb4c45e *** empty log message *** 2006-07-24 06:12:23 +00:00
margraf
c0ffdbf2ce *** empty log message *** 2006-07-03 06:02:08 +00:00
margraf
1a484fe6eb *** empty log message *** 2006-06-12 06:07:21 +00:00
margraf
d243149c7f *** empty log message *** 2006-05-08 06:13:04 +00:00
margraf
08457bcf8a *** empty log message *** 2006-05-05 06:00:05 +00:00
margraf
8411051797 *** empty log message *** 2006-04-21 05:58:21 +00:00
margraf
3c4e6e25aa *** empty log message *** 2006-04-18 06:03:52 +00:00
margraf
4ae63b93aa *** empty log message *** 2006-04-10 06:12:35 +00:00
margraf
0ed81add8c *** empty log message *** 2006-03-28 06:10:52 +00:00