dexed/src
Basile Burg b264748278 fix building gdb commander on windows 2020-10-13 14:13:48 +02:00
..
u_cdbcmd.lfm Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_cdbcmd.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_ceproject.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_ceprojeditor.lfm more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_ceprojeditor.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_common.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_compilers.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_compilers.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_controls.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_d2syn.pas empty stmt 2020-09-13 01:02:33 +02:00
u_d2synpresets.pas add highlighter attribute for function calls and definitions 2020-07-05 19:18:04 +02:00
u_dast.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_dbgitf.pas gdb commander, allow to evaluate the editor expression when mouse motion stops 2020-02-13 03:35:38 +01:00
u_dcd.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_ddemangle.pas ddemangle, use FPC compat string too 2020-07-01 15:37:21 +02:00
u_defines.inc define POSIX in common include file 2020-04-10 18:29:23 +02:00
u_dexed_d.pas ddemangle, use FPC compat string too 2020-07-01 15:37:21 +02:00
u_dfmt.lfm Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_dfmt.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_dialogs.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_diff.lfm diff dialog, add button to reload with history destruction 2020-04-25 01:59:48 +02:00
u_diff.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_dlang.pas gdb commander, fix getting expression within square brackets 2020-09-13 00:18:38 +02:00
u_dlangmaps.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_dlangutils.pas handle HEREDOC strings base on common delimiters `()` `<>` `[]` 2020-04-23 16:08:52 +02:00
u_dmdwrap.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_dockoptions.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_dsgncontrols.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_dubproject.pas remove unused var and units 2020-07-12 14:55:26 +02:00
u_dubprojeditor.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_dubprojeditor.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_editor.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_editor.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_editoroptions.pas set auto indentation detection on by default 2020-04-24 21:24:01 +02:00
u_gdb.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_gdb.pas fix building gdb commander on windows 2020-10-13 14:13:48 +02:00
u_halstead.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_infos.lfm update year 2020-01-01 12:13:18 +01:00
u_infos.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_inspectors.pas allow to free manually D GC mem from the options/application 2020-06-14 19:32:57 +02:00
u_interfaces.pas fix #60 - searches results should go in their own message category 2020-09-13 00:34:17 +02:00
u_lcldragdrop.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_libman.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_libmaneditor.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_libmaneditor.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_main.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_main.pas activate GDB commander for the windows version, close #66 2020-10-13 12:20:20 +02:00
u_messages.lfm fix #60 - searches results should go in their own message category 2020-09-13 00:34:17 +02:00
u_messages.pas fix, not possible to clear searches results 2020-09-13 09:51:15 +02:00
u_miniexplorer.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_miniexplorer.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_mru.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_newdubproj.lfm Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_newdubproj.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_observer.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_optionseditor.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_optionseditor.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_processes.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_procinput.lfm Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_procinput.pas unpaired encoding 79190c984a 2020-08-24 16:01:58 +02:00
u_profileviewer.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_profileviewer.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_projgroup.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_projgroup.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_projinspect.lfm projinspect, move list of configs to a combo box 2020-09-13 00:32:50 +02:00
u_projinspect.pas projinspect, move list of configs to a combo box 2020-09-13 00:32:50 +02:00
u_projutils.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_search.lfm more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_search.pas fix #60 - searches results should go in their own message category 2020-09-13 00:34:17 +02:00
u_semver.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_sharedres.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_shortcutseditor.lfm fix #439 - Better shortcut filter 2019-02-03 17:58:41 +01:00
u_shortcutseditor.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_simpleget.pas remove workarounds bad SSl versions before fpc 3.2.0 2020-08-05 11:03:31 +02:00
u_stringrange.pas remove old GH refs 2020-04-07 23:23:57 +02:00
u_symlist.lfm fix #58 - symbol list, errors should never be sorted 2020-08-22 04:55:48 +02:00
u_symlist.pas fix #58 - symbol list, errors should never be sorted 2020-08-22 04:55:48 +02:00
u_symstring.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_synmemo.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_term.lfm fix, terminal scrollbar didn't handle the min pos 2020-05-29 09:38:49 +02:00
u_term.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_todolist.lfm rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_todolist.pas remove unused var and units 2020-07-12 14:55:26 +02:00
u_tools.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_toolseditor.lfm fix #15 - Add a way to kill a custom tool 2020-04-05 14:13:04 +02:00
u_toolseditor.pas rename isNil/NotNil Assigned/NotAssigned and add them for interfaces 2020-07-11 23:29:08 +02:00
u_txtsyn.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
u_widget.lfm more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_widget.pas more `<> nil` and `= nil` replaced with isAss/isNotAss 2020-07-12 00:20:16 +02:00
u_writablecomponent.pas Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00