Tiny Core Base > Final Releases
Tiny Core v6.0
Juanito:
It would be useful if the keyword/search term could be matched anywhere in the string
curaga:
--- Quote from: curaga on January 14, 2015, 07:07:07 AM ---I've applied parts of the tce-load and apps patches (the unused depi variable, quoting search.sh arguments), thanks. I agree that an empty search should do the same as reloading the list with the "remote" menu item, but it should be done directly, passing nothing to search.sh and parsing tags.db for nothing is pointless extra work.
The tce-audit patch requires more testing than I can do right now, will take a look later.
--- End quote ---
The search.sh and tce-audit patches have been applied. I added the empty-search check in apps so that it works more optimally.
@Juanito
Normal search now matches anywhere in the filename.
roborob:
Just upgraded one of my VMs today and everything I need works great!
I am on Google+ almost every day. Stop by and say Hi: https://plus.google.com/u/0/communities/115345272518912531004
chattrhand:
Hi TinyCore Team,
I created some frugal test installations with tc 6.0 and also 6.0rc1 and they work fine.
I found that up from tc6.0 editor -R file.txt is no longer valid for displaying this file.txt ReadOnly, at least if using this within /.X.d
---
It is fine that tc editor colours some keywords, text within "quotation marks", //hyperlinks, #remark lines and so on; up to tc5.4 the editor writes only black on white.
However, with editor up from tc6.0 I get a warning popup:
Displayed text contains the UTF-8 transcoding
of the input file which was not UTF-8 encoded.
Some changes may have occurred.
and the editor title shows "Untitled". This happens with text files that are created e.g. by bash scripts.
After closing this warning the editor title shows the correct file name. After saving this file it can be reopened without problems.
I cross tested newer and older text files with tc5.4 and tc6.0 and found that tc5.4 displays this text files without warning popup.
Any hints? Thanks in advance
curaga:
It is as the warning says, your files were not in UTF-8. TC 5 used FLTK 1.1, which didn't support UTF-8, and assumed latin-1.
For example, if your system locale is not UTF-8, and your scripts echo non-ascii chars into the file, it will be in the locale's encoding. echo "münch" > file.txt
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version