Commit Graph

25 Commits

Author SHA1 Message Date
42bf26f5f4 LazEdit: Fix loosing focus after closing Find/Replace dialog in some circumstanses.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2992 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-05-02 22:37:43 +00:00
7bad9fa169 LazEdit: main.pp: fix not saving modified editor files when closing program.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2858 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-12-09 22:04:31 +00:00
a567920d3d LazEdit: Also translate PopUpMenu captions.
Patch by arny. Fixes issue #0024034.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2701 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-13 17:55:49 +00:00
6f1a46a173 LazEdit: start with blank page by default if no files are specfied on commandline
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2477 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-07 22:43:46 +00:00
7826dd6b83 LazEdit: open file in unused open current editor if available, else in newly created editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-07 22:35:12 +00:00
4a89dd32e2 LazEdit: changed TagMenuItemsAndActions to tag LanguageMenu items at runtime. Implemented LanguageIds for lazedit_translations.pp
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2470 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-02 20:40:02 +00:00
52c26ea871 Fix: Set EditorPopUpMenu as popupmenu for NoteBook
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-05 16:26:36 +00:00
08573f881e Corrected copyright statement and application name in comment headers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 22:40:24 +00:00
02df30c327 Beautified about dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 13:18:26 +00:00
6e508e0184 Use selected text in editor as FindDialog.FindText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 11:28:47 +00:00
fc6cac6a8f More improvements to handling of Open/SaveDialog.FilterIndex
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 10:50:50 +00:00
a69372cd07 Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 14:18:41 +00:00
cd2d3f37da Removed unneccesary reference to Win9xWSManager (it is included by LCLProc on Win32)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2317 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 13:34:45 +00:00
041633a17f Improved Open/SaveDialog filter handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2316 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 13:32:11 +00:00
db4f915436 Disable commandline parameter handling on Darwin
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-22 17:54:51 +00:00
67bf2fc1f7 Fixes:
1. Implemented mrulists.pp unit, fixes crash on clicking on MRU menu item
2. Translated some remaining dutch strings in English translations and in main.pp
3. Commandline parameter handling
4. Re-introduced --pcp and -n commandline parameters
5. If no parameters specified, no blank page is opened
6. Update View -> Highlighter menu to reflect current active highligter
7. Add suffix to filename in TabSheet caption when needed
8. Fix bug in TEditor.ExtToFileType: FFileType was not updated
9. Fix wrong FileNotSaved dialog on new empty editor when closing


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2306 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-22 11:32:55 +00:00
b9288ee525 lazedit: Patch from graeme to fix compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2300 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-16 14:14:42 +00:00
db032e3d1f lazedit: Adds a about box
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-16 11:27:35 +00:00
68121d48e9 lazedit: Adds support for a parameter to open a file on start up, prepares the installer and adds to it an item to open any kind of file, like Notepad++
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2298 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-16 11:22:28 +00:00
88b5851266 lazedit: More translations and makes the toolbars configurable
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-16 10:02:11 +00:00
473f704c1a lazedit: Many more translation improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2295 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-15 17:15:51 +00:00
9094193cbb lazedit: More translation improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2294 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-15 13:33:05 +00:00
2b74ffcb4d lazedit: More translations
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2293 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-15 11:48:52 +00:00
864d6a59b6 lazedit: Starts implementing translations support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2292 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-15 11:35:36 +00:00
15587b8ede Adds lazedit, a text editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2289 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-14 15:53:59 +00:00