|
198 | Xi | Core | Task | Medium | Show useful error message if ‘gtk-file-chooser’ executa... | New |
Task Description
no task description |
|
168 | Xi | Core | Feature Request | Medium | Don't show no-ops in edit history | New |
Task Description
no task description |
|
130 | Xi | Core | Task | Medium | Use tab-size independent indentation? | New |
Task Description
See http://web.archive.org/web/20051124145441/http://my.erinet.com/~tschaef/cc-mode/description.html
This seems like a sensible thing to do, but I'm not sure if it is worth the trouble. |
|
129 | Xi | Core | Bug Report | Medium | Relative scrollbar handle size is not updated on resize | New |
Task Description
no task description |
|
128 | Xi | Core | Feature Request | Medium | Add "magnifying glass" function | New |
Task Description
no task description |
|
116 | Xi | Core | Feature Request | Medium | Add isometric and perspective views | In Progress |
Task Description
no task description |
|
115 | Xi | Core | Task | Medium | Show miniature view of current drawing in navigator | New |
Task Description
no task description |
|
113 | Xi | Core | Task | Medium | Allow embedding pictures | New |
Task Description
no task description |
|
112 | Xi | Core | Feature Request | Medium | Allow sorting files by size, mtime, … | New |
Task Description
no task description |
|
111 | Xi | Core | Feature Request | Medium | Allow creating, moving, renaming, deleting files and di... | New |
Task Description
no task description |
|
110 | Xi | Core | Feature Request | Medium | Allow searching the library | New |
Task Description
no task description |
|
109 | Xi | Core | Task | Medium | Detect and deal with files modified while editing | New |
Task Description
no task description |
|
108 | Xi | Core | Task | Medium | Load files asynchronously, especially from the library | New |
Task Description
no task description |
|
106 | Xi | Core | Feature Request | Medium | Add git integration | New |
Task Description
no task description |
|
105 | Xi | Core | Feature Request | Medium | Implement autosave | New |
Task Description
no task description |
|
104 | Xi | Core | Task | Medium | Implement improved object storage | In Progress |
Task Description
no task description |
|
102 | Xi | Core | Task | Medium | Add Python support | New |
Task Description
no task description |
|
101 | Xi | Core | Task | Medium | Replace functions with their thread-safe equivalent | New |
Task Description
basename
getenv
getopt
readdir
strerror
system
wcsrtombs |
|
100 | Xi | Core | Bug Report | Medium | Content above/below the visible area is shown as 1-pixe... | New |
Task Description
no task description |
|
58 | Xi | Core | Task | Medium | Detach virtual node when saving to a new path | New |
Task Description
no task description |
|
57 | Xi | Core | Task | Medium | Implement selection of multiple attributes | New |
Task Description
no task description |
|
56 | Xi | Core | Task | Medium | Implement property “Select all” action | New |
Task Description
no task description |
|
55 | Xi | Core | Task | Medium | Review util/string.*, screen.*, filemonitor.* | New |
Task Description
no task description |
|
54 | Xi | Core | Task | Medium | Add missing asserts | New |
Task Description
no task description |
|
52 | Xi | Core | Task | Medium | Add context menus to project and library view | New |
Task Description
no task description |
|
51 | Xi | Core | Task | Medium | Preserve attributes, especially mode, when saving a fil... | New |
Task Description
no task description |
|
50 | Xi | Core | Task | Medium | Make removing backup and moving file into place an atom... | New |
Task Description
This could be helpful:
3.a) open and read file ~/.xi/foo/bar/baz
3.b) fd = open("~/.xi/foo/bar/baz.new", O_WRONLY|O_TRUNC|O_CREAT)
3.c) write(fd, buf-of-new-contents-of-file, size-of-new-contents-of-file)
3.d) fsync(fd) --- and check the error return from the fsync
3.e) close(fd)
3.f) rename("~/.xi/foo/bar/baz", "~/.xi/foo/bar/baz~") --- this is optional
3.g) rename("~/.xi/foo/bar/baz.new", "~/.xi/foo/bar/baz") |
|
49 | Xi | Core | Task | Medium | Do something useful when readdir(3) or stat(2) return u... | New |
Task Description
no task description |
|
48 | Xi | Core | Task | Medium | Use towctrans(3) instead of towupper(3) | New |
Task Description
no task description |
|
47 | Xi | Core | Task | Medium | Convert assert(3) to normal check where appropriate | New |
Task Description
no task description |
|
46 | Xi | Core | Task | Medium | Show page numbers in directory view | New |
Task Description
…or even make pages nameable? |
|
45 | Xi | Core | Task | Medium | Add proper representation of FileItem states | New |
Task Description
enum FileItem::State {
Exists, Loaded, ModifiedOnDisk, DeletedOnDisk, Distached
}; |
|
44 | Xi | Core | Task | Medium | Re-implement DirectoryInterior::indexOf and DirectoryIn... | New |
Task Description
no task description |
|
43 | Xi | Core | Task | Medium | Implement a proper main context menu | New |
Task Description
no task description |
|
42 | Xi | Core | Task | Medium | Scroll to selected objects in viewport and object list | New |
Task Description
no task description |
|
40 | Xi | Core | Feature Request | Medium | Add submenu for older recent files? | New |
Task Description
no task description |
|
39 | Xi | Core | Feature Request | Medium | Implement library “Visit” action | New |
Task Description
no task description |
|
38 | Xi | Core | Task | Medium | Show embedded drawings in directory view | New |
Task Description
no task description |
|
37 | Xi | Core | Task | Medium | Implement embedding components | New |
Task Description
no task description |
|
36 | Xi | Core | Task | Medium | Make it possible to visit/keep open files which do not ... | New |
Task Description
no task description |
|
35 | Xi | Core | Task | Medium | Make it possible to visit files which are outside of pr... | New |
Task Description
no task description |
|
34 | Xi | Core | Task | Medium | Make files, sinks, and views owned and delete them even... | New |
Task Description
no task description |
|
33 | Xi | Core | Task | Medium | Use errfd | New |
Task Description
no task description |
|
30 | Xi | Core | Feature Request | Medium | Visit files passed as command line arguments | New |
Task Description
no task description |
|
29 | Xi | Core | Task | Medium | Find out which icons are under which license | New |
Task Description
no task description |
|
27 | Xi | Core | Task | Medium | Disable recent files which are not available | New |
Task Description
no task description |
|
23 | Xi | Core | Task | Medium | Catch window delete event | New |
Task Description
(Hasn't this been fixed a long time ago? Need to investigate…) |
|
22 | Xi | Core | Task | Medium | Show file icon in root action? | New |
Task Description
no task description |
|
21 | Xi | Core | Task | Medium | Don't bring tab to front when showing its context menu | New |
Task Description
no task description |
|
20 | Xi | Core | Task | Medium | Abbreviate long file names in “Recent files” menu | New |
Task Description
no task description |