Files
FileFlow/Global_Indexer
OlgunR be28a7d23c Refactor frmIndex.vb: improve structure, clarity, and logic with CodeMaid
Significantly reorganized frmIndex.vb for better maintainability and readability. Grouped and reordered variable declarations, refactored and clarified key methods (including index handling and file naming), and improved error handling with consistent use of ShowErrorMessage. Enhanced UI event handling, reduced code duplication, and separated concerns between data access, business logic, and UI. Fixed bugs in optional index and vector field handling, improved file/folder operations, and made naming conventions more consistent. Removed redundant code and clarified class/method accessibility. Overall, the code is now more robust, maintainable, and easier to extend.
2026-05-07 16:46:19 +02:00
..
2024-06-17 08:45:47 +02:00
2023-01-31 13:55:52 +01:00
2021-09-23 12:11:10 +02:00
2023-09-21 12:07:24 +02:00
2024-09-23 17:14:28 +02:00
2020-03-02 13:59:59 +01:00
2015-07-07 13:04:46 +02:00
2022-02-15 16:28:43 +01:00
2022-02-15 16:28:43 +01:00
2022-02-15 16:28:43 +01:00
2020-04-22 14:30:06 +02:00
2022-02-15 16:28:43 +01:00
2025-06-24 13:43:47 +02:00
2016-02-12 09:45:43 +01:00
2015-11-24 11:13:30 +01:00
2018-07-12 16:02:38 +02:00
2022-01-19 14:35:32 +01:00
2020-12-07 11:17:55 +01:00
2022-01-19 14:35:32 +01:00
2017-06-26 15:46:57 +02:00
2022-01-19 14:35:32 +01:00
2024-09-02 12:43:56 +02:00
MS
2017-02-17 11:23:22 +01:00
2015-11-24 11:13:30 +01:00
2024-09-10 17:41:58 +02:00
2022-01-19 14:35:32 +01:00
2022-04-04 14:03:37 +02:00
2022-04-04 12:55:57 +02:00
2017-06-19 14:41:03 +02:00
2015-09-29 12:16:23 +02:00
2022-02-15 16:28:43 +01:00
2018-07-12 14:03:19 +02:00
2015-11-24 11:13:30 +01:00
2016-02-12 09:45:43 +01:00
2022-04-01 16:36:11 +02:00
2025-04-28 10:56:39 +02:00
MS2
2015-07-20 13:41:33 +02:00
2025-03-28 15:16:58 +01:00
2025-03-28 15:16:58 +01:00
2015-07-20 13:28:46 +02:00
2020-12-07 11:17:55 +01:00
2024-09-23 17:14:28 +02:00
2025-06-24 13:43:47 +02:00
2025-03-28 15:16:58 +01:00

BASE MODULE
===========

This module is intended for often used constants and datastructures.
Therefor it is important that this module does not have any dependencies on other modules!!