SPECS: icomplete.spec - pl
qboosh
qboosh at pld-linux.org
Sun Apr 9 22:44:27 CEST 2006
Author: qboosh Date: Sun Apr 9 20:44:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
icomplete.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/icomplete.spec
diff -u SPECS/icomplete.spec:1.6 SPECS/icomplete.spec:1.7
--- SPECS/icomplete.spec:1.6 Wed Apr 5 20:43:10 2006
+++ SPECS/icomplete.spec Sun Apr 9 22:44:22 2006
@@ -2,6 +2,7 @@
# TODO
# - pass CC, currently broken and can't handle multiword CC
Summary: IComplete - A code completion system
+Summary(pl): IComplete - system dopełniania kodu
Name: icomplete
Version: 0.3
Release: 1
@@ -9,7 +10,7 @@
Group: Applications
Source0: http://dl.sourceforge.net/icomplete/%{name}-%{version}.tar.bz2
# Source0-md5: cc2ca34af559f9face1e0670c0b0d61b
-URL: http://stud4.tuwien.ac.at/~e0125672/icomplete
+URL: http://stud4.tuwien.ac.at/~e0125672/icomplete/
Requires: ctags
Requires: vim-rt >= 4:7.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,17 +23,39 @@
Features:
- Automatic generation of a tags file for the current source file by
building a tree of included files.
-- Listing members (also inherited ones) of a class For QString s; s.
+- Listing members (also inherited ones) of a class; For QString s; s.
only non-static members are suggested, for QString:: only static ones.
- Listing all function signatures of overloading methods
- Recognizes return values of methods. QWidget w; w.rect().topLeft().
// List completions for a QPoint
-- Uses the scope of the cursor position Recognizes, if you are inside
+- Uses the scope of the cursor position; Recognizes, if you are inside
a method-definition and completes also private or protected variables
for this class. For a global scope, only public members are suggested.
- Works in both console and graphical vim
- Uses a cache system for increased speed.
+%description -l pl
+IComplete to działający z linii poleceń program wypisujący możliwe
+dopełnienia dla różnych fragmentów kodu źródłowego z wykorzystaniem
+świetlego programu Exuberant-ctags.
+
+Możliwości:
+- Automatyczne generowanie pliku tags dla bieżącego pliku źródłowego
+ poprzez budowanie drzewa włączanych plików.
+- Wypisywanie składowych (także dziedziczonych) klasy; dla QString s;
+ s. sugerowane są tylko niestatyczne składowe, dla QString:: tylko
+ statyczne.
+- Wypisywanie wszystkich sygnatur funkcji przeciążonych metod.
+- Rozpoznawanie wartości zwracanych przez metody; QWidget w;
+ w.rect().topLeft(). wypisze dopełnienia dla QPoint.
+- Wykorzystywanie kontekstu położenia kursora; program rozpoznaje
+ pozycję wewnątrz definicji metody i dopełnia także prywatne i
+ chronione zmienne dla danej klasy. W kontekście globalnym sugerowane
+ są wyłącznie publiczne składowe.
+- Działa zarówno w terminalowym jak i graficznym vimie.
+- Wykorzystuje system pamięci podręcznej dla zwiększenia prędkości
+ działania.
+
%prep
%setup -q
@@ -71,7 +94,7 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO
%attr(755,root,root) %{_bindir}/icomplete
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icomplete.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icomplete.conf
%{_datadir}/vim/vimfiles/autoload/cppcomplete.vim
%{_datadir}/vim/vimfiles/plugin/icomplete.vim
@@ -81,6 +104,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/04/09 20:44:22 qboosh
+- pl
+
Revision 1.6 2006/04/05 18:43:10 twittner
- pass CC=%%__cc to make
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/icomplete.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list