- Jan 22, 2009
-
-
hjk authored
Details: fix behaviour of 'r'
-
hjk authored
-
hjk authored
Details: was not recorded onh the undo stck
-
Patrick Star authored
-
Daniel Molkentin authored
-
-
-
Daniel Molkentin authored
-
- Jan 21, 2009
-
-
hjk authored
Task: 180315 RevBy: Details:
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
Details: prevent creation of empty "groups" that required additional 'u' key strokes to 'undo'
-
hjk authored
-
hjk authored
Details: was broken due to wrong cursor selection approach
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
hjk authored
-
hjk authored
RevBy: partially by dt
-
Thorbjørn Lindeijer authored
The instance method has been moved to ICore, so there is generally no need to include coreimpl.h anymore. Many objects accessed through this core instance also had their own static instance methods.
-
Thorbjørn Lindeijer authored
Don't display the useless "Other" category, since the categorization of commands isn't used anywhere (candidate for removal). Filter out accelerator ampersands, since they aren't interesting here and reduce the effectiveness of searching.
-
hjk authored
-
hjk authored
This makes both source and log files more readable and also prevents gdb from applying extra quoting of its own.
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Requested by danimo
-
hjk authored
-
Daniel Molkentin authored
-
hjk authored
Simple solution after all. This idea got initially dropped early in the process because it does not handle binary data and using x/x was way to slow. But since we use only printable characters now thanks to base64 encoding etc using 'p' becomes feasible again and simplifies the process vastly as no additional communication channel is needed anymore.
-
Daniel Molkentin authored
Details: Creator on Linux works now in two modes: 1) out of the build dir (shadow builds to be tested) 2) make INSTALL_ROOT=/prefix install
-
Daniel Molkentin authored
Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Details: Moving files so that the local layout corresponds to the layout pushed by make install. Adjust Make target, modify the resource path of the loader to find the resources in the right place. All pathes are still looked up relative to binaryPath(), libs are found via relative rpath.
-
- Jan 20, 2009
-
-
Patrick Star authored
Task: - none RevBy: - Andre
-
hjk authored
there anymore
-
hjk authored
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Since it's checkable now, "Show Sidebar" is more suitable. Also changed the interface a bit to allow more than just toggling.
-
hjk authored
-