https://bugs.kde.org/show_bug.cgi?id=371790
Bug ID: 371790 Summary: Increase array limit >10000 Product: okteta Version: unspecified Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Structures Tool Assignee: arichardson....@gmail.com Reporter: spalmr...@gmail.com CC: kosse...@kde.org Target Milestone: --- Created attachment 101855 --> https://bugs.kde.org/attachment.cgi?id=101855&action=edit Increase the element limit of arrays to 65535 Hi Is there a particular reason why there is a 10000 elements limit on arrays in the structures tool? It's a great tool and I've recently used it for investigating 3d object files from a game. When looking at arrays of vertices I often reach the limit of 10000 elements so I downloaded the Okteta source and increased this limit to 65535 and the program seems to work just fine. So, if there's no particular reason for this limit I suggest that it be increased, it's just one line in kasten/controllers/view/structures/datatypes/array/arraydatainformation.h: static const uint MAX_LEN = 10000; I've attached a patch if you want it. -- You are receiving this mail because: You are watching all bug changes.