Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...
« vorheriges
nächstes »
Drucken
Seiten:
1
...
297
298
299
300
301
[
302
]
303
304
305
306
307
...
393
Nach unten
Autor
Thema: Editoren diverses ... (Gelesen 318353 mal)
0 Mitglieder und 2 Gäste betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
PilotEdit Lite 13.9.0
«
Antwort #4515 am:
25 April, 2020, 10:10 »
PilotEdit is a text, hex, XML, C/C++, HTML, PHP, Java, Javascript and Perl editor that can edit large files of 400GB (40 billion lines).
It offers customizable syntax and keyword highlighting, advanced search and replace operations, automatic text encoding, 256-bit AES encryption/decryption and a built-in FTP/SFTP client lets you open, edit, download and upload large files directly to/from a FTP/SFTP server.
In addition to standard text editing features, PilotEdit can compare and merge two large files of 100GB (10 billion lines). You can also sort, find/remove duplicate lines and extract strings over a large file of 1GB.
Freeware
Whats new:>>
Includes improvements over opening FTP files.
http://www.pilotedit.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Vim 8.2.0628
«
Antwort #4516 am:
25 April, 2020, 17:45 »
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.
Freeware
Whats new:>>
Fixed:
Crash when using null partial in filter()
http://www.vim.org/index.php
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
EmEditor Free 19.8.0
«
Antwort #4517 am:
25 April, 2020, 18:50 »
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.
The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.
Free for personal use
Changelog
New General Features:
Added an option to use uchardet (C++ fork of Mozilla Charset Detectors), and improved file encoding detection when the Detect All option is used to open files.
Added an ability to split a file with newlines at every specified number of bytes, and run a macro against each opened document while opening multiple files (the new Advanced Open command). This feature may be useful when you want to split fixed-length record data files (that didn’t contain newlines) with newlines at every record while opening them, and convert them into a CSV format using a macro.
The new version allows you to record converting CSV formats as a macro (ConvertCsv method).
Improved tiled window behaviors when comparing two documents. For instance, minimizing one window while two windows are tiled to compare, the other window will also minimize simultaneously. In Windows 10, the new version removed a visual gap between two tiled windows.
Added the very dark mode (Windows 10 Build 17763 or later only). This feature is still beta since Windows API does not officially support the dark mode against desktop apps. It may not be supported on future versions of Windows.
Added commands to apply Unicode Normalization defined in “Unicode Standard Annex #15 Unicode Normalization Forms“.
Added an option to display a correct series of Hangul Jamo as composed characters. For example, “ᄒ ᅡ ᆫ ᄀ ᅳ ᆯ” (without spaces) will be displayed as “한글” if this option is enabled. It is also effective to display old Hangul correctly where composed characters are unavailable.
Improved the speed of multiline regular expression searches and replaces.
Added the Advanced Open dialog box.
Added the Very Dark (beta) check box to the View page of the Customize dialog box.
Added the Use uchardet to detect file encodings when the Detect All option is set and Open US-ASCII as System Default Encoding check boxes to the File page of the Customize dialog box.
Renamed the Sort by Multiple Columns dialog box to Advanced Sort dialog box, and the new dialog box allows you to define more than one condition even for non-CSV documents. Added the Advanced Options button to the Advanced Sort dialog box.
Added the Group identical strings when sort by occurrence check box to the Sort page of the Customize dialog box.
Added the Append encoding names to file names check box to the Advanced dialog box for the Find in Files dialog box.
Added the Do not show these new options again check box to the Start window.
Added the Oldest Version drop-down list box to the Customize Start Windows dialog box.
Added the Display Hangul Jamo Composed check box to the Text Rendering page of the Customize dialog box.
New Commands:
Jump to Other
Find Longest Line/Cell
Find Non-empty Shortest Line/Cell
Advanced Open
Reset Column Width
Unicode Normalization Form C (Canonical Composition)
Unicode Normalization Form D (Canonical Decomposition)
Unicode Normalization Form KC (Compatibility Composition)
Unicode Normalization Form KD (Compatibility Decomposition)
Plug-in API New Features:
Added the EE_CONVERT_CSV message, Editor_ConvertCsv inline function, and CONVERT_CSV_INFO structure.
Added the SORT_GROUP_IDENTICAL flag to the SORT_INFO structure and the Editor_Sort inline function.
Added the FLAG_FIND_OUTPUT_ENCODING flag to the GREP_INFO_EX structure.
Macro New Features:
Added the ConvertCsv method to the Document object.
Added the eeSortGroupIdentical flag to the Sort method of the Document object.
Added the eeExFindOutputEncoding flag to the FindInFiles method of the Editor object.
[close]
https://www.emeditor.com/text-editor-features/history/emeditor-free/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
QOwnNotes 20.4.15 Build 5585
«
Antwort #4518 am:
25 April, 2020, 19:30 »
Whats new:>>
when the setting to show all notes of a tag including the notes of their children-tags is turned on now the note-count in the tag tree is adapted to also count the notes of the children-tags (for #1709)
some safety measures against note folder update race-conditions when renaming tags while using the note-tagging scripting hooks noteTaggingHook or noteTaggingByObjectHook were included (for #1705)
http://www.qownnotes.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
CudaText 1.98.0.0
«
Antwort #4519 am:
25 April, 2020, 20:50 »
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.
Freeware
Changelog
+ add: number of errors in Console (number of lines "Traceback (most recent call last)") is shown over Console sidebar button
- fix: plugin "New File" bug with lexer XSLT (thanks @dinkumoil)
- fix: behaviour of Left/Right keys on multi-selection (thanks @Jairo-Martinez)
- fix: bug in API timer_proc (thanks @kvichans)
- fix: can't open files from project when "ui_tab_disabled":true (thanks @Cauterite)
- fix: lexer Python: folding (thanks @Jairo-Martinez)
- fix: lexer PHP: keywords
- fix: lexer HTML: JS in script tag
[close]
http://www.uvviewsoft.com/cudatext/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Dnote 0.11.1
«
Antwort #4520 am:
25 April, 2020, 21:20 »
Write technical notes and neatly organize them into books without leaving the command line with the help of this simplistic utility.
MIT License
Whats new:>>
Fixed:
Fix upgrade URL (#453)
Changed:
Display hostname of the self-hosted instance while logging in (#454)
Display helpful error if endpoint is misconfigured (#455)
https://dnote.io/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
QOwnNotes 20.4.16 Build 5588
«
Antwort #4521 am:
26 April, 2020, 18:00 »
Whats new:>>
there now are new scripting functions note.renameNoteFile() to rename a note file and note.allowDifferentFileName() to check if it is allowed to have a different note file name than the headline (for #1704)
the meeting-note script now makes use of these scripting functions
for more information please take a look at the scripting documentation
fixed tag adding when moving tags to another parent in the tag panel when handled by the scripting hook noteTaggingByObjectHook (for #1705)
http://www.qownnotes.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Scite 4.3.3
«
Antwort #4522 am:
27 April, 2020, 05:45 »
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...
Lizenz: Open Source
Changelog
Added Visual Studio project files for Lexilla and Scintilla with no lexers.
Add methods for iterating through the marker handles and marker numbers on a line: SCI_MARKERHANDLEFROMLINE and SCI_MARKERNUMBERFROMLINE. Feature #1344.
Assembler lexers asm and as can change comment character with lexer.as.comment.character property. Feature #1314.
Fix brace styling in Batch lexer so that brace matching works. Bug #1624, Bug #1906, Bug #1997, Bug #2065.
Change Perl lexer to style all line ends of comment lines in comment line style. Previously, the last character was in default style which made the characters in rn line ends have mismatching styles. Bug #2164.
When a lexer has been set with SCI_SETILEXER, fix SCI_GETLEXER and avoid sending SCN_STYLENEEDED notifications.
On Win32 fix handling Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
With Qt on Win32 add support for line copy format on clipboard, compatible with Visual Studio. Bug #2167.
On Qt with default encoding (ISO 8859-1) fix bug where 'µ' (Micro Sign) case-insensitively matches '?' Bug #2168.
On GTK with Wayland fix display of windowed IME. Bug #2149.
For Python programs, SciTE defaults to running python3 on Unix and pyw on Windows which will run the most recently installed Python in many cases. Set the "python.command" property to override this. Scripts distributed with Scintilla and SciTE are checked with Python 3 and may not work with Python 2.
[close]
http://www.scintilla.org/SciTE.html
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Notepads 1.2.7.0
«
Antwort #4523 am:
27 April, 2020, 13:50 »
Modern, open-source Notepad alternative for Windows 10 that gives the aging text editor a facelift, while also packing additional functionality into a similarly streamlined application.
MIT License
Whats new:>>
Added "Copy Full Path" and "Open Containing Folder" buttons in path indicator flyout menu.
Enabled horizontal scrolling ("Shift + Wheel") in DiffViewer.
https://github.com/JasonStein/Notepads
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
EmEditor Free 19.8.1
«
Antwort #4524 am:
28 April, 2020, 05:50 »
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.
The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.
Free for personal use
Whats new:>>
This release fixes a bug where regular expression searches without the Match Case option might have failed.
https://www.emeditor.com/text-editor-features/history/emeditor-free/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
RisohEditor 5.3.7
«
Antwort #4525 am:
28 April, 2020, 09:55 »
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.
NOTICE
: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.
Freeware
Whats new:>>
Updated file change flag when file drop.
Improved the filename when extracting.
Strengthened EGA.
Improved Russian translation.
https://katahiromz.web.fc2.com/re/en/index.html#intro
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
YaraEditor 3.5.0.0
«
Antwort #4526 am:
28 April, 2020, 17:15 »
Write, compile and test signatures for the Yara tool and determine whether they are compiled correctly to identify malware using this straightforward app.
Freeware
Changelog
Updated to core 4.3.0
Fix for XP (libzip, openssl rebuilt)
Size optimizations
Removed warnings
New advert payload
Added some logging
Minor fixes
Added german translation
Added splitter (movable) on editor
Fixed typo
[close]
https://www.adlice.com/download/yaraeditor/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
QOwnNotes 20.4.17 Build 5595
«
Antwort #4527 am:
28 April, 2020, 21:30 »
Whats new:>>
if you insert media files or attachments now a stripped-down version of the file's original basename will be included into the filename of resulting file in the media or attachments directory (for #1716)
http://www.qownnotes.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
PSPad 5.0.4 Build 395 Dev
«
Antwort #4528 am:
29 April, 2020, 13:45 »
PSPad is a universal freeware editor. There is no complex install process; the program is ready to work immediately, without requiring customization. It supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetitive activities. An integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, code page conversion, are just some of the many possibilities that PSPad can offer you.
Freeware
Changelog
News:
Scroll past EOF (Program settings / Editor 1) - separated as standalone option from previous scroll past EOL and EOF
Splitted editor window - splitter has different color, splitter width depends of screen DPI
New scripting function tabsToSpaces(input: string): string
Autocorrect - won't be executed if text is selected
Fixes:
User highlighter - mark variable starts on $ with dblclick
Statusbar - font size with high DPI
Fixed another problems related to file closing
Windows shell script - highlighting variable with '#' char, e.g. %ip#1%
PHP Code explorer - escaped apostrophe in string
[close]
http://www.pspad.com/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
QOwnNotes 20.4.18 Build 5598
«
Antwort #4529 am:
29 April, 2020, 19:00 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.
Cross-platform with clients available for Mac and Linux.
License: GPL
Changelog
the counts in the tag tree are now showing the amount of linked notes and not the amount of note-links of a tag (for #1709)
you now are able to show invisible sub-folders (folders starting with .) in the note sub-folder panel if you clear the default Ignored sub-folders setting in the Panels settings (for #1718)
[close]
http://www.qownnotes.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
Drucken
Seiten:
1
...
297
298
299
300
301
[
302
]
303
304
305
306
307
...
393
Nach oben
« vorheriges
nächstes »
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...